logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1748
-records: [
"" => [
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.831+00:00"
"message" => "User Deprecated: Since shopware/core : The %s bundle should be added to config/bundles.php"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#49
#message: "User Deprecated: Since shopware/core : The %s bundle should be added to config/bundles.php"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:105 {
Shopware\Core\Kernel->registerBundles(): iterable …
› if ((!Feature::has('v6.7.0.0') || !Feature::isActive('v6.7.0.0')) && !isset($bundles[Service\Service::class])) {
› Feature::triggerDeprecationOrThrow('v6.7.0.0', 'The %s bundle should be added to config/bundles.php');
› yield new Service\Service();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:339 {
Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
› $this->bundles = [];
› foreach ($this->registerBundles() as $bundle) {
› $name = $bundle->getName();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:155 {
Shopware\Core\Kernel->boot(): void …
› // init bundles
› $this->initializeBundles();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:120 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.832+00:00"
"message" => "User Deprecated: Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "WtJtlExtend\Command\DahuaOrdersCommand" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1874
#message: "User Deprecated: Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "WtJtlExtend\Command\DahuaOrdersCommand" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/config/Resource/ReflectionClassResource.php:102 {
Symfony\Component\Config\Resource\ReflectionClassResource->computeHash(): string …
› try {
› $this->classReflector ??= new \ReflectionClass($this->className);
› } catch (\ReflectionException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/config/Resource/ReflectionClassResource.php:50 {
Symfony\Component\Config\Resource\ReflectionClassResource->isFresh(int $timestamp): bool …
› if ($filemtime > $timestamp) {
› return $this->hash === $this->computeHash();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php:44 {
Symfony\Component\Config\Resource\SelfCheckingResourceChecker->isFresh(ResourceInterface $resource, int $timestamp): bool …
›
› return self::$cache[$key] ??= $resource->isFresh($timestamp);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/config/ResourceCheckerConfigCache.php:88 {
Symfony\Component\Config\ResourceCheckerConfigCache->isFresh(): bool …
› }
› if ($checker->isFresh($resource, $time)) {
› break; // no need to further check this resource
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/config/ConfigCache.php:58 {
Symfony\Component\Config\ConfigCache->isFresh(): bool …
›
› return parent::isFresh();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:403 {
Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
› if (is_file($cachePath) && \is_object($this->container = include $cachePath)
› && (!$this->debug || (self::$freshCache[$cachePath] ?? $cache->isFresh()))
› ) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:158 {
Shopware\Core\Kernel->boot(): void …
› // init container
› $this->initializeContainer();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:120 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->booted) {
› $this->boot();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.866+00:00"
"message" => "User Deprecated: The "Shopware\Commercial\AdvancedSearch\Elasticsearch\ElasticsearchHelperDecorator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "WtTemplate\Elasticsearch\Framework\MyElasticHelper"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#637
#message: "User Deprecated: The "Shopware\Commercial\AdvancedSearch\Elasticsearch\ElasticsearchHelperDecorator::__construct()" method is considered internal. It may change without further notice. You should not extend it from "WtTemplate\Elasticsearch\Framework\MyElasticHelper"."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getElasticsearchHelperService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:10897 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getEntitySearcherInterfaceService($container) …
› {
› $a = ($container->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? self::getElasticsearchHelperService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:10923 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getVersionManagerService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? self::getEntitySearcherInterfaceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:28022 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getScopPlatformRedirecterRedirect_RepositoryService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? self::getVersionManagerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:11265 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
› }
› $b = ($container->services['scop_platform_redirecter_redirect.repository'] ?? self::getScopPlatformRedirecterRedirect_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:20169 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:222 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:202 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
› {
› return $this->container->get('http_kernel');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.866+00:00"
"message" => "User Deprecated: The "Shopware\Elasticsearch\Framework\ElasticsearchHelper::setEnabled()" method is considered internal. It may change without further notice. You should not extend it from "WtTemplate\Elasticsearch\Framework\MyElasticHelper"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#644
#message: "User Deprecated: The "Shopware\Elasticsearch\Framework\ElasticsearchHelper::setEnabled()" method is considered internal. It may change without further notice. You should not extend it from "WtTemplate\Elasticsearch\Framework\MyElasticHelper"."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getElasticsearchHelperService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:10897 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getEntitySearcherInterfaceService($container) …
› {
› $a = ($container->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? self::getElasticsearchHelperService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:10923 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getVersionManagerService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? self::getEntitySearcherInterfaceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:28022 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getScopPlatformRedirecterRedirect_RepositoryService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? self::getVersionManagerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:11265 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
› }
› $b = ($container->services['scop_platform_redirecter_redirect.repository'] ?? self::getScopPlatformRedirecterRedirect_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:20169 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:222 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:202 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
› {
› return $this->container->get('http_kernel');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.883+00:00"
"message" => "User Deprecated: The "Shopware\Core\Framework\Routing\CanonicalRedirectService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#472
#message: "User Deprecated: The "Shopware\Core\Framework\Routing\CanonicalRedirectService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator"."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCanonicalRedirectServiceService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:20169 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] ?? self::getCanonicalRedirectServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:222 {
Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
› } elseif (isset($container->methodMap[$id])) {
› return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:202 {
Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
› ?? $this->services[$id = $this->aliases[$id] ?? $id]
› ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
› {
› return $this->container->get('http_kernel');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.893+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#413
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getEntityTelemetrySubscriberService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19480 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [#[\Closure(name: 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] ?? self::getEntityIndexingSubscriberService($container)), 'refreshIndex'], 1000);
› $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [#[\Closure(name: 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Telemetry\\EntityTelemetrySubscriber'] ?? self::getEntityTelemetrySubscriberService($container)), 'emitAssociationsCountMetric'], 99);
› $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [#[\Closure(name: 'Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageQueueStatsSubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageQueueStatsSubscriber'] ?? self::getMessageQueueStatsSubscriberService($container)), 'onMessageFailed'], 99);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:292 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› $this->eventDispatcher->dispatch(new EntitySearchedEvent($criteria, $this->definition, $context));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:80 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->searchIds(Criteria $criteria, Context $context): IdSearchResult …
› if (!$criteria->getTitle()) {
› return $this->_searchIds($criteria, $context);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:237 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
›
› $ids = $this->searchIds($criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:62 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› if (!$criteria->getTitle()) {
› return $this->_search($criteria, $context);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/ScopPlatformRedirecter/src/Decorator/CanonicalRedirectServiceDecorator.php:97 {
Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator->getRedirect(Request $request): Response …
› // search for the redirect in the database
› $redirects = $this->repository->search((new Criteria())->addFilter(new EqualsAnyFilter('sourceURL', $search))->addFilter(new EqualsFilter('enabled', true))->addFilter(new OrFilter([new EqualsFilter('salesChannelId', $salesChannelId), new EqualsFilter('salesChannelId', null)]))
› ->setLimit(1), $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:62 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› $redirect = $this->canonicalRedirectService->getRedirect($request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.894+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.894+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.894+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.894+00:00"
"message" => "Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#421
#message: "Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php"
#line: 89
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php:89 {
WtTemplate\Elasticsearch\Framework\MyElasticHelper->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
› {\r
› $criteria->setTerm(str_replace([' -'], ['-'], $criteria->getTerm()));\r
› return $this->productDefinition->allowSearch($definition, $context, $criteria);\r
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:47 {
Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
› {
› if (!$this->helper->allowSearch($definition, $context, $criteria)) {
› return $this->decorated->search($definition, $criteria, $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:294 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› $result = $this->searcher->search($this->definition, $criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:80 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->searchIds(Criteria $criteria, Context $context): IdSearchResult …
› if (!$criteria->getTitle()) {
› return $this->_searchIds($criteria, $context);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:237 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
›
› $ids = $this->searchIds($criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:62 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› if (!$criteria->getTitle()) {
› return $this->_search($criteria, $context);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/ScopPlatformRedirecter/src/Decorator/CanonicalRedirectServiceDecorator.php:97 {
Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator->getRedirect(Request $request): Response …
› // search for the redirect in the database
› $redirects = $this->repository->search((new Criteria())->addFilter(new EqualsAnyFilter('sourceURL', $search))->addFilter(new EqualsFilter('enabled', true))->addFilter(new OrFilter([new EqualsFilter('salesChannelId', $salesChannelId), new EqualsFilter('salesChannelId', null)]))
› ->setLimit(1), $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:62 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› $redirect = $this->canonicalRedirectService->getRedirect($request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.897+00:00"
"message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Wt\LoginAsCustomer\Core\Checkout\Customer\CustomerRepository"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#392
#message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Wt\LoginAsCustomer\Core\Checkout\Customer\CustomerRepository"."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCustomer_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:12433 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryService($container) …
› {
› $a = ($container->services['customer.repository'] ?? self::getCustomer_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:46750 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
› {
› $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:55227 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getB2bShop_ContextProviderService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:16853 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_SalesChannelContextAuthStorageAdapterService($container) …
› {
› $a = ($container->privates['b2b_shop.context_provider'] ?? self::getB2bShop_ContextProviderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:16811 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_AuthStorageAdapterService($container) …
› {
› $a = ($container->services['b2b_front_auth.sales_channel_context_auth_storage_adapter'] ?? self::getB2bFrontAuth_SalesChannelContextAuthStorageAdapterService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:16827 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_AuthenticationServiceService($container) …
› {
› $a = ($container->services['b2b_front_auth.auth_storage_adapter'] ?? self::getB2bFrontAuth_AuthStorageAdapterService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:17221 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getB2bOrderNumber_ElasticsearchProductDefinitionService($container) …
› }
› $c = ($container->services['b2b_front_auth.authentication_service'] ?? self::getB2bFrontAuth_AuthenticationServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:16922 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getB2bInStock_ElasticsearchProductDefinitionService($container) …
› {
› $a = ($container->services['b2b_order_number.elasticsearch_product_definition'] ?? self::getB2bOrderNumber_ElasticsearchProductDefinitionService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:52593 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getMyProductEsDecoratorService($container) …
› {
› $a = ($container->services['b2b_in_stock.elasticsearch_product_definition'] ?? self::getB2bInStock_ElasticsearchProductDefinitionService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48131 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› yield 1 => ($container->privates['Shopware\\Commercial\\AdvancedSearch\\Domain\\Indexing\\ElasticsearchDefinition\\Category\\CategoryElasticsearchDefinition'] ?? self::getCategoryElasticsearchDefinitionService($container));
› yield 2 => ($container->privates['WtTemplate\\Elasticsearch\\Product\\MyProductEsDecorator'] ?? self::getMyProductEsDecoratorService($container));
› }, 3));
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/ElasticsearchRegistry.php:54 {
Shopware\Elasticsearch\Framework\ElasticsearchRegistry->has(string $entityName): bool …
› {
› foreach ($this->getDefinitions() as $definition) {
› if ($definition->getEntityDefinition()->getEntityName() === $entityName) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php:232 {
Shopware\Elasticsearch\Framework\ElasticsearchHelper->isSupported(EntityDefinition $definition): bool …
›
› return $this->registry->has($entityName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php:82 {
Shopware\Elasticsearch\Framework\ElasticsearchHelper->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
›
› if (!$this->isSupported($definition)) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/AdvancedSearch/Elasticsearch/ElasticsearchHelperDecorator.php:37 {
Shopware\Commercial\AdvancedSearch\Elasticsearch\ElasticsearchHelperDecorator->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
› {
› $allowSearch = $this->decorated->allowSearch($definition, $context, $criteria);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php:90 {
WtTemplate\Elasticsearch\Framework\MyElasticHelper->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
› $criteria->setTerm(str_replace([' -'], ['-'], $criteria->getTerm()));\r
› return $this->productDefinition->allowSearch($definition, $context, $criteria);\r
› }\r
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:47 {
Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
› {
› if (!$this->helper->allowSearch($definition, $context, $criteria)) {
› return $this->decorated->search($definition, $criteria, $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:294 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› $result = $this->searcher->search($this->definition, $criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:80 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->searchIds(Criteria $criteria, Context $context): IdSearchResult …
› if (!$criteria->getTitle()) {
› return $this->_searchIds($criteria, $context);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:237 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
›
› $ids = $this->searchIds($criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:62 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› if (!$criteria->getTitle()) {
› return $this->_search($criteria, $context);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/ScopPlatformRedirecter/src/Decorator/CanonicalRedirectServiceDecorator.php:97 {
Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator->getRedirect(Request $request): Response …
› // search for the redirect in the database
› $redirects = $this->repository->search((new Criteria())->addFilter(new EqualsAnyFilter('sourceURL', $search))->addFilter(new EqualsFilter('enabled', true))->addFilter(new OrFilter([new EqualsFilter('salesChannelId', $salesChannelId), new EqualsFilter('salesChannelId', null)]))
› ->setLimit(1), $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:62 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› $redirect = $this->canonicalRedirectService->getRedirect($request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.897+00:00"
"message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Wt\LoginAsCustomer\Core\Checkout\Customer\CustomerRepository"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#380
#message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Wt\LoginAsCustomer\Core\Checkout\Customer\CustomerRepository"."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCustomer_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:12433 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryService($container) …
› {
› $a = ($container->services['customer.repository'] ?? self::getCustomer_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:46750 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
› {
› $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:55227 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getB2bShop_ContextProviderService($container) …
› {
› $a = ($container->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:16853 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_SalesChannelContextAuthStorageAdapterService($container) …
› {
› $a = ($container->privates['b2b_shop.context_provider'] ?? self::getB2bShop_ContextProviderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:16811 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_AuthStorageAdapterService($container) …
› {
› $a = ($container->services['b2b_front_auth.sales_channel_context_auth_storage_adapter'] ?? self::getB2bFrontAuth_SalesChannelContextAuthStorageAdapterService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:16827 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getB2bFrontAuth_AuthenticationServiceService($container) …
› {
› $a = ($container->services['b2b_front_auth.auth_storage_adapter'] ?? self::getB2bFrontAuth_AuthStorageAdapterService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:17221 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getB2bOrderNumber_ElasticsearchProductDefinitionService($container) …
› }
› $c = ($container->services['b2b_front_auth.authentication_service'] ?? self::getB2bFrontAuth_AuthenticationServiceService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:16922 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getB2bInStock_ElasticsearchProductDefinitionService($container) …
› {
› $a = ($container->services['b2b_order_number.elasticsearch_product_definition'] ?? self::getB2bOrderNumber_ElasticsearchProductDefinitionService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:52593 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getMyProductEsDecoratorService($container) …
› {
› $a = ($container->services['b2b_in_stock.elasticsearch_product_definition'] ?? self::getB2bInStock_ElasticsearchProductDefinitionService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48131 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› yield 1 => ($container->privates['Shopware\\Commercial\\AdvancedSearch\\Domain\\Indexing\\ElasticsearchDefinition\\Category\\CategoryElasticsearchDefinition'] ?? self::getCategoryElasticsearchDefinitionService($container));
› yield 2 => ($container->privates['WtTemplate\\Elasticsearch\\Product\\MyProductEsDecorator'] ?? self::getMyProductEsDecoratorService($container));
› }, 3));
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/ElasticsearchRegistry.php:54 {
Shopware\Elasticsearch\Framework\ElasticsearchRegistry->has(string $entityName): bool …
› {
› foreach ($this->getDefinitions() as $definition) {
› if ($definition->getEntityDefinition()->getEntityName() === $entityName) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php:232 {
Shopware\Elasticsearch\Framework\ElasticsearchHelper->isSupported(EntityDefinition $definition): bool …
›
› return $this->registry->has($entityName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php:82 {
Shopware\Elasticsearch\Framework\ElasticsearchHelper->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
›
› if (!$this->isSupported($definition)) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/AdvancedSearch/Elasticsearch/ElasticsearchHelperDecorator.php:37 {
Shopware\Commercial\AdvancedSearch\Elasticsearch\ElasticsearchHelperDecorator->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
› {
› $allowSearch = $this->decorated->allowSearch($definition, $context, $criteria);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php:90 {
WtTemplate\Elasticsearch\Framework\MyElasticHelper->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
› $criteria->setTerm(str_replace([' -'], ['-'], $criteria->getTerm()));\r
› return $this->productDefinition->allowSearch($definition, $context, $criteria);\r
› }\r
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:47 {
Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
› {
› if (!$this->helper->allowSearch($definition, $context, $criteria)) {
› return $this->decorated->search($definition, $criteria, $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:294 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› $result = $this->searcher->search($this->definition, $criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:80 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->searchIds(Criteria $criteria, Context $context): IdSearchResult …
› if (!$criteria->getTitle()) {
› return $this->_searchIds($criteria, $context);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:237 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
›
› $ids = $this->searchIds($criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:62 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› if (!$criteria->getTitle()) {
› return $this->_search($criteria, $context);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/ScopPlatformRedirecter/src/Decorator/CanonicalRedirectServiceDecorator.php:97 {
Scop\PlatformRedirecter\Decorator\CanonicalRedirectServiceDecorator->getRedirect(Request $request): Response …
› // search for the redirect in the database
› $redirects = $this->repository->search((new Criteria())->addFilter(new EqualsAnyFilter('sourceURL', $search))->addFilter(new EqualsFilter('enabled', true))->addFilter(new OrFilter([new EqualsFilter('salesChannelId', $salesChannelId), new EqualsFilter('salesChannelId', null)]))
› ->setLimit(1), $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:62 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› $redirect = $this->canonicalRedirectService->getRedirect($request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.193+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.193+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"
]
]
368 => [
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.958+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.958+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.958+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.958+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.958+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.958+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.958+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.958+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.958+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.958+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.975+00:00"
"message" => "User Deprecated: The "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Shopware\B2B\OrderNumber\BridgePlatform\SalesChannelProductRepositoryDecorator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1984
#message: "User Deprecated: The "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Shopware\B2B\OrderNumber\BridgePlatform\SalesChannelProductRepositoryDecorator"."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSalesChannel_Product_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39596 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCategoryBreadcrumbBuilderService($container) …
› }
› $b = ($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:30239 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter(($container->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? self::getHtmlSanitizerService($container))));
› $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\BuildBreadcrumbExtension(($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? self::getCategoryBreadcrumbBuilderService($container)), ($container->services['category.repository'] ?? self::getCategory_RepositoryService($container))));
› $instance->addExtension(new \Shopware\Core\Profiling\Twig\DoctrineExtension());
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:2058 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:57450 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19999 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.975+00:00"
"message" => "User Deprecated: The "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Shopware\B2B\InStock\BridgePlatform\SalesChannelProductRepositoryDecorator"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1950
#message: "User Deprecated: The "Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Shopware\B2B\InStock\BridgePlatform\SalesChannelProductRepositoryDecorator"."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSalesChannel_Product_RepositoryService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39596 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCategoryBreadcrumbBuilderService($container) …
› }
› $b = ($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:30239 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
› $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter(($container->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? self::getHtmlSanitizerService($container))));
› $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\BuildBreadcrumbExtension(($container->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? self::getCategoryBreadcrumbBuilderService($container)), ($container->services['category.repository'] ?? self::getCategory_RepositoryService($container))));
› $instance->addExtension(new \Shopware\Core\Profiling\Twig\DoctrineExtension());
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:2058 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
› $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));
› $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));
› $instance->add($d);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:57450 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
› {
› $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19999 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);
› $instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);
› $instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.981+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://shopware6.eps-dev.com/media/56/0c/1b/1702478083/Hotline%20Button%20Kopie2.png"" at RouterListener.php line 149"
"priority" => 250
"priorityName" => "NOTICE"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2323
#message: "No route found for "GET https://shopware6.eps-dev.com/media/56/0c/1b/1702478083/Hotline%20Button%20Kopie2.png""
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 149
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#1894 …}
-statusCode: 404
-headers: []
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/RouterListener.php:149 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "SwagB2bPlatform\Routing\ControllerRoutingExceptionHandler::handleRouting"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "WtTemplate\Subscriber\NotFoundSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Shopware\Core\Framework\Api\EventListener\ResponseExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.171+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.171+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://10.20.0.2:9200/_cluster/health"
"port" => 9200
"headers" => [
"Host" => [
"10.20.0.2"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 5.10.0-26-amd64; PHP 8.2.25)"
]
]
"HTTP code" => 200
"duration" => 0.001051
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.171+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
"cluster_name" => "elasticsearch"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"active_primary_shards" => 49
"active_shards" => 49
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 54
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 47.572815533981
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.171+00:00"
"message" => "curl -XGET 'http://10.20.0.2:9200/_cluster/health?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.171+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
"cluster_name" => "elasticsearch"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"active_primary_shards" => 49
"active_shards" => 49
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 54
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 47.572815533981
]
"method" => "GET"
"uri" => "http://10.20.0.2:9200/_cluster/health"
"port" => 9200
"HTTP code" => 200
"duration" => 0.001051
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.179+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.179+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://10.20.0.2:9200/_cat/indices"
"port" => 9200
"headers" => [
"Host" => [
"10.20.0.2"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 5.10.0-26-amd64; PHP 8.2.25)"
]
]
"HTTP code" => 200
"duration" => 0.007556
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.179+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_1719221316"
"uuid" => "uvFTHykFSoei9Xmz6MkG1g"
"pri" => "3"
"rep" => "3"
"docs.count" => "54905"
"docs.deleted" => "6365"
"store.size" => "29.6mb"
"pri.store.size" => "29.6mb"
"dataset.size" => "29.6mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_manufacturer_1719221316"
"uuid" => "L8fSzcPYQvqv1JXz2hvjPg"
"pri" => "3"
"rep" => "3"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "15.8kb"
"pri.store.size" => "15.8kb"
"dataset.size" => "15.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "live_index_category_1731064222"
"uuid" => "gVAQo6YCT1ab18NsSgnhMA"
"pri" => "3"
"rep" => "3"
"docs.count" => "56"
"docs.deleted" => "10"
"store.size" => "506.5kb"
"pri.store.size" => "506.5kb"
"dataset.size" => "506.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "live_index_product_1731064222"
"uuid" => "UfMw1hz-QemEi_vuT3ms-Q"
"pri" => "3"
"rep" => "3"
"docs.count" => "58980"
"docs.deleted" => "8204"
"store.size" => "32.5mb"
"pri.store.size" => "32.5mb"
"dataset.size" => "32.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_category_1719221316"
"uuid" => "a73zxETcQ9Oln2waCT543Q"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "747b"
"pri.store.size" => "747b"
"dataset.size" => "747b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "live_index_product_manufacturer_1731064222"
"uuid" => "rYJK9Of-SGOERqgjHvyB1w"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "747b"
"pri.store.size" => "747b"
"dataset.size" => "747b"
]
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.179+00:00"
"message" => "curl -XGET 'http://10.20.0.2:9200/_cat/indices?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.179+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_1719221316"
"uuid" => "uvFTHykFSoei9Xmz6MkG1g"
"pri" => "3"
"rep" => "3"
"docs.count" => "54905"
"docs.deleted" => "6365"
"store.size" => "29.6mb"
"pri.store.size" => "29.6mb"
"dataset.size" => "29.6mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_manufacturer_1719221316"
"uuid" => "L8fSzcPYQvqv1JXz2hvjPg"
"pri" => "3"
"rep" => "3"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "15.8kb"
"pri.store.size" => "15.8kb"
"dataset.size" => "15.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "live_index_category_1731064222"
"uuid" => "gVAQo6YCT1ab18NsSgnhMA"
"pri" => "3"
"rep" => "3"
"docs.count" => "56"
"docs.deleted" => "10"
"store.size" => "506.5kb"
"pri.store.size" => "506.5kb"
"dataset.size" => "506.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "live_index_product_1731064222"
"uuid" => "UfMw1hz-QemEi_vuT3ms-Q"
"pri" => "3"
"rep" => "3"
"docs.count" => "58980"
"docs.deleted" => "8204"
"store.size" => "32.5mb"
"pri.store.size" => "32.5mb"
"dataset.size" => "32.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_category_1719221316"
"uuid" => "a73zxETcQ9Oln2waCT543Q"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "747b"
"pri.store.size" => "747b"
"dataset.size" => "747b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "live_index_product_manufacturer_1731064222"
"uuid" => "rYJK9Of-SGOERqgjHvyB1w"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "747b"
"pri.store.size" => "747b"
"dataset.size" => "747b"
]
]
"method" => "GET"
"uri" => "http://10.20.0.2:9200/_cat/indices"
"port" => 9200
"HTTP code" => 200
"duration" => 0.007556
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Commercial\Licensing\Subscriber\AdminLicenseListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "SwagB2bPlatform\Subscriber\LoginHeaderSender::addLoginHeader"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "WtOci\Subscriber\KernelSubscriber::setCustomXFrameOptions"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.192+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"
]
]
2441 => [
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Commercial\Licensing\Subscriber\LicenseReportListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Shopware\Commercial\B2B\EmployeeManagement\Api\Annotation\B2bRouteParamsCleanupListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.983+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" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.993+00:00"
"message" => "Deprecated: Creation of dynamic property WtTemplate\Core\Content\Product\Cms\ProductBoxCmsElementResolver::$decorated is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2670
#message: "Deprecated: Creation of dynamic property WtTemplate\Core\Content\Product\Cms\ProductBoxCmsElementResolver::$decorated is deprecated"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Core/Content/Product/Cms/ProductBoxCmsElementResolver.php"
#line: 18
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Core/Content/Product/Cms/ProductBoxCmsElementResolver.php:18 {
WtTemplate\Core\Content\Product\Cms\ProductBoxCmsElementResolver->__construct(CmsElementResolverInterface $decorated) …
› ) {
› $this->decorated = $decorated;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:52583 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getProductBoxCmsElementResolverService($container) …
›
› return $container->privates['WtTemplate\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] = new \WtTemplate\Core\Content\Product\Cms\ProductBoxCmsElementResolver(new \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver($a));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:7285 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› yield 17 => ($container->privates['NetzpBlog6\\Resolver\\BlogElementResolver'] ?? self::getBlogElementResolverService($container));
› yield 18 => ($container->privates['WtTemplate\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] ?? self::getProductBoxCmsElementResolverService($container));
› }, 19), ['product' => ($container->services['sales_channel.product.repository'] ?? self::getSalesChannel_Product_RepositoryService($container))], ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? self::getDefinitionInstanceRegistryService($container)), $a);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php:47 {
Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver->__construct(iterable $resolvers, array $repositories, DefinitionInstanceRegistry $definitionRegistry, ExtensionDispatcher $extensions) …
› ) {
› foreach ($resolvers as $resolver) {
› $this->resolvers[$resolver->getType()] = $resolver;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:7266 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCmsSlotsDataResolverService($container) …
›
› return $container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? self::getImageCmsElementResolverService($container));
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:49807 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container) …
› }
› $b = ($container->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? self::getCmsSlotsDataResolverService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13442 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $d = ($container->privates['Swag\\CmsExtensions\\Service\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoaderBlockRuleDecorator'] ?? self::getSalesChannelCmsPageLoaderBlockRuleDecoratorService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.996+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2678
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:52 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.996+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2718
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:52 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.996+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2677
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:52 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.996+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2655
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:52 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.996+00:00"
"message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2695
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:52 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.996+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 {#2681
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PayLaterHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:52 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178490
"timestamp_rfc3339" => "2024-11-21T08:41:30.999+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\AbstractSyncAPMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2728
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\AbstractSyncAPMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPayLaterHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:56 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $syncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.000+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 {#2731
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SEPAHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:52 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.000+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 {#2733
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\VenmoHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:52 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.002+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\VenmoHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2758
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\VenmoHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getVenmoHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:56 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $syncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.002+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 {#2757
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ApplePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:52 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.003+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 {#2762
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GooglePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:52 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.003+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 {#2767
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PUIHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:52 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($syncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.003+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\PUIHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2765
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\PUIHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPUIHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:56 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $syncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.003+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 {#2745
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BancontactAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:61 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.004+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\APMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2776
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\APMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getBancontactAPMHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:65 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.004+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 {#2749
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BlikAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:61 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.004+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 {#2779
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\EpsAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:61 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.004+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 {#2773
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GiropayAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:61 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.004+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 {#2770
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\IdealAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:61 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.005+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 {#2783
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MultibancoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:61 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.005+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 {#2786
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MyBankAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:61 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.005+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 {#2789
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\OxxoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:61 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.005+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 {#2792
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\P24APMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:61 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.005+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 {#2795
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:61 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.005+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 {#2794
#message: "User Deprecated: Since swag/paypal 10.0.0: tag:v10.0.0 - The Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler service will be removed"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php"
#line: 50417
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:50417 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSofortAPMHandlerService($container) …
› {
› trigger_deprecation('swag/paypal', '10.0.0', 'tag:v10.0.0 - The Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler service will be removed');
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:65 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.005+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 {#2797
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\TrustlyAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:61 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.006+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 {#2748
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ACDCHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:61 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.006+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2803
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:65 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.006+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2809
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:65 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.006+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 {#2817
#message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\PayPalPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php"
#line: 250
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Feature.php:250 {
Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
›
› trigger_deprecation('shopware/core', '', $message);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:61 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› foreach (\array_keys($asyncHandlers->getProvidedServices()) as $serviceId) {
› Feature::triggerDeprecationOrThrow(
› 'v6.7.0.0',
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.007+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2807
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPayPalPaymentHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:65 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.007+00:00"
"message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2808
#message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPayPalPaymentHandlerService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Container.php:390 {
Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
› if (false !== $registry) {
› return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
› 1 => $this->serviceMap[$id][0],
› default => ($this->factory)(...$this->serviceMap[$id]),
› };
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:65 {
Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
› );
› $handler = $asyncHandlers->get($serviceId);
› $this->handlers[(string) $serviceId] = $handler;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:39220 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
›
› return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
› 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:5275 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSubscriptionPaymentMethodRouteService($container) …
› }
› $c = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6638 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Commercial\\Subscription\\Checkout\\Payment\\SubscriptionPaymentMethodRoute'] ?? self::getSubscriptionPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:14306 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute'] ?? self::getCachedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:6688 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
› {
› $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48679 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getGenericPageLoaderService($container) …
› }
› $d = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:13447 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getErrorControllerService($container) …
› }
› $e = ($container->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? self::getGenericPageLoaderService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:48350 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getCaptchaRouteListenerService($container) …
› {
› $a = ($container->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? self::getErrorControllerService($container));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19635 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ??= new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()), 'checkAffiliateTracking'], -21);
› $instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? self::getCaptchaRouteListenerService($container)), 'validateCaptcha'], -20);
› $instance->addListener('kernel.response', [#[\Closure(name: 'Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener')] fn () => ($container->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ??= new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()), 'onResponse'], -10);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:81 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->decorated->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:99 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:119 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
› {
› return $this->dispatcher->getListeners($eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.014+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.014+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.014+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.024+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.024+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.024+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.026+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.026+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.026+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
"listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.028+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.028+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.028+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.032+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.032+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.032+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.035+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.035+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.035+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.040+00:00"
"message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Staw\Cdn\Subscriber\MediaSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5659
#message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Staw\Cdn\Subscriber\MediaSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 341
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/error-handler/DebugClassLoader.php:341 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::getMediaSubscriberService($container) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/var/cache/dev_h803a25dff14005542b538a4987169848/Container5xCk757/Shopware_Core_KernelDevDebugContainer.php:19669 {
Container5xCk757\Shopware_Core_KernelDevDebugContainer::Container5xCk757\{closure} …
› $instance->addListener('Shopware\\Storefront\\Page\\Wishlist\\WishListPageProductCriteriaEvent', [#[\Closure(name: 'Wt\\PdfExport\\Subscriber\\WishListPageProductCriteriaEventSubscriber')] fn () => ($container->privates['Wt\\PdfExport\\Subscriber\\WishListPageProductCriteriaEventSubscriber'] ??= new \Wt\PdfExport\Subscriber\WishListPageProductCriteriaEventSubscriber()), 'modifyCriteria'], 0);
› $instance->addListener('media.loaded', [#[\Closure(name: 'Staw\\Cdn\\Subscriber\\MediaSubscriber')] fn () => ($container->privates['Staw\\Cdn\\Subscriber\\MediaSubscriber'] ?? self::getMediaSubscriberService($container)), 'onMediaLoaded'], 0);
› $instance->addListener('Shopware\\Storefront\\Pagelet\\Header\\HeaderPageletLoadedEvent', [#[\Closure(name: 'Staw\\Cdn\\Subscriber\\MediaSubscriber')] fn () => ($container->privates['Staw\\Cdn\\Subscriber\\MediaSubscriber'] ?? self::getMediaSubscriberService($container)), 'onHeaderPageLoaded'], 0);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› if ($listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $listener[1] ??= '__invoke';
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:27 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› }
› $this->dispatch($nested, $name);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:212 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
›
› $this->eventDispatcher->dispatch($event);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:232 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php:182 {
Shopware\Core\System\SalesChannel\Context\BaseContextFactory->getShippingMethod(array $options, Context $context, SalesChannelEntity $salesChannel): ShippingMethodEntity …
›
› $shippingMethods = $this->shippingMethodRepository->search($criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php:106 {
Shopware\Core\System\SalesChannel\Context\BaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
› // detect active delivery method, at first checkout scope, at least shop default method
› $shippingMethod = $this->getShippingMethod($options, $context, $salesChannel);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:65 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:65 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/cache-contracts/CacheTrait.php:64 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/cache-contracts/CacheTrait.php:30 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:56 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $salesChannelId, $options) {
› if (Feature::isActive('cache_rework')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› // we split the context generation to allow caching of the base context
› $base = $this->baseContextFactory->create($salesChannelId, $options);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/SalesChannelContextFactoryDecorator.php:24 {
Shopware\B2B\Shop\BridgePlatform\SalesChannelContextFactoryDecorator->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› {
› $context = $this->decorated->create($token, $salesChannelId, $options);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/cache-contracts/CacheTrait.php:64 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/cache-contracts/CacheTrait.php:30 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:48 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {
› if (Feature::isActive('cache_rework')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:94 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
› $this->eventDispatcher->dispatch(new SalesChannelContextCreatedEvent($context, $token));
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.044+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.044+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.044+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.044+00:00"
"message" => "Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5666
#message: "Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php"
#line: 89
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php:89 {
WtTemplate\Elasticsearch\Framework\MyElasticHelper->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
› {\r
› $criteria->setTerm(str_replace([' -'], ['-'], $criteria->getTerm()));\r
› return $this->productDefinition->allowSearch($definition, $context, $criteria);\r
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:47 {
Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
› {
› if (!$this->helper->allowSearch($definition, $context, $criteria)) {
› return $this->decorated->search($definition, $criteria, $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:294 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› $result = $this->searcher->search($this->definition, $criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:83 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_searchIds($criteria, $context), 'repository');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:83 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_searchIds($criteria, $context), 'repository');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:237 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
›
› $ids = $this->searchIds($criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php:347 {
Shopware\Core\System\SalesChannel\Context\BaseContextFactory->getCashRounding(CurrencyEntity $currency, ShippingLocation $shippingLocation, Context $context): array …
›
› $countryConfig = $this->currencyCountryRepository->search($criteria, $context)->first();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php:108 {
Shopware\Core\System\SalesChannel\Context\BaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
›
› [$itemRounding, $totalRounding] = $this->getCashRounding($currency, $shippingLocation, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:65 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:65 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/cache-contracts/CacheTrait.php:64 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/cache-contracts/CacheTrait.php:30 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php:56 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $salesChannelId, $options) {
› if (Feature::isActive('cache_rework')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› // we split the context generation to allow caching of the base context
› $base = $this->baseContextFactory->create($salesChannelId, $options);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/SalesChannelContextFactoryDecorator.php:24 {
Shopware\B2B\Shop\BridgePlatform\SalesChannelContextFactoryDecorator->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› {
› $context = $this->decorated->create($token, $salesChannelId, $options);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:451 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:101 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:95 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:35 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/cache-contracts/CacheTrait.php:64 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/cache-contracts/CacheTrait.php:30 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:48 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {
› if (Feature::isActive('cache_rework')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:94 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
› $this->eventDispatcher->dispatch(new SalesChannelContextCreatedEvent($context, $token));
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.053+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\System\SalesChannel\Event\SalesChannelContextCreatedEvent"
"listener" => "Shopware\Commercial\B2B\EmployeeManagement\Domain\Login\SalesChannelContextRestoredSubscriber::onSalesChannelContextCreated"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.055+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Checkout\Cart\Event\CartCreatedEvent"
"listener" => "Shopware\B2B\Cart\BridgePlatform\CartCreatedSubscriber::onCartCreated"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.056+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.056+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.056+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.056+00:00"
"message" => "Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#4786
#message: "Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php"
#line: 89
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php:89 {
WtTemplate\Elasticsearch\Framework\MyElasticHelper->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
› {\r
› $criteria->setTerm(str_replace([' -'], ['-'], $criteria->getTerm()));\r
› return $this->productDefinition->allowSearch($definition, $context, $criteria);\r
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:47 {
Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
› {
› if (!$this->helper->allowSearch($definition, $context, $criteria)) {
› return $this->decorated->search($definition, $criteria, $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:294 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› $result = $this->searcher->search($this->definition, $criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:83 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_searchIds($criteria, $context), 'repository');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:83 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_searchIds($criteria, $context), 'repository');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:237 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
›
› $ids = $this->searchIds($criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/Common/RepositoryIterator.php:108 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator->fetch(): EntitySearchResult …
›
› $result = $this->repository->search(clone $this->criteria, $this->context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/RuleLoader.php:47 {
Shopware\Core\Checkout\Cart\RuleLoader->load(Context $context): RuleCollection …
›
› while (($result = $repositoryIterator->fetch()) !== null) {
› foreach ($result->getEntities() as $rule) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/CustomPricing/Framework/Checkout/Cart/CustomPricingRuleLoaderDecorator.php:32 {
Shopware\Commercial\CustomPricing\Framework\Checkout\Cart\CustomPricingRuleLoaderDecorator->load(Context $context): RuleCollection …
› {
› $ruleCollection = $this->decorated->load($context);
› if (!License::get('CUSTOM_PRICES-4458487')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/CachedRuleLoader.php:34 {
Shopware\Core\Checkout\Cart\CachedRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
› {
› return $this->cache->get(self::CACHE_KEY, fn (): RuleCollection => $this->decorated->load($context));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/cache-contracts/CacheTrait.php:64 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/cache-contracts/CacheTrait.php:30 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/CachedRuleLoader.php:34 {
Shopware\Core\Checkout\Cart\CachedRuleLoader->load(Context $context): RuleCollection …
› {
› return $this->cache->get(self::CACHE_KEY, fn (): RuleCollection => $this->decorated->load($context));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:172 {
Shopware\Core\Checkout\Cart\CartRuleLoader->loadRules(Context $context): RuleCollection …
›
› return $this->rules = $this->ruleLoader->load($context)->filterForContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:84 {
Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
› return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {
› $rules = $this->loadRules($context->getContext());
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/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/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.078+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.078+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.078+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.078+00:00"
"message" => "Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7248
#message: "Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php"
#line: 89
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php:89 {
WtTemplate\Elasticsearch\Framework\MyElasticHelper->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
› {\r
› $criteria->setTerm(str_replace([' -'], ['-'], $criteria->getTerm()));\r
› return $this->productDefinition->allowSearch($definition, $context, $criteria);\r
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:47 {
Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
› {
› if (!$this->helper->allowSearch($definition, $context, $criteria)) {
› return $this->decorated->search($definition, $criteria, $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:294 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› $result = $this->searcher->search($this->definition, $criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:83 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_searchIds($criteria, $context), 'repository');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:83 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_searchIds($criteria, $context), 'repository');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/App/Lifecycle/Persister/ScriptPersister.php:111 {
Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister->refresh(): void …
› /** @var array<string> $appIds */
› $appIds = $this->appRepository->searchIds($criteria, $context)->getIds();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Script/Execution/ScriptLoader.php:73 {
Shopware\Core\Framework\Script\Execution\ScriptLoader->load(): array …
› if ($this->debug) {
› $this->scriptPersister->refresh();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Script/Execution/ScriptLoader.php:54 {
Shopware\Core\Framework\Script\Execution\ScriptLoader->get(string $hook): array …
›
› $scripts = $this->load();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:54 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->execute(Hook $hook): void …
›
› $scripts = $this->loader->get($hook->getName());
› $this->traces->initHook($hook);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/Processor.php:57 {
Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
› if ($behavior->hookAware()) {
› $this->executor->execute(new CartHook($cart, $context));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
› {
› return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {
› $cart = new Cart($original->getToken());
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:109 {
Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
› // start first cart calculation to have all objects enriched
› $cart = $this->processor->process($cart, $context, $behaviorContext);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/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/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.080+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.080+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.080+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.080+00:00"
"message" => "Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7393
#message: "Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php"
#line: 89
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php:89 {
WtTemplate\Elasticsearch\Framework\MyElasticHelper->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
› {\r
› $criteria->setTerm(str_replace([' -'], ['-'], $criteria->getTerm()));\r
› return $this->productDefinition->allowSearch($definition, $context, $criteria);\r
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:47 {
Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
› {
› if (!$this->helper->allowSearch($definition, $context, $criteria)) {
› return $this->decorated->search($definition, $criteria, $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:294 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› $result = $this->searcher->search($this->definition, $criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:80 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->searchIds(Criteria $criteria, Context $context): IdSearchResult …
› if (!$criteria->getTitle()) {
› return $this->_searchIds($criteria, $context);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/Address/AddressValidator.php:108 {
Shopware\Core\Checkout\Cart\Address\AddressValidator->isSalesChannelCountry(string $countryId, SalesChannelContext $context): bool …
›
› return $this->available[$countryId] = $this->repository->searchIds($criteria, $context->getContext())->getTotal() !== 0;
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/Address/AddressValidator.php:55 {
Shopware\Core\Checkout\Cart\Address\AddressValidator->validate(Cart $cart, ErrorCollection $errors, SalesChannelContext $context): void …
›
› if (!$this->isSalesChannelCountry($country->getId(), $context) && $validateShipping) {
› $errors->add(new ShippingAddressBlockedError((string) $country->getTranslation('name')));
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/Validator.php:25 {
Shopware\Core\Checkout\Cart\Validator->validate(Cart $cart, SalesChannelContext $context): array …
› foreach ($this->validators as $validator) {
› $validator->validate($cart, $errors, $context);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/Processor.php:63 {
Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
› $cart->addErrors(
› ...$this->validator->validate($cart, $context)
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
› {
› return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {
› $cart = new Cart($original->getToken());
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:109 {
Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
› // start first cart calculation to have all objects enriched
› $cart = $this->processor->process($cart, $context, $behaviorContext);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/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/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.088+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.088+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.088+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.089+00:00"
"message" => "Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#7470
#message: "Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated"
#code: 0
#file: "/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php"
#line: 89
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/WtTemplate/src/Elasticsearch/Framework/MyElasticHelper.php:89 {
WtTemplate\Elasticsearch\Framework\MyElasticHelper->allowSearch(EntityDefinition $definition, Context $context, Criteria $criteria): bool …
› {\r
› $criteria->setTerm(str_replace([' -'], ['-'], $criteria->getTerm()));\r
› return $this->productDefinition->allowSearch($definition, $context, $criteria);\r
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:47 {
Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
› {
› if (!$this->helper->allowSearch($definition, $context, $criteria)) {
› return $this->decorated->search($definition, $criteria, $context);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:294 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› $result = $this->searcher->search($this->definition, $criteria, $context);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:83 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_searchIds($criteria, $context), 'repository');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:83 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->searchIds(Criteria $criteria, Context $context): IdSearchResult …
›
› return Profiler::trace($criteria->getTitle(), fn () => $this->_searchIds($criteria, $context), 'repository');
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/App/Lifecycle/Persister/ScriptPersister.php:111 {
Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister->refresh(): void …
› /** @var array<string> $appIds */
› $appIds = $this->appRepository->searchIds($criteria, $context)->getIds();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Script/Execution/ScriptLoader.php:73 {
Shopware\Core\Framework\Script\Execution\ScriptLoader->load(): array …
› if ($this->debug) {
› $this->scriptPersister->refresh();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Script/Execution/ScriptLoader.php:54 {
Shopware\Core\Framework\Script\Execution\ScriptLoader->get(string $hook): array …
›
› $scripts = $this->load();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Script/Execution/ScriptExecutor.php:54 {
Shopware\Core\Framework\Script\Execution\ScriptExecutor->execute(Hook $hook): void …
›
› $scripts = $this->loader->get($hook->getName());
› $this->traces->initHook($hook);
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/Processor.php:57 {
Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
› if ($behavior->hookAware()) {
› $this->executor->execute(new CartHook($cart, $context));
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
› {
› return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {
› $cart = new Cart($original->getToken());
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:127 {
Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
› // calculate cart again
› $cart = $this->processor->process($cart, $context, $behaviorContext);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/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/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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/vhosts/eps-dev.com/shopware6.eps-dev.com/public/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/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Profiling/Profiler.php:67 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› {
› return Profiler::trace('sales-channel-context', function () use ($parameters) {
› $token = $parameters->getToken();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:113 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->loadDefaultSalesChannelContext(): SalesChannelContext …
› ->salesChannelContextService
› ->get(new SalesChannelContextServiceParameters(
› TestDefaults::SALES_CHANNEL,
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/Shop/BridgePlatform/ContextProvider.php:44 {
Shopware\B2B\Shop\BridgePlatform\ContextProvider->getSalesChannelContext(): SalesChannelContext …
› if (!$this->salesChannelContext) {
› $this->salesChannelContext = $this->loadDefaultSalesChannelContext();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/BridgePlatform/SalesChannelContextAuthStorageAdapter.php:71 {
Shopware\B2B\StoreFrontAuthentication\BridgePlatform\SalesChannelContextAuthStorageAdapter->isAuthenticated(): bool …
›
› $salesChannelContext = $this->contextProvider->getSalesChannelContext();
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:25 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isAuthenticated(): bool …
› {
› return $this->authStorageAdapter->isAuthenticated();
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:16 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->getIdentity(): Identity …
› {
› if (!$this->isAuthenticated()) {
› throw new NotAuthenticatedException('Not authenticated, can not provide a valid identity.');
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:31 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->isB2b(): bool …
› try {
› $this->getIdentity();
› } catch (NotFoundException|NotAuthenticatedException|NoIdentitySetException|\RuntimeException) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/StoreFrontAuthentication/Framework/AuthenticationService.php:41 {
Shopware\B2B\StoreFrontAuthentication\Framework\AuthenticationService->is($className): bool …
› {
› if (!$this->isB2b()) {
› return false;
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagB2bPlatform/src/components/SalesRepresentative/BridgePlatform/SalesRepresentativeSubscriber.php:46 {
Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber->redirectSalesRepresentative(ControllerEvent $event): void …
›
› if (!$this->authenticationService->is(SalesRepresentativeIdentity::class)) {
› if ($requestedController !== 'b2bsalesrepresentative' || $requestedAction === 'salesRepresentativeLogin') {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:171 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($request->attributes->get('exception') !== null) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:27 {
Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if (!License::get('SUBSCRIPTIONS-3156213')) {
› return $this->decorated->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:70 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if ($type === HttpKernelInterface::MAIN_REQUEST) {
› $response = parent::handle($request, $type, $catch);
› } elseif ($request->attributes->has('_sw_esi')) {
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/shopware/core/Kernel.php:123 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/public/index.php:11 {
›
› require_once __DIR__ . '/../vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/eps-dev.com/shopware6.eps-dev.com/public/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "php"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.090+00:00"
"message" => "#1 Rule detection: Lieferadresse ist Deutschland - Maik with priority 1000 (id: 471f2ca5e74440568ba57912bb0f3d50)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.090+00:00"
"message" => "#2 Rule detection: Cart >= 0 (Payment) with priority 100 (id: 0189b5bc757970f38af8d735ac2bef24)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.090+00:00"
"message" => "#3 Rule detection: Cart >= 0 with priority 100 (id: 0189b5bc757d738cb8f62b8ca13162fd)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.090+00:00"
"message" => "#4 Rule detection: Always valid (Default) - Deutschland with priority 100 (id: 0189b5bc781372e48ae25e3fc49e6c75)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.090+00:00"
"message" => "#5 Rule detection: Paket DPD - DHL with priority 100 (id: 0189b5c9ab9f7213be6b9f7eb5a0be77)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.090+00:00"
"message" => "#6 Rule detection: Alle Kunden - Deutschland with priority 1 (id: 0189b5bc758c718ca89324f9e3bbcdfd)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.090+00:00"
"message" => "#7 Rule detection: Sales channel: EPS System B2B Portal with priority 0 (id: 0189b5c9ab9b73b8b6ca8da792e44880)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.090+00:00"
"message" => "#8 Rule detection: Shopkunden with priority 0 (id: 0189b5ced52c716da0b413088634748f)"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "app"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.090+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "Shopware\Core\Checkout\Cart\Event\CartVerifyPersistEvent"
"listener" => "Shopware\Commercial\B2B\OrderApproval\Subscriber\CartPersistSubscriber::handle"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Commercial\Subscription\Storefront\StorefrontSubscriber::propagateSubscriptionDetails"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Routing\RouteScopeResolver::resolveScope"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Commercial\B2B\EmployeeManagement\Domain\RouteAccess\B2bRouteBlocker::blockRouteForEmployee"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\B2B\SalesRepresentative\BridgePlatform\SalesRepresentativeSubscriber::redirectSalesRepresentative"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Commercial\B2B\EmployeeManagement\Api\Annotation\B2bEmployeePermissionValidator::validate"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\Commercial\B2B\QuickOrder\Api\Annotation\CustomerSpecificFeatureActivated::validate"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Subscriber\FrontendAccountFirewall::redirectToController"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "SwagB2bPlatform\Subscriber\B2bModuleFirewall::redirectOutOfB2b"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.096+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Shopware\B2B\AclRoute\BridgePlatform\RequestInterceptorSubscriber::redirectIfInaccessible"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.098+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.098+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Shopware\Commercial\Subscription\Storefront\StorefrontSubscriber::setSubscriptionToken"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.098+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Container5xCk757\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.098+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.159+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.159+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://10.20.0.2:9200/_cluster/health"
"port" => 9200
"headers" => [
"Host" => [
"10.20.0.2"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 5.10.0-26-amd64; PHP 8.2.25)"
]
]
"HTTP code" => 200
"duration" => 0.001822
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.159+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
"cluster_name" => "elasticsearch"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"active_primary_shards" => 49
"active_shards" => 49
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 54
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 47.572815533981
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.159+00:00"
"message" => "curl -XGET 'http://10.20.0.2:9200/_cluster/health?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.159+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
"cluster_name" => "elasticsearch"
"status" => "yellow"
"timed_out" => false
"number_of_nodes" => 1
"number_of_data_nodes" => 1
"active_primary_shards" => 49
"active_shards" => 49
"relocating_shards" => 0
"initializing_shards" => 0
"unassigned_shards" => 54
"delayed_unassigned_shards" => 0
"number_of_pending_tasks" => 0
"number_of_in_flight_fetch" => 0
"task_max_waiting_in_queue_millis" => 0
"active_shards_percent_as_number" => 47.572815533981
]
"method" => "GET"
"uri" => "http://10.20.0.2:9200/_cluster/health"
"port" => 9200
"HTTP code" => 200
"duration" => 0.001822
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.165+00:00"
"message" => "Request Body"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
null
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.165+00:00"
"message" => "Request Success:"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"method" => "GET"
"uri" => "http://10.20.0.2:9200/_cat/indices"
"port" => 9200
"headers" => [
"Host" => [
"10.20.0.2"
]
"Content-Type" => [
"application/json"
]
"Accept" => [
"application/json"
]
"User-Agent" => [
"opensearch-php/2.3.1 (Linux 5.10.0-26-amd64; PHP 8.2.25)"
]
]
"HTTP code" => 200
"duration" => 0.005386
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.165+00:00"
"message" => "Response"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
[
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_1719221316"
"uuid" => "uvFTHykFSoei9Xmz6MkG1g"
"pri" => "3"
"rep" => "3"
"docs.count" => "54905"
"docs.deleted" => "6365"
"store.size" => "29.6mb"
"pri.store.size" => "29.6mb"
"dataset.size" => "29.6mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_manufacturer_1719221316"
"uuid" => "L8fSzcPYQvqv1JXz2hvjPg"
"pri" => "3"
"rep" => "3"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "15.8kb"
"pri.store.size" => "15.8kb"
"dataset.size" => "15.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "live_index_category_1731064222"
"uuid" => "gVAQo6YCT1ab18NsSgnhMA"
"pri" => "3"
"rep" => "3"
"docs.count" => "56"
"docs.deleted" => "10"
"store.size" => "506.5kb"
"pri.store.size" => "506.5kb"
"dataset.size" => "506.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "live_index_product_1731064222"
"uuid" => "UfMw1hz-QemEi_vuT3ms-Q"
"pri" => "3"
"rep" => "3"
"docs.count" => "58980"
"docs.deleted" => "8204"
"store.size" => "32.5mb"
"pri.store.size" => "32.5mb"
"dataset.size" => "32.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_category_1719221316"
"uuid" => "a73zxETcQ9Oln2waCT543Q"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "747b"
"pri.store.size" => "747b"
"dataset.size" => "747b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "live_index_product_manufacturer_1731064222"
"uuid" => "rYJK9Of-SGOERqgjHvyB1w"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "747b"
"pri.store.size" => "747b"
"dataset.size" => "747b"
]
]
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.165+00:00"
"message" => "curl -XGET 'http://10.20.0.2:9200/_cat/indices?pretty=true'"
"priority" => 200
"priorityName" => "INFO"
"context" => []
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.165+00:00"
"message" => "Response:"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"response" => [
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_1719221316"
"uuid" => "uvFTHykFSoei9Xmz6MkG1g"
"pri" => "3"
"rep" => "3"
"docs.count" => "54905"
"docs.deleted" => "6365"
"store.size" => "29.6mb"
"pri.store.size" => "29.6mb"
"dataset.size" => "29.6mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_product_manufacturer_1719221316"
"uuid" => "L8fSzcPYQvqv1JXz2hvjPg"
"pri" => "3"
"rep" => "3"
"docs.count" => "1"
"docs.deleted" => "0"
"store.size" => "15.8kb"
"pri.store.size" => "15.8kb"
"dataset.size" => "15.8kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "live_index_category_1731064222"
"uuid" => "gVAQo6YCT1ab18NsSgnhMA"
"pri" => "3"
"rep" => "3"
"docs.count" => "56"
"docs.deleted" => "10"
"store.size" => "506.5kb"
"pri.store.size" => "506.5kb"
"dataset.size" => "506.5kb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "live_index_product_1731064222"
"uuid" => "UfMw1hz-QemEi_vuT3ms-Q"
"pri" => "3"
"rep" => "3"
"docs.count" => "58980"
"docs.deleted" => "8204"
"store.size" => "32.5mb"
"pri.store.size" => "32.5mb"
"dataset.size" => "32.5mb"
]
[
"health" => "yellow"
"status" => "open"
"index" => "sw6_fr_category_1719221316"
"uuid" => "a73zxETcQ9Oln2waCT543Q"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "747b"
"pri.store.size" => "747b"
"dataset.size" => "747b"
]
[
"health" => "yellow"
"status" => "open"
"index" => "live_index_product_manufacturer_1731064222"
"uuid" => "rYJK9Of-SGOERqgjHvyB1w"
"pri" => "3"
"rep" => "3"
"docs.count" => "0"
"docs.deleted" => "0"
"store.size" => "747b"
"pri.store.size" => "747b"
"dataset.size" => "747b"
]
]
"method" => "GET"
"uri" => "http://10.20.0.2:9200/_cat/indices"
"port" => 9200
"HTTP code" => 200
"duration" => 0.005386
]
"channel" => "elasticsearch"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Shopware\Commercial\Licensing\Subscriber\AdminLicenseListener::__invoke"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "SwagB2bPlatform\Subscriber\LoginHeaderSender::addLoginHeader"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "WtOci\Subscriber\KernelSubscriber::setCustomXFrameOptions"
]
"channel" => "event"
]
[
"timestamp" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.168+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+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" => 1732178491
"timestamp_rfc3339" => "2024-11-21T08:41:31.169+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
368 => 0
2441 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1759 …}
} |