10:20:24.000
deprecation
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load() " might add "void " as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension " now to avoid errors or add an explicit @return annotation to suppress this message.
10:20:24.000
deprecation
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process() " might add "void " as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddParamConverterPass " now to avoid errors or add an explicit @return annotation to suppress this message.
10:20:24.000
deprecation
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process() " might add "void " as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\OptimizerPass " now to avoid errors or add an explicit @return annotation to suppress this message.
10:20:24.000
deprecation
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process() " might add "void " as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass " now to avoid errors or add an explicit @return annotation to suppress this message.
10:20:24.000
deprecation
Since symfony/framework-bundle 6.4: Option "enable_annotations " at "framework.validation " is deprecated. Use the "enable_attributes " option instead.
10:20:24.000
deprecation
Since symfony/framework-bundle 6.4: Not setting the "framework.handle_all_throwables " config option is deprecated. It will default to "true " in 7.0.
10:20:24.000
deprecation
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled " config option to false.
10:20:24.000
deprecation
Enabling the "sensio_framework_extra.router.annotations " configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route " annotation from Symfony itself.
10:20:24.000
deprecation
Since shopware/platform 6.6.0.0: The child node "count " at path "shopware.cache.invalidation " is deprecated.
01:37:16.736
deprecation
User Deprecated: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger " class is deprecated, use HttpKernel's DebugLoggerConfigurator instead.
01:37:16.743
deprecation
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader " service is deprecated without replacement.
01:37:16.743
deprecation
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader " service is deprecated without replacement.
01:37:16.743
deprecation
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter " service is deprecated without replacement.
01:37:16.743
deprecation
User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader " instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct() " is deprecated, pass null or omit the parameter instead.
01:37:16.745
info
Matched route "frontend.maintenance.page " .
01:37:16.745
debug
Notified event "kernel.request " to listener "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::addHttpCacheToCoreRoutes " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent " .
01:37:16.746
debug
Notified event "kernel.request " to listener "Shopware\Core\Framework\Routing\RouteEventSubscriber::request " .
01:37:16.749
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.749
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.750
deprecation
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader() " is deprecated without replacement.
php
Show context
Show trace
[
"exception " => ErrorException {#1917
#message : "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement. "
#code : 0
#file : "/var/www/shopware-dev/vendor /symfony/validator/ ValidatorBuilder.php "
#line : 252
#severity : E_USER_DEPRECATED
trace : {
/var/www/shopware-dev/vendor /symfony/validator/ ValidatorBuilder.php:252 {
Symfony\Component\Validator \ ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
› {
› trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);
›
}
/var/www/shopware-dev / var/cache/dev_hb07ab4a8b5751bfa6f74199c4fd4aae8/ContainerR0xxwc9/Shopware_Core_KernelDevDebugContainer.php:38700 {
ContainerR0xxwc9 \ Shopware_Core_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? self::getAnnotations_CachedReaderService($container)));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/shopware-dev / var/cache/dev_hb07ab4a8b5751bfa6f74199c4fd4aae8/ContainerR0xxwc9/Shopware_Core_KernelDevDebugContainer.php:36599 {
ContainerR0xxwc9 \ Shopware_Core_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/shopware-dev / var/cache/dev_hb07ab4a8b5751bfa6f74199c4fd4aae8/ContainerR0xxwc9/Shopware_Core_KernelDevDebugContainer.php:31629 {
ContainerR0xxwc9 \ Shopware_Core_KernelDevDebugContainer::getHappyPathValidatorService($container) …
› {
› $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/var/www/shopware-dev / var/cache/dev_hb07ab4a8b5751bfa6f74199c4fd4aae8/ContainerR0xxwc9/Shopware_Core_KernelDevDebugContainer.php:6770 {
ContainerR0xxwc9 \ Shopware_Core_KernelDevDebugContainer::getIdFieldSerializerService($container) …
› {
› return $container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer(($container->privates['Shopware\\Core\\Framework\\Validation\\HappyPathValidator'] ?? self::getHappyPathValidatorService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? self::getDefinitionInstanceRegistryService($container)));
› }
}
/var/www/shopware-dev/vendor /symfony/dependency-injection/ Container.php:231 {
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/shopware-dev/vendor /symfony/dependency-injection/ Container.php:211 {
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/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/DefinitionInstanceRegistry.php:120 {
Shopware\Core\Framework\DataAbstractionLayer \ DefinitionInstanceRegistry->getSerializer(string $serializerClass): FieldSerializerInterface …
› /** @var FieldSerializerInterface $fieldSerializer */
› $fieldSerializer = $this->container->get($serializerClass);
›
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/Field/Field.php:179 {
Shopware\Core\Framework\DataAbstractionLayer\Field \ Field->initLazy(): void …
›
› $this->serializer = $this->registry->getSerializer($this->getSerializerClass());
›
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/Field/Field.php:114 {
Shopware\Core\Framework\DataAbstractionLayer\Field \ Field->getSerializer(): FieldSerializerInterface …
› {
› $this->initLazy();
›
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:122 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal \ EntityHydrator::buildUniqueIdentifier(EntityDefinition $definition, array $row, string $root): array …
›
› $primaryKey[$field->getPropertyName()] = $field->getSerializer()->decode($field, $row[$accessor]);
› }
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:542 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal \ EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context, array $partial = []): Entity …
›
› $identifier = implode('-', self::buildUniqueIdentifier($definition, $row, $root));
›
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:88 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal \ EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context, array $partial = []): EntityCollection …
› foreach ($rows as $row) {
› $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context, $partial));
› }
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/Dbal/EntityReader.php:135 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal \ EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false, array $partial = []): EntityCollection …
›
› $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context, $partial);
›
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/Dbal/EntityReader.php:77 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal \ EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
› return $this->_read(
› $criteria,
› $definition,
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/EntityRepository.php:212 {
Shopware\Core\Framework\DataAbstractionLayer \ EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› /** @var TEntityCollection $entities */
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/EntityRepository.php:240 {
Shopware\Core\Framework\DataAbstractionLayer \ EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/shopware-dev/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/shopware-dev/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/shopware-dev/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/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/BaseContextFactory.php:62 {
Shopware\Core\System\SalesChannel\Context \ BaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
›
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)->get($salesChannelId);
›
}
/var/www/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/CachedBaseContextFactory.php:55 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context \ {closure} …
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $salesChannelId, $options) {
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
}
/var/www/shopware-dev/vendor /shopware/core/ System/SystemConfig/SystemConfigService.php:416 {
Shopware\Core\System\SystemConfig \ SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/vendor /shopware/core/ Framework/Adapter/Translation/Translator.php:96 {
Shopware\Core\Framework\Adapter\Translation \ Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/vendor /shopware/core/ Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache \ CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/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/shopware-dev/vendor /shopware/storefront/ Theme/ThemeConfigValueAccessor.php:76 {
Shopware\Storefront\Theme \ ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/CachedBaseContextFactory.php:55 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context \ {closure} …
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $salesChannelId, $options) {
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
}
/var/www/shopware-dev/vendor /symfony/cache-contracts/ CacheTrait.php:70 {
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/shopware-dev/vendor /symfony/cache-contracts/ CacheTrait.php:33 {
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/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/CachedBaseContextFactory.php:65 {
Shopware\Core\System\SalesChannel\Context \ CachedBaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
› return CacheValueCompressor::compress($context);
› });
›
}
/var/www/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/SalesChannelContextFactory.php:60 {
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/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/CachedSalesChannelContextFactory.php:47 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context \ {closure} …
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
}
/var/www/shopware-dev/vendor /shopware/core/ System/SystemConfig/SystemConfigService.php:416 {
Shopware\Core\System\SystemConfig \ SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/vendor /shopware/core/ Framework/Adapter/Translation/Translator.php:96 {
Shopware\Core\Framework\Adapter\Translation \ Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/vendor /shopware/core/ Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache \ CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/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/shopware-dev/vendor /shopware/storefront/ Theme/ThemeConfigValueAccessor.php:76 {
Shopware\Storefront\Theme \ ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/CachedSalesChannelContextFactory.php:47 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context \ {closure} …
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
}
/var/www/shopware-dev/vendor /symfony/cache-contracts/ CacheTrait.php:70 {
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/shopware-dev/vendor /symfony/cache-contracts/ CacheTrait.php:33 {
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/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
Shopware\Core\System\SalesChannel\Context \ CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› return CacheValueCompressor::compress($context);
› });
›
}
/var/www/shopware-dev/custom/plugins/RedMagnalisterSW6 / src/Service/MagnalisterSalesChannelContextFactory.php:32 {
Redgecko\Magnalister\Service \ MagnalisterSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› {
› return $this->innerService->create($token, $salesChannelId, $options);
› }
}
/var/www/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/SalesChannelContextService.php:88 {
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/shopware-dev/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/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/SalesChannelContextService.php:96 {
Shopware\Core\System\SalesChannel\Context \ SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› return $context;
› });
› }
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/Routing/SalesChannelRequestContextResolver.php:63 {
Shopware\Core\Framework\Routing \ SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing \ ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/shopware-dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/shopware-dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:220 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/shopware-dev/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/shopware-dev/vendor /shopware/core/ Content/Flow/Dispatching/FlowDispatcher.php:47 {
Shopware\Core\Content\Flow\Dispatching \ FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/shopware-dev/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/shopware-dev/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/shopware-dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:142 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/shopware-dev/vendor /symfony/http-kernel/ HttpKernel.php:169 {
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/shopware-dev/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/shopware-dev/vendor /shopware/core/ Framework/Adapter/Kernel/HttpKernel.php:44 {
Shopware\Core\Framework\Adapter\Kernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!KernelFactory::$active) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/Adapter/Kernel/HttpCacheKernel.php:50 {
Shopware\Core\Framework\Adapter\Kernel \ HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!KernelFactory::$active) {
› return $this->getKernel()->handle($request, $type, $catch);
› }
}
/var/www/shopware-dev/vendor /shopware/core/ Kernel.php:158 {
Shopware\Core \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/shopware-dev/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/shopware-dev/vendor /symfony/http-kernel/ HttpCache/HttpCache.php:492 {
Symfony\Component\HttpKernel\HttpCache \ HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null) …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/var/www/shopware-dev/vendor /symfony/http-kernel/ HttpCache/HttpCache.php:467 {
Symfony\Component\HttpKernel\HttpCache \ HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/shopware-dev/vendor /symfony/http-kernel/ HttpCache/HttpCache.php:365 {
Symfony\Component\HttpKernel\HttpCache \ HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/shopware-dev/vendor /symfony/http-kernel/ HttpCache/HttpCache.php:229 {
Symfony\Component\HttpKernel\HttpCache \ HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/var/www/shopware-dev/vendor /shopware/core/ HttpKernel.php:146 {
Shopware\Core \ HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/shopware-dev/vendor /shopware/core/ HttpKernel.php:67 {
Shopware\Core \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, $type, $catch);
› } catch (Exception $e) {
}
/var/www/shopware-dev / public/index.php:85 {
›
› $result = $kernel->handle($request);
›
}
}
}
]
{
/var/www/shopware-dev/vendor /symfony/validator/ ValidatorBuilder.php:252 {
Symfony\Component\Validator \ ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
› {
› trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);
›
}
/var/www/shopware-dev / var/cache/dev_hb07ab4a8b5751bfa6f74199c4fd4aae8/ContainerR0xxwc9/Shopware_Core_KernelDevDebugContainer.php:38700 {
ContainerR0xxwc9 \ Shopware_Core_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? self::getAnnotations_CachedReaderService($container)));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/var/www/shopware-dev / var/cache/dev_hb07ab4a8b5751bfa6f74199c4fd4aae8/ContainerR0xxwc9/Shopware_Core_KernelDevDebugContainer.php:36599 {
ContainerR0xxwc9 \ Shopware_Core_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/var/www/shopware-dev / var/cache/dev_hb07ab4a8b5751bfa6f74199c4fd4aae8/ContainerR0xxwc9/Shopware_Core_KernelDevDebugContainer.php:31629 {
ContainerR0xxwc9 \ Shopware_Core_KernelDevDebugContainer::getHappyPathValidatorService($container) …
› {
› $a = ($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container));
›
}
/var/www/shopware-dev / var/cache/dev_hb07ab4a8b5751bfa6f74199c4fd4aae8/ContainerR0xxwc9/Shopware_Core_KernelDevDebugContainer.php:6770 {
ContainerR0xxwc9 \ Shopware_Core_KernelDevDebugContainer::getIdFieldSerializerService($container) …
› {
› return $container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer(($container->privates['Shopware\\Core\\Framework\\Validation\\HappyPathValidator'] ?? self::getHappyPathValidatorService($container)), ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? self::getDefinitionInstanceRegistryService($container)));
› }
}
/var/www/shopware-dev/vendor /symfony/dependency-injection/ Container.php:231 {
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/shopware-dev/vendor /symfony/dependency-injection/ Container.php:211 {
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/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/DefinitionInstanceRegistry.php:120 {
Shopware\Core\Framework\DataAbstractionLayer \ DefinitionInstanceRegistry->getSerializer(string $serializerClass): FieldSerializerInterface …
› /** @var FieldSerializerInterface $fieldSerializer */
› $fieldSerializer = $this->container->get($serializerClass);
›
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/Field/Field.php:179 {
Shopware\Core\Framework\DataAbstractionLayer\Field \ Field->initLazy(): void …
›
› $this->serializer = $this->registry->getSerializer($this->getSerializerClass());
›
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/Field/Field.php:114 {
Shopware\Core\Framework\DataAbstractionLayer\Field \ Field->getSerializer(): FieldSerializerInterface …
› {
› $this->initLazy();
›
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:122 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal \ EntityHydrator::buildUniqueIdentifier(EntityDefinition $definition, array $row, string $root): array …
›
› $primaryKey[$field->getPropertyName()] = $field->getSerializer()->decode($field, $row[$accessor]);
› }
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:542 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal \ EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context, array $partial = []): Entity …
›
› $identifier = implode('-', self::buildUniqueIdentifier($definition, $row, $root));
›
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:88 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal \ EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context, array $partial = []): EntityCollection …
› foreach ($rows as $row) {
› $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context, $partial));
› }
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/Dbal/EntityReader.php:135 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal \ EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false, array $partial = []): EntityCollection …
›
› $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context, $partial);
›
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/Dbal/EntityReader.php:77 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal \ EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
› return $this->_read(
› $criteria,
› $definition,
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/EntityRepository.php:212 {
Shopware\Core\Framework\DataAbstractionLayer \ EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› /** @var TEntityCollection $entities */
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/DataAbstractionLayer/EntityRepository.php:240 {
Shopware\Core\Framework\DataAbstractionLayer \ EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/shopware-dev/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/shopware-dev/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/shopware-dev/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/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/BaseContextFactory.php:62 {
Shopware\Core\System\SalesChannel\Context \ BaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
›
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)->get($salesChannelId);
›
}
/var/www/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/CachedBaseContextFactory.php:55 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context \ {closure} …
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $salesChannelId, $options) {
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
}
/var/www/shopware-dev/vendor /shopware/core/ System/SystemConfig/SystemConfigService.php:416 {
Shopware\Core\System\SystemConfig \ SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/vendor /shopware/core/ Framework/Adapter/Translation/Translator.php:96 {
Shopware\Core\Framework\Adapter\Translation \ Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/vendor /shopware/core/ Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache \ CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/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/shopware-dev/vendor /shopware/storefront/ Theme/ThemeConfigValueAccessor.php:76 {
Shopware\Storefront\Theme \ ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/CachedBaseContextFactory.php:55 {
Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory->Shopware\Core\System\SalesChannel\Context \ {closure} …
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $salesChannelId, $options) {
› $context = $this->tracer->trace($name, fn () => $this->decorated->create($salesChannelId, $options));
›
}
/var/www/shopware-dev/vendor /symfony/cache-contracts/ CacheTrait.php:70 {
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/shopware-dev/vendor /symfony/cache-contracts/ CacheTrait.php:33 {
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/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/CachedBaseContextFactory.php:65 {
Shopware\Core\System\SalesChannel\Context \ CachedBaseContextFactory->create(string $salesChannelId, array $options = []): BaseContext …
› return CacheValueCompressor::compress($context);
› });
›
}
/var/www/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/SalesChannelContextFactory.php:60 {
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/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/CachedSalesChannelContextFactory.php:47 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context \ {closure} …
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
}
/var/www/shopware-dev/vendor /shopware/core/ System/SystemConfig/SystemConfigService.php:416 {
Shopware\Core\System\SystemConfig \ SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/vendor /shopware/core/ Framework/Adapter/Translation/Translator.php:96 {
Shopware\Core\Framework\Adapter\Translation \ Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/vendor /shopware/core/ Framework/Adapter/Cache/CacheTagCollection.php:56 {
Shopware\Core\Framework\Adapter\Cache \ CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/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/shopware-dev/vendor /shopware/storefront/ Theme/ThemeConfigValueAccessor.php:76 {
Shopware\Storefront\Theme \ ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware-dev/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/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/CachedSalesChannelContextFactory.php:47 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context \ {closure} …
› $value = $this->cache->get($key, function (ItemInterface $item) use ($name, $token, $salesChannelId, $options) {
› $context = $this->tracer->trace($name, fn () => $this->getDecorated()->create($token, $salesChannelId, $options));
›
}
/var/www/shopware-dev/vendor /symfony/cache-contracts/ CacheTrait.php:70 {
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/shopware-dev/vendor /symfony/cache-contracts/ CacheTrait.php:33 {
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/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/CachedSalesChannelContextFactory.php:57 {
Shopware\Core\System\SalesChannel\Context \ CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› return CacheValueCompressor::compress($context);
› });
›
}
/var/www/shopware-dev/custom/plugins/RedMagnalisterSW6 / src/Service/MagnalisterSalesChannelContextFactory.php:32 {
Redgecko\Magnalister\Service \ MagnalisterSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› {
› return $this->innerService->create($token, $salesChannelId, $options);
› }
}
/var/www/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/SalesChannelContextService.php:88 {
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/shopware-dev/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/shopware-dev/vendor /shopware/core/ System/SalesChannel/Context/SalesChannelContextService.php:96 {
Shopware\Core\System\SalesChannel\Context \ SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
› return $context;
› });
› }
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/Routing/SalesChannelRequestContextResolver.php:63 {
Shopware\Core\Framework\Routing \ SalesChannelRequestContextResolver->resolve(Request $request): void …
› );
› $context = $this->contextService->get($contextServiceParameters);
›
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/Routing/ContextResolverListener.php:34 {
Shopware\Core\Framework\Routing \ ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/shopware-dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/shopware-dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:220 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/shopware-dev/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/shopware-dev/vendor /shopware/core/ Content/Flow/Dispatching/FlowDispatcher.php:47 {
Shopware\Core\Content\Flow\Dispatching \ FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/shopware-dev/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/shopware-dev/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/shopware-dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:142 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/shopware-dev/vendor /symfony/http-kernel/ HttpKernel.php:169 {
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/shopware-dev/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/shopware-dev/vendor /shopware/core/ Framework/Adapter/Kernel/HttpKernel.php:44 {
Shopware\Core\Framework\Adapter\Kernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!KernelFactory::$active) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/shopware-dev/vendor /shopware/core/ Framework/Adapter/Kernel/HttpCacheKernel.php:50 {
Shopware\Core\Framework\Adapter\Kernel \ HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!KernelFactory::$active) {
› return $this->getKernel()->handle($request, $type, $catch);
› }
}
/var/www/shopware-dev/vendor /shopware/core/ Kernel.php:158 {
Shopware\Core \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/shopware-dev/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/shopware-dev/vendor /symfony/http-kernel/ HttpCache/HttpCache.php:492 {
Symfony\Component\HttpKernel\HttpCache \ HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null) …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
› $this->forwardedRequest = $request;
}
/var/www/shopware-dev/vendor /symfony/http-kernel/ HttpCache/HttpCache.php:467 {
Symfony\Component\HttpKernel\HttpCache \ HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/shopware-dev/vendor /symfony/http-kernel/ HttpCache/HttpCache.php:365 {
Symfony\Component\HttpKernel\HttpCache \ HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/shopware-dev/vendor /symfony/http-kernel/ HttpCache/HttpCache.php:229 {
Symfony\Component\HttpKernel\HttpCache \ HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› $response = $this->lookup($request, $catch);
› } catch (CacheWasLockedException) {
}
/var/www/shopware-dev/vendor /shopware/core/ HttpKernel.php:146 {
Shopware\Core \ HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/shopware-dev/vendor /shopware/core/ HttpKernel.php:67 {
Shopware\Core \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, $type, $catch);
› } catch (Exception $e) {
}
/var/www/shopware-dev / public/index.php:85 {
›
› $result = $kernel->handle($request);
›
}
}
01:37:16.751
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.751
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.752
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.752
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.752
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.752
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.753
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.753
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.755
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.755
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.756
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.756
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.756
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.756
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.760
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.760
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.762
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.762
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.763
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.763
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.765
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.765
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.765
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.765
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.766
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.766
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.767
info
#1 Rule detection: Always valid (Default) with priority 100 (id: 36ec1dc2c1f140da8d665671c9eb0296)
app
01:37:16.767
info
#2 Rule detection: Warenkorbwert größer/gleich 0 (Zahlungsarten) with priority 100 (id: 3858957016644de4ae48c0500bf3ccc8)
app
01:37:16.767
info
#3 Rule detection: Cart >= 0 with priority 100 (id: 5118b94ef51e4e928dd6d4c6ed8597b4)
app
01:37:16.767
info
#4 Rule detection: Warenkorbwert größer/gleich 0 with priority 100 (id: e1378db7808a478f919e0d740d5d6c1a)
app
01:37:16.767
info
#5 Rule detection: Cart >= 0 (Payment) with priority 100 (id: e3df1155605f428397ad13c61c197a77)
app
01:37:16.767
info
#6 Rule detection: Alle Kunden der Standard-Kundengruppe with priority 1 (id: 28caae75a5624f0d985abd0eb32aa160)
app
01:37:16.767
info
#7 Rule detection: All customers with priority 1 (id: 69667fde9d56440994e2772fd3db734e)
app
01:37:16.767
info
#8 Rule detection: Versand Deutschland with priority 1 (id: b133ae3febea454b9e34d43a3337cfe4)
app
01:37:16.767
info
#9 Rule detection: AmazonPayAvailabilityRule with priority 1 (id: e44e6782c64247b796b891cf25ae38f7)
app
01:37:16.767
debug
Notified event "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent " to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceContextToken " .
01:37:16.767
debug
Notified event "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent " to listener "Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber::onContextResolved " .
01:37:16.767
debug
Notified event "kernel.controller " to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController " .
01:37:16.767
debug
Notified event "kernel.controller " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController " .
01:37:16.768
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController " .
01:37:16.768
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController " .
01:37:16.768
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController " .
01:37:16.768
debug
Notified event "kernel.controller " to listener "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest " .
01:37:16.768
debug
Notified event "kernel.controller " to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest " .
01:37:16.768
debug
Notified event "kernel.controller " to listener "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext " .
01:37:16.768
debug
Notified event "kernel.controller " to listener "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope " .
01:37:16.768
debug
Notified event "kernel.controller " to listener "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate " .
01:37:16.768
debug
Notified event "kernel.controller " to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest " .
01:37:16.768
debug
Notified event "kernel.controller " to listener "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha " .
01:37:16.768
debug
Notified event "kernel.controller " to listener "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates " .
01:37:16.768
debug
Notified event "kernel.controller " to listener "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations " .
01:37:16.768
debug
Notified event "kernel.controller " to listener "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking " .
01:37:16.768
debug
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController " .
01:37:16.768
debug
Notified event "kernel.controller_arguments " to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments " .
01:37:16.768
debug
Notified event "kernel.controller_arguments " to listener "ContainerR0xxwc9\RequestPayloadValueResolverGhost9d49d33::onKernelControllerArguments " .
01:37:16.768
debug
Notified event "kernel.controller_arguments " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments " .
01:37:16.768
debug
Notified event "kernel.controller_arguments " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments " .
01:37:16.769
debug
Notified event "Shopware\Storefront\Event\StorefrontRenderEvent " to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::addHreflang " .
01:37:16.769
debug
Notified event "Shopware\Storefront\Event\StorefrontRenderEvent " to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::addShopIdParameter " .
01:37:16.769
debug
Notified event "Shopware\Storefront\Event\StorefrontRenderEvent " to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::addIconSetConfig " .
01:37:16.769
debug
Notified event "Shopware\Storefront\Event\StorefrontRenderEvent " to listener "Shopware\Core\Framework\Routing\RouteEventSubscriber::render " .
01:37:16.773
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.773
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.773
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.773
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.774
deprecation
User Deprecated: Since shopware/core : Method "Shopware\Core\Content\Media\Pathname\UrlGenerator::Shopware\Core\Content\Media\Pathname\UrlGenerator::getRelativeMediaUrl() " is deprecated and will be removed in v6.6.0.0. Use "Use AbstractUrlGenerator instead " instead.
01:37:16.774
deprecation
User Deprecated: Since shopware/core : Method "Shopware\Core\Content\Media\Pathname\PathnameStrategy\AbstractPathNameStrategy::Shopware\Core\Content\Media\Pathname\PathnameStrategy\AbstractPathNameStrategy::generateMd5Path() " is deprecated and will be removed in v6.6.0.0.
01:37:16.774
deprecation
User Deprecated: Since shopware/core : Method "Shopware\Core\Content\Media\Pathname\PathnameStrategy\AbstractPathNameStrategy::Shopware\Core\Content\Media\Pathname\PathnameStrategy\AbstractPathNameStrategy::generatePathCacheBuster() " is deprecated and will be removed in v6.6.0.0.
01:37:16.774
deprecation
User Deprecated: Since shopware/core : Method "Shopware\Core\Content\Media\Pathname\PathnameStrategy\AbstractPathNameStrategy::Shopware\Core\Content\Media\Pathname\PathnameStrategy\AbstractPathNameStrategy::generatePhysicalFilename() " is deprecated and will be removed in v6.6.0.0.
01:37:16.774
deprecation
User Deprecated: Since shopware/core : Method "Shopware\Core\Content\Media\Pathname\UrlGenerator::Shopware\Core\Content\Media\Pathname\UrlGenerator::getAbsoluteMediaUrl() " is deprecated and will be removed in v6.6.0.0. Use "Use AbstractUrlGenerator instead " instead.
01:37:16.779
deprecation
User Deprecated: Since shopware/core : Method "Shopware\Storefront\Framework\Routing\StorefrontResponse::Shopware\Storefront\Framework\Routing\StorefrontResponse::setData() " is deprecated and will be removed in 6.6.0.
01:37:16.779
deprecation
User Deprecated: Since shopware/core : Method "Shopware\Storefront\Framework\Routing\StorefrontResponse::Shopware\Storefront\Framework\Routing\StorefrontResponse::setContext() " is deprecated and will be removed in 6.6.0.
01:37:16.780
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch " .
01:37:16.780
debug
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent " to listener "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber::securePrivateFolders " .
01:37:16.781
debug
Notified event "Shopware\Core\Framework\Event\BeforeSendResponseEvent " to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::setCanonicalUrl " .
01:37:16.781
debug
Notified event "Shopware\Core\Framework\Event\BeforeSendResponseEvent " to listener "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::updateCacheControlForBrowser " .
01:37:16.781
deprecation
User Deprecated: Since symfony/http-kernel 6.2: Setting "terminate_on_cache_hit " to "true " is deprecated and will be changed to "false " in Symfony 7.0.
01:37:16.781
debug
Notified event "kernel.response " to listener "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::setResponseCacheHeader " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Redgecko\Magnalister\EventListeners\MagnalisterEventListener::setMagnalisterSecurityHeaders " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Shopware\Core\Framework\Routing\RouteEventSubscriber::response " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::onResponse " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse " .
01:37:16.781
debug
Notified event "kernel.response " to listener "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::setResponseCache " .
01:37:16.781
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest " .
01:37:16.781
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest " .
01:37:16.781
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest " .