| exception |
Shopware\Core\Framework\Uuid\Exception\InvalidUuidException {#5082
#message: "Value is not a valid UUID: customeraccess_lacompagnie"
#code: 0
#file: "/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Framework/Uuid/Uuid.php"
#line: 92
-statusCode: 400
-headers: []
#parameters: [
"input" => "customeraccess_lacompagnie"
]
trace: {
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Framework/Uuid/Uuid.php:92 {
Shopware\Core\Framework\Uuid\Uuid::fromHexToBytes(string $uuid): string …
›
› throw new InvalidUuidException($uuid);
› }
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelper.php:548 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper->Shopware\Core\Framework\DataAbstractionLayer\Dbal\{closure} …
›
› return Uuid::fromHexToBytes($id);
› }, $primaryKeys);
arguments: {
$uuid: "customeraccess_lacompagnie"
}
}
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper->Shopware\Core\Framework\DataAbstractionLayer\Dbal\{closure}() {}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelper.php:540 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper->addIdCondition(Criteria $criteria, EntityDefinition $definition, QueryBuilder $query): void …
› if ($primaryKeyField instanceof IdField || $primaryKeyField instanceof FkField) {
› $primaryKeys = array_map(function ($id) {
› if (\is_array($id)) {
arguments: {
$callback: Closure($id) {#5074 …}
$array: [ …1]
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntitySearcher.php:76 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
› if (!empty($criteria->getIds())) {
› $this->queryHelper->addIdCondition($criteria, $definition, $query);
› }
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#4610 …}
$definition: Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition {#646 …}
$query: Shopware\Core\Framework\DataAbstractionLayer\Dbal\QueryBuilder {#4649 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:44 {
Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
› if (!$this->helper->allowSearch($definition, $context, $criteria)) {
› return $this->decorated->search($definition, $criteria, $context);
› }
arguments: {
$definition: Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition {#646 …}
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#4610 …}
$context: Shopware\Core\Framework\Context {#1717 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php:155 {
Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository->doSearch(Criteria $criteria, SalesChannelContext $salesChannelContext): IdSearchResult …
› {
› $result = $this->searcher->search($this->definition, $criteria, $salesChannelContext->getContext());
›
arguments: {
$definition: Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition {#646 …}
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#4610 …}
$context: Shopware\Core\Framework\Context {#1717 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php:65 {
Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository->search(Criteria $criteria, SalesChannelContext $salesChannelContext): EntitySearchResult …
›
› $ids = $this->doSearch($criteria, $salesChannelContext);
›
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#4610 …}
$salesChannelContext: Shopware\Core\System\SalesChannel\SalesChannelContext {#1716 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:124 {
Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->checkVariantListingConfig(string $productId, SalesChannelContext $context): ?string …
› /** @var SalesChannelProductEntity|null $product */
› $product = $this->productRepository->search(new Criteria([$productId]), $context)->first();
›
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#4610 …}
$salesChannelContext: Shopware\Core\System\SalesChannel\SalesChannelContext {#1716 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:55 {
Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
› return Profiler::trace('product-detail-route', function () use ($productId, $request, $context, $criteria) {
› $mainVariantId = $this->checkVariantListingConfig($productId, $context);
›
arguments: {
$productId: "customeraccess_lacompagnie"
$context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1716 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Profiling/Profiler.php:61 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:98 {
Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
› return new ProductDetailRouteResponse($product, $configurator);
› });
› }
arguments: {
$name: "product-detail-route"
$closure: Closure() {#4637 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:62 {
Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
›
› $response = $this->tracer->trace($name, fn () => $this->getDecorated()->load($productId, $request, $context, $criteria));
›
arguments: {
$key: "product-detail-route-customeraccess_lacompagnie"
$param: Closure() {#4611 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:402 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:36 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
arguments: {
$key: "product-detail-route-customeraccess_lacompagnie"
$param: Closure() {#4617 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:98 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:36 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
arguments: {
$key: "product-detail-route-customeraccess_lacompagnie"
$param: Closure() {#4617 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:43 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:36 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->collection->trace($key, fn () => $this->translator->trace($key, fn () => $this->config->trace($key, $param)));
› }
arguments: {
$key: "product-detail-route-customeraccess_lacompagnie"
$param: Closure() {#4613 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:33 {
Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
arguments: {
$key: "product-detail-route-customeraccess_lacompagnie"
$param: Closure() {#4611 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:64 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:33 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› {
› return $this->themeConfigAccessor->trace($key, fn () => $this->getDecorated()->trace($key, $param));
› }
arguments: {
$key: "product-detail-route-customeraccess_lacompagnie"
$param: Closure() {#4636 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:62 {
Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
›
› $response = $this->tracer->trace($name, fn () => $this->getDecorated()->load($productId, $request, $context, $criteria));
›
arguments: {
$key: "product-detail-route-customeraccess_lacompagnie"
$param: Closure() {#4611 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/symfony/cache-contracts/CacheTrait.php:70 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
arguments: {
Symfony\Component\Cache\CacheItem {#4634 …}
true
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/symfony/cache-contracts/CacheTrait.php:33 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
arguments: {
$pool: Shopware\Core\Framework\Adapter\Cache\CacheDecorator {#700 …}
$key: "product-detail-route-customeraccess_lacompagnie-76e5ed9ea1025c5b1770f4e0bb839e04"
$callback: Closure(ItemInterface $item) {#4620 …}
$beta: 1.0
&$metadata: []
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:67 {
Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
› return CacheValueCompressor::compress($response);
› });
›
arguments: {
$key: "product-detail-route-customeraccess_lacompagnie-76e5ed9ea1025c5b1770f4e0bb839e04"
$callback: Closure(ItemInterface $item) {#4620 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:65 {
Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
›
› $result = $this->productDetailRoute->load($productId, $request, $context, $criteria);
› $product = $result->getProduct();
arguments: {
$productId: "customeraccess_lacompagnie"
$request: Symfony\Component\HttpFoundation\Request {#547 …}
$context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1716 …}
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#4630 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/storefront/Controller/ProductController.php:54 {
Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
› {
› $page = $this->productPageLoader->load($request, $context);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#547 …}
$context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1716 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/symfony/http-kernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1716 …}
$request: Symfony\Component\HttpFoundation\Request {#547 …}
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#547 …}
$type: 1
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/symfony/http-kernel/Kernel.php:184 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#547 …}
$type: 1
$catch: true
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/HttpKernel.php:142 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#547 …}
$type: 1
$catch: true
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/vendor/shopware/core/HttpKernel.php:64 {
Shopware\Core\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, $type, $catch);
› } catch (Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2 …}
$type: 1
$catch: true
}
}
/www/htdocs/w019d66a/sommaire.detrado.io/sommaire-beaute.eu/public/index.php:86 {
|