|
info
|
cache-miss: routing-domains
app
|
|
info
|
cache-miss: seo-resolver
app
|
|
info
|
cache-miss: system-config-
app
|
|
info
|
cache-miss: system-config-aa9742d5568f4c11b2caecc2390eae08
app
|
|
deprecation
|
Deprecated: Constant NumberFormatter::TYPE_CURRENCY is deprecated
|
|
info
|
Matched route "frontend.account.login.page" .
|
|
debug
|
Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest" .
|
|
debug
|
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" .
|
|
debug
|
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" .
|
|
debug
|
Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest" .
|
|
debug
|
Notified event "kernel.request" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth" .
|
|
debug
|
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" .
|
|
debug
|
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" .
|
|
debug
|
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest" .
|
|
debug
|
Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession" .
|
|
debug
|
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" .
|
|
debug
|
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" .
|
|
debug
|
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" .
|
|
debug
|
Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest" .
|
|
debug
|
Notified event "kernel.request" to listener "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce" .
|
|
debug
|
Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver" .
|
|
debug
|
Notified event "kernel.request" to listener "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::addHttpCacheToCoreRoutes" .
|
|
debug
|
Notified event "kernel.request" to listener "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent" .
|
|
info
|
cache-miss: context-factory-aa9742d5568f4c11b2caecc2390eae08
app
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
deprecation
|
Deprecated: Creation of dynamic property Shopware\Core\System\SalesChannel\SalesChannelEntity::$navigationCategoryVersionId is deprecated
php
{
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
› {
› $this->$name = $value;
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:20 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error | \Exception $error) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:203 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
› } else {
› $entity->assign([$property => $decoded]);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:122 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
› {
› $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:446 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
›
› $entity = $hydrator->assign($definition, $entity, $root, $row, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:60 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context): EntityCollection …
› foreach ($rows as $row) {
› $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:116 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false): EntityCollection …
›
› $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› return $this->_read(
› $criteria,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Entity/EntityReaderProfiler.php:36 {
Shopware\Core\Profiling\Entity\EntityReaderProfiler->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› $data = $this->decorated->read($definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:270 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› {
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:115 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:123 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› /** @var SalesChannelEntity|null $salesChannel */
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)
› ->get($salesChannelId);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:82 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:326 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:39 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:99 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:38 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:43 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:37 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:37 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:53 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:36 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:81 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/custom/plugins/AcrisShopSwitchCS/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:87 {
Acris\ShopSwitch\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› $options = $this->addShippingCountryToOptions($options, $shippingCountryId);
› $salesChannelContext = $this->parent->create($token, $salesChannelId, $options);
› $responseCacheSubscriber->addToCacheHash($shippingCountryId, $salesChannelContext);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:102 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Checkout/SalesChannelContextServiceProfiler.php:32 {
Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->decorated->get($parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:98 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› } else {
› $context = $this->contextService->get(
› new SalesChannelContextServiceParameters((string) $salesChannelId, (string) $contextToken, $language, $currencyId, $domainId)
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:33 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:94 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:52 {
Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
›
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:32 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:140 {
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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
[
"exception" => ErrorException {#1834
#message: "Deprecated: Creation of dynamic property Shopware\Core\System\SalesChannel\SalesChannelEntity::$navigationCategoryVersionId is deprecated"
#code: 0
#file: "/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
#line: 55
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
› {
› $this->$name = $value;
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:20 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error | \Exception $error) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:203 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
› } else {
› $entity->assign([$property => $decoded]);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:122 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
› {
› $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:446 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
›
› $entity = $hydrator->assign($definition, $entity, $root, $row, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:60 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context): EntityCollection …
› foreach ($rows as $row) {
› $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:116 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false): EntityCollection …
›
› $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› return $this->_read(
› $criteria,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Entity/EntityReaderProfiler.php:36 {
Shopware\Core\Profiling\Entity\EntityReaderProfiler->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› $data = $this->decorated->read($definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:270 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› {
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:115 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:123 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› /** @var SalesChannelEntity|null $salesChannel */
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)
› ->get($salesChannelId);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:82 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:326 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:39 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:99 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:38 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:43 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:37 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:37 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:53 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:36 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:81 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/custom/plugins/AcrisShopSwitchCS/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:87 {
Acris\ShopSwitch\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› $options = $this->addShippingCountryToOptions($options, $shippingCountryId);
› $salesChannelContext = $this->parent->create($token, $salesChannelId, $options);
› $responseCacheSubscriber->addToCacheHash($shippingCountryId, $salesChannelContext);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:102 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Checkout/SalesChannelContextServiceProfiler.php:32 {
Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->decorated->get($parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:98 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› } else {
› $context = $this->contextService->get(
› new SalesChannelContextServiceParameters((string) $salesChannelId, (string) $contextToken, $language, $currencyId, $domainId)
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:33 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:94 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:52 {
Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
›
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:32 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:140 {
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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
}
]
{
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
› {
› $this->$name = $value;
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:20 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error | \Exception $error) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:203 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
› } else {
› $entity->assign([$property => $decoded]);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:122 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
› {
› $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:446 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
›
› $entity = $hydrator->assign($definition, $entity, $root, $row, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:60 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context): EntityCollection …
› foreach ($rows as $row) {
› $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:116 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false): EntityCollection …
›
› $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› return $this->_read(
› $criteria,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Entity/EntityReaderProfiler.php:36 {
Shopware\Core\Profiling\Entity\EntityReaderProfiler->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› $data = $this->decorated->read($definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:270 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› {
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:115 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:123 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› /** @var SalesChannelEntity|null $salesChannel */
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)
› ->get($salesChannelId);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:82 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:326 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:39 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:99 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:38 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:43 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:37 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:37 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:53 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:36 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:81 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/custom/plugins/AcrisShopSwitchCS/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:87 {
Acris\ShopSwitch\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› $options = $this->addShippingCountryToOptions($options, $shippingCountryId);
› $salesChannelContext = $this->parent->create($token, $salesChannelId, $options);
› $responseCacheSubscriber->addToCacheHash($shippingCountryId, $salesChannelContext);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:102 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Checkout/SalesChannelContextServiceProfiler.php:32 {
Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->decorated->get($parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:98 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› } else {
› $context = $this->contextService->get(
› new SalesChannelContextServiceParameters((string) $salesChannelId, (string) $contextToken, $language, $currencyId, $domainId)
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:33 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:94 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:52 {
Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
›
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:32 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:140 {
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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
|
|
deprecation
|
Deprecated: Creation of dynamic property Shopware\Core\System\SalesChannel\SalesChannelEntity::$footerCategoryVersionId is deprecated
php
{
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
› {
› $this->$name = $value;
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:20 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error | \Exception $error) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:203 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
› } else {
› $entity->assign([$property => $decoded]);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:122 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
› {
› $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:446 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
›
› $entity = $hydrator->assign($definition, $entity, $root, $row, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:60 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context): EntityCollection …
› foreach ($rows as $row) {
› $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:116 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false): EntityCollection …
›
› $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› return $this->_read(
› $criteria,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Entity/EntityReaderProfiler.php:36 {
Shopware\Core\Profiling\Entity\EntityReaderProfiler->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› $data = $this->decorated->read($definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:270 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› {
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:115 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:123 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› /** @var SalesChannelEntity|null $salesChannel */
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)
› ->get($salesChannelId);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:82 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:326 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:39 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:99 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:38 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:43 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:37 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:37 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:53 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:36 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:81 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/custom/plugins/AcrisShopSwitchCS/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:87 {
Acris\ShopSwitch\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› $options = $this->addShippingCountryToOptions($options, $shippingCountryId);
› $salesChannelContext = $this->parent->create($token, $salesChannelId, $options);
› $responseCacheSubscriber->addToCacheHash($shippingCountryId, $salesChannelContext);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:102 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Checkout/SalesChannelContextServiceProfiler.php:32 {
Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->decorated->get($parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:98 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› } else {
› $context = $this->contextService->get(
› new SalesChannelContextServiceParameters((string) $salesChannelId, (string) $contextToken, $language, $currencyId, $domainId)
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:33 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:94 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:52 {
Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
›
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:32 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:140 {
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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
[
"exception" => ErrorException {#1836
#message: "Deprecated: Creation of dynamic property Shopware\Core\System\SalesChannel\SalesChannelEntity::$footerCategoryVersionId is deprecated"
#code: 0
#file: "/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
#line: 55
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
› {
› $this->$name = $value;
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:20 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error | \Exception $error) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:203 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
› } else {
› $entity->assign([$property => $decoded]);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:122 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
› {
› $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:446 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
›
› $entity = $hydrator->assign($definition, $entity, $root, $row, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:60 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context): EntityCollection …
› foreach ($rows as $row) {
› $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:116 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false): EntityCollection …
›
› $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› return $this->_read(
› $criteria,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Entity/EntityReaderProfiler.php:36 {
Shopware\Core\Profiling\Entity\EntityReaderProfiler->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› $data = $this->decorated->read($definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:270 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› {
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:115 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:123 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› /** @var SalesChannelEntity|null $salesChannel */
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)
› ->get($salesChannelId);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:82 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:326 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:39 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:99 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:38 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:43 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:37 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:37 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:53 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:36 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:81 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/custom/plugins/AcrisShopSwitchCS/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:87 {
Acris\ShopSwitch\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› $options = $this->addShippingCountryToOptions($options, $shippingCountryId);
› $salesChannelContext = $this->parent->create($token, $salesChannelId, $options);
› $responseCacheSubscriber->addToCacheHash($shippingCountryId, $salesChannelContext);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:102 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Checkout/SalesChannelContextServiceProfiler.php:32 {
Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->decorated->get($parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:98 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› } else {
› $context = $this->contextService->get(
› new SalesChannelContextServiceParameters((string) $salesChannelId, (string) $contextToken, $language, $currencyId, $domainId)
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:33 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:94 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:52 {
Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
›
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:32 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:140 {
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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
}
]
{
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
› {
› $this->$name = $value;
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:20 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error | \Exception $error) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:203 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
› } else {
› $entity->assign([$property => $decoded]);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:122 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
› {
› $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:446 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
›
› $entity = $hydrator->assign($definition, $entity, $root, $row, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:60 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context): EntityCollection …
› foreach ($rows as $row) {
› $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:116 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false): EntityCollection …
›
› $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› return $this->_read(
› $criteria,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Entity/EntityReaderProfiler.php:36 {
Shopware\Core\Profiling\Entity\EntityReaderProfiler->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› $data = $this->decorated->read($definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:270 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› {
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:115 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:123 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› /** @var SalesChannelEntity|null $salesChannel */
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)
› ->get($salesChannelId);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:82 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:326 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:39 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:99 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:38 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:43 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:37 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:37 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:53 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:36 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:81 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/custom/plugins/AcrisShopSwitchCS/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:87 {
Acris\ShopSwitch\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› $options = $this->addShippingCountryToOptions($options, $shippingCountryId);
› $salesChannelContext = $this->parent->create($token, $salesChannelId, $options);
› $responseCacheSubscriber->addToCacheHash($shippingCountryId, $salesChannelContext);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:102 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Checkout/SalesChannelContextServiceProfiler.php:32 {
Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->decorated->get($parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:98 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› } else {
› $context = $this->contextService->get(
› new SalesChannelContextServiceParameters((string) $salesChannelId, (string) $contextToken, $language, $currencyId, $domainId)
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:33 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:94 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:52 {
Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
›
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:32 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:140 {
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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
|
|
deprecation
|
Deprecated: Creation of dynamic property Shopware\Core\System\SalesChannel\SalesChannelEntity::$serviceCategoryVersionId is deprecated
php
{
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
› {
› $this->$name = $value;
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:20 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error | \Exception $error) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:203 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
› } else {
› $entity->assign([$property => $decoded]);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:122 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
› {
› $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:446 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
›
› $entity = $hydrator->assign($definition, $entity, $root, $row, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:60 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context): EntityCollection …
› foreach ($rows as $row) {
› $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:116 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false): EntityCollection …
›
› $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› return $this->_read(
› $criteria,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Entity/EntityReaderProfiler.php:36 {
Shopware\Core\Profiling\Entity\EntityReaderProfiler->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› $data = $this->decorated->read($definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:270 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› {
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:115 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:123 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› /** @var SalesChannelEntity|null $salesChannel */
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)
› ->get($salesChannelId);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:82 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:326 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:39 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:99 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:38 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:43 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:37 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:37 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:53 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:36 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:81 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/custom/plugins/AcrisShopSwitchCS/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:87 {
Acris\ShopSwitch\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› $options = $this->addShippingCountryToOptions($options, $shippingCountryId);
› $salesChannelContext = $this->parent->create($token, $salesChannelId, $options);
› $responseCacheSubscriber->addToCacheHash($shippingCountryId, $salesChannelContext);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:102 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Checkout/SalesChannelContextServiceProfiler.php:32 {
Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->decorated->get($parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:98 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› } else {
› $context = $this->contextService->get(
› new SalesChannelContextServiceParameters((string) $salesChannelId, (string) $contextToken, $language, $currencyId, $domainId)
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:33 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:94 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:52 {
Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
›
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:32 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:140 {
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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
[
"exception" => ErrorException {#1837
#message: "Deprecated: Creation of dynamic property Shopware\Core\System\SalesChannel\SalesChannelEntity::$serviceCategoryVersionId is deprecated"
#code: 0
#file: "/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
#line: 55
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
› {
› $this->$name = $value;
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:20 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error | \Exception $error) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:203 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
› } else {
› $entity->assign([$property => $decoded]);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:122 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
› {
› $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:446 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
›
› $entity = $hydrator->assign($definition, $entity, $root, $row, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:60 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context): EntityCollection …
› foreach ($rows as $row) {
› $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:116 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false): EntityCollection …
›
› $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› return $this->_read(
› $criteria,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Entity/EntityReaderProfiler.php:36 {
Shopware\Core\Profiling\Entity\EntityReaderProfiler->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› $data = $this->decorated->read($definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:270 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› {
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:115 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:123 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› /** @var SalesChannelEntity|null $salesChannel */
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)
› ->get($salesChannelId);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:82 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:326 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:39 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:99 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:38 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:43 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:37 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:37 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:53 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:36 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:81 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/custom/plugins/AcrisShopSwitchCS/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:87 {
Acris\ShopSwitch\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› $options = $this->addShippingCountryToOptions($options, $shippingCountryId);
› $salesChannelContext = $this->parent->create($token, $salesChannelId, $options);
› $responseCacheSubscriber->addToCacheHash($shippingCountryId, $salesChannelContext);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:102 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Checkout/SalesChannelContextServiceProfiler.php:32 {
Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->decorated->get($parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:98 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› } else {
› $context = $this->contextService->get(
› new SalesChannelContextServiceParameters((string) $salesChannelId, (string) $contextToken, $language, $currencyId, $domainId)
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:33 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:94 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:52 {
Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
›
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:32 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:140 {
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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
}
]
{
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
› {
› $this->$name = $value;
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:20 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error | \Exception $error) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:203 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
› } else {
› $entity->assign([$property => $decoded]);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:122 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
› {
› $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:446 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
›
› $entity = $hydrator->assign($definition, $entity, $root, $row, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:60 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context): EntityCollection …
› foreach ($rows as $row) {
› $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:116 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false): EntityCollection …
›
› $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› return $this->_read(
› $criteria,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Entity/EntityReaderProfiler.php:36 {
Shopware\Core\Profiling\Entity\EntityReaderProfiler->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› $data = $this->decorated->read($definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:270 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› {
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:115 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:123 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› /** @var SalesChannelEntity|null $salesChannel */
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)
› ->get($salesChannelId);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:82 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:326 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:39 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:99 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:38 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:43 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:37 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:37 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:53 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:36 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:81 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/custom/plugins/AcrisShopSwitchCS/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:87 {
Acris\ShopSwitch\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› $options = $this->addShippingCountryToOptions($options, $shippingCountryId);
› $salesChannelContext = $this->parent->create($token, $salesChannelId, $options);
› $responseCacheSubscriber->addToCacheHash($shippingCountryId, $salesChannelContext);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:102 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Checkout/SalesChannelContextServiceProfiler.php:32 {
Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->decorated->get($parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:98 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› } else {
› $context = $this->contextService->get(
› new SalesChannelContextServiceParameters((string) $salesChannelId, (string) $contextToken, $language, $currencyId, $domainId)
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:33 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:94 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:52 {
Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
›
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:32 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:140 {
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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
|
|
deprecation
|
Deprecated: Creation of dynamic property Shopware\Core\System\SalesChannel\SalesChannelEntity::$homeCmsPageVersionId is deprecated
php
{
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
› {
› $this->$name = $value;
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:20 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error | \Exception $error) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:203 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
› } else {
› $entity->assign([$property => $decoded]);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:122 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
› {
› $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:446 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
›
› $entity = $hydrator->assign($definition, $entity, $root, $row, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:60 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context): EntityCollection …
› foreach ($rows as $row) {
› $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:116 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false): EntityCollection …
›
› $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› return $this->_read(
› $criteria,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Entity/EntityReaderProfiler.php:36 {
Shopware\Core\Profiling\Entity\EntityReaderProfiler->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› $data = $this->decorated->read($definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:270 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› {
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:115 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:123 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› /** @var SalesChannelEntity|null $salesChannel */
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)
› ->get($salesChannelId);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:82 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:326 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:39 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:99 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:38 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:43 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:37 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:37 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:53 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:36 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:81 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/custom/plugins/AcrisShopSwitchCS/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:87 {
Acris\ShopSwitch\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› $options = $this->addShippingCountryToOptions($options, $shippingCountryId);
› $salesChannelContext = $this->parent->create($token, $salesChannelId, $options);
› $responseCacheSubscriber->addToCacheHash($shippingCountryId, $salesChannelContext);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:102 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Checkout/SalesChannelContextServiceProfiler.php:32 {
Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->decorated->get($parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:98 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› } else {
› $context = $this->contextService->get(
› new SalesChannelContextServiceParameters((string) $salesChannelId, (string) $contextToken, $language, $currencyId, $domainId)
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:33 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:94 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:52 {
Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
›
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:32 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:140 {
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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
[
"exception" => ErrorException {#2445
#message: "Deprecated: Creation of dynamic property Shopware\Core\System\SalesChannel\SalesChannelEntity::$homeCmsPageVersionId is deprecated"
#code: 0
#file: "/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
#line: 55
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
› {
› $this->$name = $value;
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:20 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error | \Exception $error) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:203 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
› } else {
› $entity->assign([$property => $decoded]);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:122 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
› {
› $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:446 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
›
› $entity = $hydrator->assign($definition, $entity, $root, $row, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:60 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context): EntityCollection …
› foreach ($rows as $row) {
› $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:116 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false): EntityCollection …
›
› $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› return $this->_read(
› $criteria,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Entity/EntityReaderProfiler.php:36 {
Shopware\Core\Profiling\Entity\EntityReaderProfiler->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› $data = $this->decorated->read($definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:270 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› {
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:115 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:123 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› /** @var SalesChannelEntity|null $salesChannel */
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)
› ->get($salesChannelId);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:82 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:326 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:39 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:99 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:38 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:43 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:37 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:37 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:53 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:36 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:81 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/custom/plugins/AcrisShopSwitchCS/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:87 {
Acris\ShopSwitch\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› $options = $this->addShippingCountryToOptions($options, $shippingCountryId);
› $salesChannelContext = $this->parent->create($token, $salesChannelId, $options);
› $responseCacheSubscriber->addToCacheHash($shippingCountryId, $salesChannelContext);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:102 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Checkout/SalesChannelContextServiceProfiler.php:32 {
Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->decorated->get($parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:98 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› } else {
› $context = $this->contextService->get(
› new SalesChannelContextServiceParameters((string) $salesChannelId, (string) $contextToken, $language, $currencyId, $domainId)
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:33 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:94 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:52 {
Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
›
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:32 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:140 {
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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
}
]
{
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:55 {
Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
› {
› $this->$name = $value;
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:20 {
Shopware\Core\Framework\Struct\Struct->assign(array $options) …
› try {
› $this->$key = $value;
› } catch (\Error | \Exception $error) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:203 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
› } else {
› $entity->assign([$property => $decoded]);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:122 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
› {
› $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:446 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
›
› $entity = $hydrator->assign($definition, $entity, $root, $row, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:60 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context): EntityCollection …
› foreach ($rows as $row) {
› $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:116 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false): EntityCollection …
›
› $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:78 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› return $this->_read(
› $criteria,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Entity/EntityReaderProfiler.php:36 {
Shopware\Core\Profiling\Entity\EntityReaderProfiler->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› $data = $this->decorated->read($definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:270 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
› {
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:115 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php:123 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› /** @var SalesChannelEntity|null $salesChannel */
› $salesChannel = $this->salesChannelRepository->search($criteria, $context)
› ->get($salesChannelId);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:82 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->Shopware\Core\System\SalesChannel\Context\{closure} …
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:326 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:39 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:99 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:38 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
› return $this->config->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:43 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:37 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, function () use ($key, $param) {
› return $this->translator->trace($key, function () use ($key, $param) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:37 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
› });
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:53 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:36 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {
› return $this->getDecorated()->trace($key, $param);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php:81 {
Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
›
› $context = $this->tracer->trace($name, function () use ($token, $salesChannelId, $options) {
› return $this->getDecorated()->create($token, $salesChannelId, $options);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/custom/plugins/AcrisShopSwitchCS/src/Core/System/SalesChannel/Context/SalesChannelContextFactory.php:87 {
Acris\ShopSwitch\Core\System\SalesChannel\Context\SalesChannelContextFactory->create(string $token, string $salesChannelId, array $options = []): SalesChannelContext …
› $options = $this->addShippingCountryToOptions($options, $shippingCountryId);
› $salesChannelContext = $this->parent->create($token, $salesChannelId, $options);
› $responseCacheSubscriber->addToCacheHash($shippingCountryId, $salesChannelContext);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:102 {
Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Profiling/Checkout/SalesChannelContextServiceProfiler.php:32 {
Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
›
› $context = $this->decorated->get($parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:98 {
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
› } else {
› $context = $this->contextService->get(
› new SalesChannelContextServiceParameters((string) $salesChannelId, (string) $contextToken, $language, $currencyId, $domainId)
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:33 {
Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
› {
› $this->requestContextResolver->resolve($event->getRequest());
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:50 {
Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:94 {
Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch($event, string $eventName = null): object …
› {
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php:52 {
Shopware\Core\Framework\Event\BusinessEventDispatcher->dispatch($event, string $eventName = null): object …
›
› $event = $this->dispatcher->dispatch($event, $eventName);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:32 {
Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch($event, string $eventName = null): object …
›
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:140 {
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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
info
|
cache-miss: cart-rules
app
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
deprecation
|
Deprecated: Creation of dynamic property Shopware\Core\Checkout\Cart\Rule\AlwaysValidRule::$isAlwaysValid is deprecated
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
info
|
#1 Rule detection: MPDV Mikrolab GmbH with priority 100 (id: 3e2127c657704fdabe69046fe3bfe328)
app
|
|
info
|
#2 Rule detection: Cart >= 0 with priority 100 (id: 414c00eb548e4af09e7136cfdc5b0996)
app
|
|
info
|
#3 Rule detection: Match one of saleschannels with priority 100 (id: 7002494c6c5a4266ac33b83c7fda475f)
app
|
|
info
|
#4 Rule detection: Always valid (Default) with priority 100 (id: 78a2193a0afb463b977ec93ffd327998)
app
|
|
info
|
#5 Rule detection: Cart >= 0 (Payment) with priority 100 (id: fef50ae208734260b9193b665eddcca0)
app
|
|
info
|
#6 Rule detection: All customers with priority 1 (id: 9743d4213e534df593e247152f5673e0)
app
|
|
debug
|
Notified event "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceContextToken" .
|
|
debug
|
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" .
|
|
debug
|
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" .
|
|
debug
|
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController" .
|
|
debug
|
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController" .
|
|
debug
|
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController" .
|
|
debug
|
Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest" .
|
|
debug
|
Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest" .
|
|
debug
|
Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Csrf\CsrfRouteListener::csrfCheck" .
|
|
debug
|
Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext" .
|
|
debug
|
Notified event "kernel.controller" to listener "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope" .
|
|
debug
|
Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate" .
|
|
debug
|
Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest" .
|
|
debug
|
Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha" .
|
|
debug
|
Notified event "kernel.controller" to listener "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates" .
|
|
debug
|
Notified event "kernel.controller" to listener "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations" .
|
|
debug
|
Notified event "kernel.controller" to listener "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking" .
|
|
debug
|
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController" .
|
|
debug
|
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" .
|
|
debug
|
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments" .
|
|
info
|
cache-miss: language-route-aa9742d5568f4c11b2caecc2390eae08
app
|
|
info
|
cache-miss: navigation-route-541d546e63c54502a2ea97ddb523bd03
app
|
|
info
|
cache-miss: currency-route-aa9742d5568f4c11b2caecc2390eae08
app
|
|
info
|
cache-miss: navigation-route-d88b7f7dc5424f4592d8e3ff5ce67c5c
app
|
|
info
|
cache-miss: shipping-method-route-aa9742d5568f4c11b2caecc2390eae08
app
|
|
info
|
cache-miss: payment-method-route-aa9742d5568f4c11b2caecc2390eae08
app
|
|
info
|
cache-miss: country-route-aa9742d5568f4c11b2caecc2390eae08
app
|
|
info
|
cache-miss: salutation-route
app
|
|
debug
|
Notified event "Shopware\Storefront\Page\Account\Login\AccountLoginPageLoadedEvent" to listener "Kplngi\OnlyRegistered\Subscriber\AccountLoginPage::pageLoaded" .
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
debug
|
Notified event "Shopware\Storefront\Event\StorefrontRenderEvent" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::addHreflang" .
|
|
debug
|
Notified event "Shopware\Storefront\Event\StorefrontRenderEvent" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::addShopIdParameter" .
|
|
debug
|
Notified event "Shopware\Storefront\Event\StorefrontRenderEvent" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::addIconSetConfig" .
|
|
info
|
cache-miss: theme-config-eab71c777cd84f06a0c6c050bc1e23b2
app
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
debug
|
Notified event "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent" to listener "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch" .
|
|
deprecation
|
Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated
php
50 times
{
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:154 {
HTMLPurifier_Lexer->__construct() …
› {
› $this->_entity_parser = new HTMLPurifier_EntityParser();
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:38 {
HTMLPurifier_Lexer_DOMLex->__construct() …
› // setup the factory
› parent::__construct();
› $this->factory = new HTMLPurifier_TokenFactory();
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:117 {
HTMLPurifier_Lexer::create($config) …
› case 'DOMLex':
› $inst = new HTMLPurifier_Lexer_DOMLex();
› break;
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:153 {
HTMLPurifier->purify($html, $config = null) …
› // configuration dependant
› $lexer = HTMLPurifier_Lexer::create($config);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Util/HtmlSanitizer.php:56 {
Shopware\Core\Framework\Util\HtmlSanitizer->sanitize(string $text, array $options = [], bool $override = false, string $field = null): string …
›
› $this->cache[$textKey] = $this->purifiers[$hash]->purify($text);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php:27 {
Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter->sanitize(string $text, array $options = [], bool $override = false): string …
› {
› return $this->sanitizer->sanitize($text, $options, $override);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/44/44d028935703c278972683d06ade526408519a839e1c205e837bc90595a15244.php:68 {
__TwigTemplate_eabbdf50d816f891d6a517b677be58f7->block_layout_head_title_inner($context, array $blocks = []) …
›
› echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("account.registerTitle"));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:993 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->block_layout_head_title($context, array $blocks = []) …
› echo " ";
› $this->displayBlock('layout_head_title_inner', $context, $blocks);
› // line 101
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:153 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->block_layout_head_inner($context, array $blocks = []) …
› // line 96
› $this->displayBlock('layout_head_title', $context, $blocks);
› // line 103
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:87 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->doDisplay(array $context, array $blocks = []) …
› // line 1
› $this->displayBlock('layout_head_inner', $context, $blocks);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/44/44d028935703c278972683d06ade526408519a839e1c205e837bc90595a15244.php:49 {
__TwigTemplate_eabbdf50d816f891d6a517b677be58f7->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Storefront/storefront/layout/meta.html.twig", "@Storefront/storefront/page/account/register/meta.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/7c/7ccd5a14143879dfce49416aca8acaae775e7db730fc996db9de15666c7be17a.php:82 {
__TwigTemplate_b2cb5f2f04af880955f38264d4cf8c5f->block_base_head($context, array $blocks = []) …
› echo " ";
› $this->loadTemplate("@Storefront/storefront/page/account/register/meta.html.twig", "@Storefront/storefront/page/account/register/index.html.twig", 4)->display($context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/bc/bcfb625888d50c44426e76468778685b1f687d57234195ac6c7ececfac900a06.php:90 {
__TwigTemplate_a5971615d212dcafa95f09d0dcd615aa->doDisplay(array $context, array $blocks = []) …
› // line 14
› $this->displayBlock('base_head', $context, $blocks);
› // line 17
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/9e/9e9dbb30aaa12214420d980131f97ca9ab6f0ee07f25aa5b9a047796e69e1fa9.php:51 {
__TwigTemplate_cfbd2e737dfdc9e0ef084303ed380778->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Storefront/storefront/base.html.twig", "@CogiThemeTulip/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5bde6dc1e55fb65881ac541763e13657f14044e4e64c481468ee54d06c79bb16.php:49 {
__TwigTemplate_a73679c4d56867f3e45e166ced9a89aa->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@CogiThemeTulip/storefront/base.html.twig", "@KplngiOnlyRegistered/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/b6/b6315e981156f33a4f60f7ebe68a01d798ea604fe0ae99f9b9ba1b19338255c5.php:50 {
__TwigTemplate_d33520330ed82b0b53dabeaa8c5cf005->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@KplngiOnlyRegistered/storefront/base.html.twig", "@AcrisShopSwitchCS/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/7c/7ccd5a14143879dfce49416aca8acaae775e7db730fc996db9de15666c7be17a.php:61 {
__TwigTemplate_b2cb5f2f04af880955f38264d4cf8c5f->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@AcrisShopSwitchCS/storefront/base.html.twig", "@Storefront/storefront/page/account/register/index.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/TemplateWrapper.php:40 {
Twig\TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Environment.php:277 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/StorefrontController.php:216 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› if (isset($this->twig)) {
› return $this->twig->render($view, $parameters);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/StorefrontController.php:59 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = $this->render($view, $event->getParameters(), new StorefrontResponse());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/AuthController.php:98 {
Shopware\Storefront\Controller\AuthController->loginPage(Request $request, RequestDataBag $data, SalesChannelContext $context): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/account/register/index.html.twig', [
› 'redirectTo' => $redirect,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:152 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
[
"exception" => ErrorException {#7174
#message: "Deprecated: Creation of dynamic property HTMLPurifier_Lexer_DOMLex::$_entity_parser is deprecated"
#code: 0
#file: "/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php"
#line: 154
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:154 {
HTMLPurifier_Lexer->__construct() …
› {
› $this->_entity_parser = new HTMLPurifier_EntityParser();
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:38 {
HTMLPurifier_Lexer_DOMLex->__construct() …
› // setup the factory
› parent::__construct();
› $this->factory = new HTMLPurifier_TokenFactory();
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:117 {
HTMLPurifier_Lexer::create($config) …
› case 'DOMLex':
› $inst = new HTMLPurifier_Lexer_DOMLex();
› break;
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:153 {
HTMLPurifier->purify($html, $config = null) …
› // configuration dependant
› $lexer = HTMLPurifier_Lexer::create($config);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Util/HtmlSanitizer.php:56 {
Shopware\Core\Framework\Util\HtmlSanitizer->sanitize(string $text, array $options = [], bool $override = false, string $field = null): string …
›
› $this->cache[$textKey] = $this->purifiers[$hash]->purify($text);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php:27 {
Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter->sanitize(string $text, array $options = [], bool $override = false): string …
› {
› return $this->sanitizer->sanitize($text, $options, $override);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/44/44d028935703c278972683d06ade526408519a839e1c205e837bc90595a15244.php:68 {
__TwigTemplate_eabbdf50d816f891d6a517b677be58f7->block_layout_head_title_inner($context, array $blocks = []) …
›
› echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("account.registerTitle"));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:993 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->block_layout_head_title($context, array $blocks = []) …
› echo " ";
› $this->displayBlock('layout_head_title_inner', $context, $blocks);
› // line 101
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:153 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->block_layout_head_inner($context, array $blocks = []) …
› // line 96
› $this->displayBlock('layout_head_title', $context, $blocks);
› // line 103
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:87 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->doDisplay(array $context, array $blocks = []) …
› // line 1
› $this->displayBlock('layout_head_inner', $context, $blocks);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/44/44d028935703c278972683d06ade526408519a839e1c205e837bc90595a15244.php:49 {
__TwigTemplate_eabbdf50d816f891d6a517b677be58f7->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Storefront/storefront/layout/meta.html.twig", "@Storefront/storefront/page/account/register/meta.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/7c/7ccd5a14143879dfce49416aca8acaae775e7db730fc996db9de15666c7be17a.php:82 {
__TwigTemplate_b2cb5f2f04af880955f38264d4cf8c5f->block_base_head($context, array $blocks = []) …
› echo " ";
› $this->loadTemplate("@Storefront/storefront/page/account/register/meta.html.twig", "@Storefront/storefront/page/account/register/index.html.twig", 4)->display($context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/bc/bcfb625888d50c44426e76468778685b1f687d57234195ac6c7ececfac900a06.php:90 {
__TwigTemplate_a5971615d212dcafa95f09d0dcd615aa->doDisplay(array $context, array $blocks = []) …
› // line 14
› $this->displayBlock('base_head', $context, $blocks);
› // line 17
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/9e/9e9dbb30aaa12214420d980131f97ca9ab6f0ee07f25aa5b9a047796e69e1fa9.php:51 {
__TwigTemplate_cfbd2e737dfdc9e0ef084303ed380778->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Storefront/storefront/base.html.twig", "@CogiThemeTulip/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5bde6dc1e55fb65881ac541763e13657f14044e4e64c481468ee54d06c79bb16.php:49 {
__TwigTemplate_a73679c4d56867f3e45e166ced9a89aa->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@CogiThemeTulip/storefront/base.html.twig", "@KplngiOnlyRegistered/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/b6/b6315e981156f33a4f60f7ebe68a01d798ea604fe0ae99f9b9ba1b19338255c5.php:50 {
__TwigTemplate_d33520330ed82b0b53dabeaa8c5cf005->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@KplngiOnlyRegistered/storefront/base.html.twig", "@AcrisShopSwitchCS/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/7c/7ccd5a14143879dfce49416aca8acaae775e7db730fc996db9de15666c7be17a.php:61 {
__TwigTemplate_b2cb5f2f04af880955f38264d4cf8c5f->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@AcrisShopSwitchCS/storefront/base.html.twig", "@Storefront/storefront/page/account/register/index.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/TemplateWrapper.php:40 {
Twig\TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Environment.php:277 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/StorefrontController.php:216 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› if (isset($this->twig)) {
› return $this->twig->render($view, $parameters);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/StorefrontController.php:59 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = $this->render($view, $event->getParameters(), new StorefrontResponse());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/AuthController.php:98 {
Shopware\Storefront\Controller\AuthController->loginPage(Request $request, RequestDataBag $data, SalesChannelContext $context): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/account/register/index.html.twig', [
› 'redirectTo' => $redirect,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:152 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
}
]
{
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:154 {
HTMLPurifier_Lexer->__construct() …
› {
› $this->_entity_parser = new HTMLPurifier_EntityParser();
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php:38 {
HTMLPurifier_Lexer_DOMLex->__construct() …
› // setup the factory
› parent::__construct();
› $this->factory = new HTMLPurifier_TokenFactory();
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php:117 {
HTMLPurifier_Lexer::create($config) …
› case 'DOMLex':
› $inst = new HTMLPurifier_Lexer_DOMLex();
› break;
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:153 {
HTMLPurifier->purify($html, $config = null) …
› // configuration dependant
› $lexer = HTMLPurifier_Lexer::create($config);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Util/HtmlSanitizer.php:56 {
Shopware\Core\Framework\Util\HtmlSanitizer->sanitize(string $text, array $options = [], bool $override = false, string $field = null): string …
›
› $this->cache[$textKey] = $this->purifiers[$hash]->purify($text);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php:27 {
Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter->sanitize(string $text, array $options = [], bool $override = false): string …
› {
› return $this->sanitizer->sanitize($text, $options, $override);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/44/44d028935703c278972683d06ade526408519a839e1c205e837bc90595a15244.php:68 {
__TwigTemplate_eabbdf50d816f891d6a517b677be58f7->block_layout_head_title_inner($context, array $blocks = []) …
›
› echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("account.registerTitle"));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:993 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->block_layout_head_title($context, array $blocks = []) …
› echo " ";
› $this->displayBlock('layout_head_title_inner', $context, $blocks);
› // line 101
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:153 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->block_layout_head_inner($context, array $blocks = []) …
› // line 96
› $this->displayBlock('layout_head_title', $context, $blocks);
› // line 103
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:87 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->doDisplay(array $context, array $blocks = []) …
› // line 1
› $this->displayBlock('layout_head_inner', $context, $blocks);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/44/44d028935703c278972683d06ade526408519a839e1c205e837bc90595a15244.php:49 {
__TwigTemplate_eabbdf50d816f891d6a517b677be58f7->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Storefront/storefront/layout/meta.html.twig", "@Storefront/storefront/page/account/register/meta.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/7c/7ccd5a14143879dfce49416aca8acaae775e7db730fc996db9de15666c7be17a.php:82 {
__TwigTemplate_b2cb5f2f04af880955f38264d4cf8c5f->block_base_head($context, array $blocks = []) …
› echo " ";
› $this->loadTemplate("@Storefront/storefront/page/account/register/meta.html.twig", "@Storefront/storefront/page/account/register/index.html.twig", 4)->display($context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/bc/bcfb625888d50c44426e76468778685b1f687d57234195ac6c7ececfac900a06.php:90 {
__TwigTemplate_a5971615d212dcafa95f09d0dcd615aa->doDisplay(array $context, array $blocks = []) …
› // line 14
› $this->displayBlock('base_head', $context, $blocks);
› // line 17
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/9e/9e9dbb30aaa12214420d980131f97ca9ab6f0ee07f25aa5b9a047796e69e1fa9.php:51 {
__TwigTemplate_cfbd2e737dfdc9e0ef084303ed380778->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Storefront/storefront/base.html.twig", "@CogiThemeTulip/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5bde6dc1e55fb65881ac541763e13657f14044e4e64c481468ee54d06c79bb16.php:49 {
__TwigTemplate_a73679c4d56867f3e45e166ced9a89aa->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@CogiThemeTulip/storefront/base.html.twig", "@KplngiOnlyRegistered/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/b6/b6315e981156f33a4f60f7ebe68a01d798ea604fe0ae99f9b9ba1b19338255c5.php:50 {
__TwigTemplate_d33520330ed82b0b53dabeaa8c5cf005->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@KplngiOnlyRegistered/storefront/base.html.twig", "@AcrisShopSwitchCS/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/7c/7ccd5a14143879dfce49416aca8acaae775e7db730fc996db9de15666c7be17a.php:61 {
__TwigTemplate_b2cb5f2f04af880955f38264d4cf8c5f->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@AcrisShopSwitchCS/storefront/base.html.twig", "@Storefront/storefront/page/account/register/index.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/TemplateWrapper.php:40 {
Twig\TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Environment.php:277 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/StorefrontController.php:216 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› if (isset($this->twig)) {
› return $this->twig->render($view, $parameters);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/StorefrontController.php:59 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = $this->render($view, $event->getParameters(), new StorefrontResponse());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/AuthController.php:98 {
Shopware\Storefront\Controller\AuthController->loginPage(Request $request, RequestDataBag $data, SalesChannelContext $context): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/account/register/index.html.twig', [
› 'redirectTo' => $redirect,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:152 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
|
|
deprecation
|
Deprecated: Creation of dynamic property HTMLPurifier_AttrTransform_NameSync::$idDef is deprecated
php
{
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php:73 {
HTMLPurifier_DefinitionCache_Serializer->get($config) …
› }
› return unserialize(file_get_contents($file));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator.php:81 {
HTMLPurifier_DefinitionCache_Decorator->get($config) …
› {
› return $this->cache->get($config);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php:70 {
HTMLPurifier_DefinitionCache_Decorator_Cleanup->get($config) …
› {
› $ret = parent::get($config);
› if (!$ret) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php:505 {
HTMLPurifier_Config->getDefinition($type, $raw = false, $optimized = false) …
› // check if definition is in cache
› $def = $cache->get($this);
› if ($def) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php:415 {
HTMLPurifier_Config->getHTMLDefinition($raw = false, $optimized = false) …
› {
› return $this->getDefinition('HTML', $raw, $optimized);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php:74 {
HTMLPurifier_Generator->__construct($config, $context) …
› $this->_flashCompat = $config->get('Output.FlashCompat');
› $this->_def = $config->getHTMLDefinition();
› $this->_xhtml = $this->_def->doctype->xml;
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:158 {
HTMLPurifier->purify($html, $config = null) …
› // setup HTML generator
› $this->generator = new HTMLPurifier_Generator($config, $context);
› $context->register('Generator', $this->generator);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Util/HtmlSanitizer.php:56 {
Shopware\Core\Framework\Util\HtmlSanitizer->sanitize(string $text, array $options = [], bool $override = false, string $field = null): string …
›
› $this->cache[$textKey] = $this->purifiers[$hash]->purify($text);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php:27 {
Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter->sanitize(string $text, array $options = [], bool $override = false): string …
› {
› return $this->sanitizer->sanitize($text, $options, $override);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/44/44d028935703c278972683d06ade526408519a839e1c205e837bc90595a15244.php:68 {
__TwigTemplate_eabbdf50d816f891d6a517b677be58f7->block_layout_head_title_inner($context, array $blocks = []) …
›
› echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("account.registerTitle"));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:993 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->block_layout_head_title($context, array $blocks = []) …
› echo " ";
› $this->displayBlock('layout_head_title_inner', $context, $blocks);
› // line 101
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:153 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->block_layout_head_inner($context, array $blocks = []) …
› // line 96
› $this->displayBlock('layout_head_title', $context, $blocks);
› // line 103
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:87 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->doDisplay(array $context, array $blocks = []) …
› // line 1
› $this->displayBlock('layout_head_inner', $context, $blocks);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/44/44d028935703c278972683d06ade526408519a839e1c205e837bc90595a15244.php:49 {
__TwigTemplate_eabbdf50d816f891d6a517b677be58f7->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Storefront/storefront/layout/meta.html.twig", "@Storefront/storefront/page/account/register/meta.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/7c/7ccd5a14143879dfce49416aca8acaae775e7db730fc996db9de15666c7be17a.php:82 {
__TwigTemplate_b2cb5f2f04af880955f38264d4cf8c5f->block_base_head($context, array $blocks = []) …
› echo " ";
› $this->loadTemplate("@Storefront/storefront/page/account/register/meta.html.twig", "@Storefront/storefront/page/account/register/index.html.twig", 4)->display($context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/bc/bcfb625888d50c44426e76468778685b1f687d57234195ac6c7ececfac900a06.php:90 {
__TwigTemplate_a5971615d212dcafa95f09d0dcd615aa->doDisplay(array $context, array $blocks = []) …
› // line 14
› $this->displayBlock('base_head', $context, $blocks);
› // line 17
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/9e/9e9dbb30aaa12214420d980131f97ca9ab6f0ee07f25aa5b9a047796e69e1fa9.php:51 {
__TwigTemplate_cfbd2e737dfdc9e0ef084303ed380778->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Storefront/storefront/base.html.twig", "@CogiThemeTulip/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5bde6dc1e55fb65881ac541763e13657f14044e4e64c481468ee54d06c79bb16.php:49 {
__TwigTemplate_a73679c4d56867f3e45e166ced9a89aa->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@CogiThemeTulip/storefront/base.html.twig", "@KplngiOnlyRegistered/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/b6/b6315e981156f33a4f60f7ebe68a01d798ea604fe0ae99f9b9ba1b19338255c5.php:50 {
__TwigTemplate_d33520330ed82b0b53dabeaa8c5cf005->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@KplngiOnlyRegistered/storefront/base.html.twig", "@AcrisShopSwitchCS/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/7c/7ccd5a14143879dfce49416aca8acaae775e7db730fc996db9de15666c7be17a.php:61 {
__TwigTemplate_b2cb5f2f04af880955f38264d4cf8c5f->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@AcrisShopSwitchCS/storefront/base.html.twig", "@Storefront/storefront/page/account/register/index.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/TemplateWrapper.php:40 {
Twig\TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Environment.php:277 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/StorefrontController.php:216 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› if (isset($this->twig)) {
› return $this->twig->render($view, $parameters);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/StorefrontController.php:59 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = $this->render($view, $event->getParameters(), new StorefrontResponse());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/AuthController.php:98 {
Shopware\Storefront\Controller\AuthController->loginPage(Request $request, RequestDataBag $data, SalesChannelContext $context): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/account/register/index.html.twig', [
› 'redirectTo' => $redirect,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:152 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
[
"exception" => ErrorException {#7265
#message: "Deprecated: Creation of dynamic property HTMLPurifier_AttrTransform_NameSync::$idDef is deprecated"
#code: 0
#file: "/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php"
#line: 73
#severity: E_DEPRECATED
trace: {
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php:73 {
HTMLPurifier_DefinitionCache_Serializer->get($config) …
› }
› return unserialize(file_get_contents($file));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator.php:81 {
HTMLPurifier_DefinitionCache_Decorator->get($config) …
› {
› return $this->cache->get($config);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php:70 {
HTMLPurifier_DefinitionCache_Decorator_Cleanup->get($config) …
› {
› $ret = parent::get($config);
› if (!$ret) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php:505 {
HTMLPurifier_Config->getDefinition($type, $raw = false, $optimized = false) …
› // check if definition is in cache
› $def = $cache->get($this);
› if ($def) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php:415 {
HTMLPurifier_Config->getHTMLDefinition($raw = false, $optimized = false) …
› {
› return $this->getDefinition('HTML', $raw, $optimized);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php:74 {
HTMLPurifier_Generator->__construct($config, $context) …
› $this->_flashCompat = $config->get('Output.FlashCompat');
› $this->_def = $config->getHTMLDefinition();
› $this->_xhtml = $this->_def->doctype->xml;
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:158 {
HTMLPurifier->purify($html, $config = null) …
› // setup HTML generator
› $this->generator = new HTMLPurifier_Generator($config, $context);
› $context->register('Generator', $this->generator);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Util/HtmlSanitizer.php:56 {
Shopware\Core\Framework\Util\HtmlSanitizer->sanitize(string $text, array $options = [], bool $override = false, string $field = null): string …
›
› $this->cache[$textKey] = $this->purifiers[$hash]->purify($text);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php:27 {
Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter->sanitize(string $text, array $options = [], bool $override = false): string …
› {
› return $this->sanitizer->sanitize($text, $options, $override);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/44/44d028935703c278972683d06ade526408519a839e1c205e837bc90595a15244.php:68 {
__TwigTemplate_eabbdf50d816f891d6a517b677be58f7->block_layout_head_title_inner($context, array $blocks = []) …
›
› echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("account.registerTitle"));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:993 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->block_layout_head_title($context, array $blocks = []) …
› echo " ";
› $this->displayBlock('layout_head_title_inner', $context, $blocks);
› // line 101
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:153 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->block_layout_head_inner($context, array $blocks = []) …
› // line 96
› $this->displayBlock('layout_head_title', $context, $blocks);
› // line 103
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:87 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->doDisplay(array $context, array $blocks = []) …
› // line 1
› $this->displayBlock('layout_head_inner', $context, $blocks);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/44/44d028935703c278972683d06ade526408519a839e1c205e837bc90595a15244.php:49 {
__TwigTemplate_eabbdf50d816f891d6a517b677be58f7->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Storefront/storefront/layout/meta.html.twig", "@Storefront/storefront/page/account/register/meta.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/7c/7ccd5a14143879dfce49416aca8acaae775e7db730fc996db9de15666c7be17a.php:82 {
__TwigTemplate_b2cb5f2f04af880955f38264d4cf8c5f->block_base_head($context, array $blocks = []) …
› echo " ";
› $this->loadTemplate("@Storefront/storefront/page/account/register/meta.html.twig", "@Storefront/storefront/page/account/register/index.html.twig", 4)->display($context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/bc/bcfb625888d50c44426e76468778685b1f687d57234195ac6c7ececfac900a06.php:90 {
__TwigTemplate_a5971615d212dcafa95f09d0dcd615aa->doDisplay(array $context, array $blocks = []) …
› // line 14
› $this->displayBlock('base_head', $context, $blocks);
› // line 17
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/9e/9e9dbb30aaa12214420d980131f97ca9ab6f0ee07f25aa5b9a047796e69e1fa9.php:51 {
__TwigTemplate_cfbd2e737dfdc9e0ef084303ed380778->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Storefront/storefront/base.html.twig", "@CogiThemeTulip/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5bde6dc1e55fb65881ac541763e13657f14044e4e64c481468ee54d06c79bb16.php:49 {
__TwigTemplate_a73679c4d56867f3e45e166ced9a89aa->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@CogiThemeTulip/storefront/base.html.twig", "@KplngiOnlyRegistered/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/b6/b6315e981156f33a4f60f7ebe68a01d798ea604fe0ae99f9b9ba1b19338255c5.php:50 {
__TwigTemplate_d33520330ed82b0b53dabeaa8c5cf005->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@KplngiOnlyRegistered/storefront/base.html.twig", "@AcrisShopSwitchCS/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/7c/7ccd5a14143879dfce49416aca8acaae775e7db730fc996db9de15666c7be17a.php:61 {
__TwigTemplate_b2cb5f2f04af880955f38264d4cf8c5f->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@AcrisShopSwitchCS/storefront/base.html.twig", "@Storefront/storefront/page/account/register/index.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/TemplateWrapper.php:40 {
Twig\TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Environment.php:277 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/StorefrontController.php:216 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› if (isset($this->twig)) {
› return $this->twig->render($view, $parameters);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/StorefrontController.php:59 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = $this->render($view, $event->getParameters(), new StorefrontResponse());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/AuthController.php:98 {
Shopware\Storefront\Controller\AuthController->loginPage(Request $request, RequestDataBag $data, SalesChannelContext $context): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/account/register/index.html.twig', [
› 'redirectTo' => $redirect,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:152 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
}
]
{
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php:73 {
HTMLPurifier_DefinitionCache_Serializer->get($config) …
› }
› return unserialize(file_get_contents($file));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator.php:81 {
HTMLPurifier_DefinitionCache_Decorator->get($config) …
› {
› return $this->cache->get($config);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php:70 {
HTMLPurifier_DefinitionCache_Decorator_Cleanup->get($config) …
› {
› $ret = parent::get($config);
› if (!$ret) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php:505 {
HTMLPurifier_Config->getDefinition($type, $raw = false, $optimized = false) …
› // check if definition is in cache
› $def = $cache->get($this);
› if ($def) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php:415 {
HTMLPurifier_Config->getHTMLDefinition($raw = false, $optimized = false) …
› {
› return $this->getDefinition('HTML', $raw, $optimized);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php:74 {
HTMLPurifier_Generator->__construct($config, $context) …
› $this->_flashCompat = $config->get('Output.FlashCompat');
› $this->_def = $config->getHTMLDefinition();
› $this->_xhtml = $this->_def->doctype->xml;
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php:158 {
HTMLPurifier->purify($html, $config = null) …
› // setup HTML generator
› $this->generator = new HTMLPurifier_Generator($config, $context);
› $context->register('Generator', $this->generator);
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Util/HtmlSanitizer.php:56 {
Shopware\Core\Framework\Util\HtmlSanitizer->sanitize(string $text, array $options = [], bool $override = false, string $field = null): string …
›
› $this->cache[$textKey] = $this->purifiers[$hash]->purify($text);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php:27 {
Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter->sanitize(string $text, array $options = [], bool $override = false): string …
› {
› return $this->sanitizer->sanitize($text, $options, $override);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/44/44d028935703c278972683d06ade526408519a839e1c205e837bc90595a15244.php:68 {
__TwigTemplate_eabbdf50d816f891d6a517b677be58f7->block_layout_head_title_inner($context, array $blocks = []) …
›
› echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("account.registerTitle"));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:993 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->block_layout_head_title($context, array $blocks = []) …
› echo " ";
› $this->displayBlock('layout_head_title_inner', $context, $blocks);
› // line 101
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:153 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->block_layout_head_inner($context, array $blocks = []) …
› // line 96
› $this->displayBlock('layout_head_title', $context, $blocks);
› // line 103
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5b23eb0bfbe1dadf9ad6eb6f654638f1e98d9bcb3ae563df3a2b4514dad6440e.php:87 {
__TwigTemplate_24b0d4826cb28de3a0d672efa8e6cc17->doDisplay(array $context, array $blocks = []) …
› // line 1
› $this->displayBlock('layout_head_inner', $context, $blocks);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/44/44d028935703c278972683d06ade526408519a839e1c205e837bc90595a15244.php:49 {
__TwigTemplate_eabbdf50d816f891d6a517b677be58f7->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Storefront/storefront/layout/meta.html.twig", "@Storefront/storefront/page/account/register/meta.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/7c/7ccd5a14143879dfce49416aca8acaae775e7db730fc996db9de15666c7be17a.php:82 {
__TwigTemplate_b2cb5f2f04af880955f38264d4cf8c5f->block_base_head($context, array $blocks = []) …
› echo " ";
› $this->loadTemplate("@Storefront/storefront/page/account/register/meta.html.twig", "@Storefront/storefront/page/account/register/index.html.twig", 4)->display($context);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:171 {
Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/bc/bcfb625888d50c44426e76468778685b1f687d57234195ac6c7ececfac900a06.php:90 {
__TwigTemplate_a5971615d212dcafa95f09d0dcd615aa->doDisplay(array $context, array $blocks = []) …
› // line 14
› $this->displayBlock('base_head', $context, $blocks);
› // line 17
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/9e/9e9dbb30aaa12214420d980131f97ca9ab6f0ee07f25aa5b9a047796e69e1fa9.php:51 {
__TwigTemplate_cfbd2e737dfdc9e0ef084303ed380778->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@Storefront/storefront/base.html.twig", "@CogiThemeTulip/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/5b/5bde6dc1e55fb65881ac541763e13657f14044e4e64c481468ee54d06c79bb16.php:49 {
__TwigTemplate_a73679c4d56867f3e45e166ced9a89aa->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@CogiThemeTulip/storefront/base.html.twig", "@KplngiOnlyRegistered/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/b6/b6315e981156f33a4f60f7ebe68a01d798ea604fe0ae99f9b9ba1b19338255c5.php:50 {
__TwigTemplate_d33520330ed82b0b53dabeaa8c5cf005->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@KplngiOnlyRegistered/storefront/base.html.twig", "@AcrisShopSwitchCS/storefront/base.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/var/cache/dev_h05efb20bdb04583554dc13b24006f8b1/twig/7c/7ccd5a14143879dfce49416aca8acaae775e7db730fc996db9de15666c7be17a.php:61 {
__TwigTemplate_b2cb5f2f04af880955f38264d4cf8c5f->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("@AcrisShopSwitchCS/storefront/base.html.twig", "@Storefront/storefront/page/account/register/index.html.twig", 2);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:394 {
Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:367 {
Twig\Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Template.php:379 {
Twig\Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/TemplateWrapper.php:40 {
Twig\TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/twig/twig/src/Environment.php:277 {
Twig\Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/StorefrontController.php:216 {
Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
› if (isset($this->twig)) {
› return $this->twig->render($view, $parameters);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/StorefrontController.php:59 {
Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
›
› $response = $this->render($view, $event->getParameters(), new StorefrontResponse());
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/storefront/Controller/AuthController.php:98 {
Shopware\Storefront\Controller\AuthController->loginPage(Request $request, RequestDataBag $data, SalesChannelContext $context): Response …
›
› return $this->renderStorefront('@Storefront/storefront/page/account/register/index.html.twig', [
› 'redirectTo' => $redirect,
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:152 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/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/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
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);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:184 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/vendor/shopware/core/HttpKernel.php:81 {
Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, (int) $type, (bool) $catch);
› } catch (DBALException $e) {
}
/var/www/vhosts/mpdv.com/staging.mpdv.com/public/index.php:69 {
› $kernel = new HttpKernel($appEnv, $debug, $classLoader);
› $result = $kernel->handle($request);
›
}
}
|
|
debug
|
Notified event "kernel.response" to listener "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation" .
|
|
debug
|
Notified event "kernel.response" to listener "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse" .
|
|
debug
|
Notified event "kernel.response" to listener "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse" .
|
|
debug
|
Notified event "kernel.response" to listener "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders" .
|
|
debug
|
Notified event "kernel.response" to listener "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse" .
|
|
debug
|
Notified event "kernel.response" to listener "Kplngi\OnlyRegistered\Subscriber\Response::onResponse" .
|
|
debug
|
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" .
|
|
debug
|
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse" .
|
|
debug
|
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" .
|
|
debug
|
Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse" .
|
|
debug
|
Notified event "kernel.response" to listener "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::__invoke" .
|
|
debug
|
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" .
|
|
debug
|
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" .
|
|
debug
|
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" .
|
|
debug
|
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" .
|
|
debug
|
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" .
|
|
debug
|
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse" .
|
|
debug
|
Notified event "kernel.response" to listener "Shopware\Storefront\Framework\Cache\CacheResponseSubscriber::setResponseCache" .
|
|
debug
|
Notified event "kernel.response" to listener "Acris\ShopSwitch\Subscriber\ResponseCookieSubscriber::setResponseCache" .
|
|
debug
|
Notified event "kernel.response" to listener "Acris\ShopSwitch\Subscriber\ResponseCacheSubscriber::setResponseCache" .
|
|
debug
|
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" .
|
|
debug
|
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" .
|
|
debug
|
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest" .
|
|
debug
|
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" .
|
|
debug
|
Notified event "Shopware\Core\Framework\Event\BeforeSendResponseEvent" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceCsrfToken" .
|
|
debug
|
Notified event "Shopware\Core\Framework\Event\BeforeSendResponseEvent" to listener "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::setCanonicalUrl" .
|