exception |
Shopware\Core\Framework\Uuid\Exception\InvalidUuidException {#5770
#message: "Value is not a valid UUID: 11c126b7f9de40148cc72ae727ae07bb============"
#code: 0
#file: "/var/www/shopware6/vendor/shopware/core/Framework/Uuid/Uuid.php"
#line: 92
-statusCode: 400
-headers: []
#parameters: [
"input" => "11c126b7f9de40148cc72ae727ae07bb============"
]
trace: {
/var/www/shopware6/vendor/shopware/core/Framework/Uuid/Uuid.php:92 {
Shopware\Core\Framework\Uuid\Uuid::fromHexToBytes(string $uuid): string …
›
› throw new InvalidUuidException($uuid);
› }
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:285 {
Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->parseEqualsFilter(EqualsFilter $query, EntityDefinition $definition, string $root, Context $context, bool $negated): ParseResult …
› if ($field instanceof IdField || $field instanceof FkField) {
› $value = Uuid::fromHexToBytes($value);
› }
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:112 {
Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->parse(Filter $query, EntityDefinition $definition, Context $context, string $root = null, bool $negated = false): ParseResult …
› case $query instanceof EqualsFilter:
› return $this->parseEqualsFilter($query, $definition, $root, $context, $negated);
› case $query instanceof EqualsAnyFilter:
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:331 {
Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->iterateNested(MultiFilter $query, EntityDefinition $definition, string $root, Context $context, bool $negated): ParseResult …
› $result = $result->merge(
› $this->parse($multiFilter, $definition, $context, $root, $negated)
› );
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:295 {
Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->parseMultiFilter(MultiFilter $query, EntityDefinition $definition, string $root, Context $context, bool $negated): ParseResult …
› {
› $result = $this->iterateNested($query, $definition, $root, $context, $negated);
›
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:126 {
Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->parse(Filter $query, EntityDefinition $definition, Context $context, string $root = null, bool $negated = false): ParseResult …
› case $query instanceof MultiFilter:
› return $this->parseMultiFilter($query, $definition, $root, $context, $negated);
› default:
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:331 {
Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->iterateNested(MultiFilter $query, EntityDefinition $definition, string $root, Context $context, bool $negated): ParseResult …
› $result = $result->merge(
› $this->parse($multiFilter, $definition, $context, $root, $negated)
› );
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:295 {
Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->parseMultiFilter(MultiFilter $query, EntityDefinition $definition, string $root, Context $context, bool $negated): ParseResult …
› {
› $result = $this->iterateNested($query, $definition, $root, $context, $negated);
›
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:126 {
Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->parse(Filter $query, EntityDefinition $definition, Context $context, string $root = null, bool $negated = false): ParseResult …
› case $query instanceof MultiFilter:
› return $this->parseMultiFilter($query, $definition, $root, $context, $negated);
› default:
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:331 {
Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->iterateNested(MultiFilter $query, EntityDefinition $definition, string $root, Context $context, bool $negated): ParseResult …
› $result = $result->merge(
› $this->parse($multiFilter, $definition, $context, $root, $negated)
› );
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:295 {
Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->parseMultiFilter(MultiFilter $query, EntityDefinition $definition, string $root, Context $context, bool $negated): ParseResult …
› {
› $result = $this->iterateNested($query, $definition, $root, $context, $negated);
›
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:126 {
Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->parse(Filter $query, EntityDefinition $definition, Context $context, string $root = null, bool $negated = false): ParseResult …
› case $query instanceof MultiFilter:
› return $this->parseMultiFilter($query, $definition, $root, $context, $negated);
› default:
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php:124 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder->addFilter(EntityDefinition $definition, ?Filter $filter, QueryBuilder $query, Context $context): void …
›
› $parsed = $this->parser->parse($filter, $definition, $context);
›
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php:105 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder->build(QueryBuilder $query, EntityDefinition $definition, Criteria $criteria, Context $context, array $paths = []): QueryBuilder …
›
› $this->addFilter($definition, $filter, $query, $context);
›
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityAggregator.php:152 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator->fetchAggregation(Aggregation $aggregation, EntityDefinition $definition, Criteria $criteria, Context $context): AggregationResult …
›
› $query = $this->criteriaQueryBuilder->build($query, $definition, $clone, $context, $paths);
› $query->resetQueryPart('orderBy');
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityAggregator.php:95 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityAggregator->aggregate(EntityDefinition $definition, Criteria $criteria, Context $context): AggregationResultCollection …
› foreach ($criteria->getAggregations() as $aggregation) {
› $result = $this->fetchAggregation($aggregation, $definition, $criteria, $context);
› $aggregations->add($result);
}
/var/www/shopware6/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregator.php:52 {
Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator->aggregate(EntityDefinition $definition, Criteria $criteria, Context $context): AggregationResultCollection …
› if (!$this->helper->allowSearch($definition, $context, $criteria)) {
› return $this->decorated->aggregate($definition, $criteria, $context);
› }
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:118 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->aggregate(Criteria $criteria, Context $context): AggregationResultCollection …
›
› $result = $this->aggregator->aggregate($this->definition, $criteria, $context);
›
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:279 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
› if ($criteria->getAggregations()) {
› $aggregations = $this->aggregate($criteria, $context);
› }
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:110 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
› return Profiler::trace($criteria->getTitle(), function () use ($criteria, $context) {
› return $this->_search($criteria, $context);
› }, 'repository');
}
/var/www/shopware6/vendor/shopware/core/Profiling/Profiler.php:59 {
Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
›
› $result = $closure();
› } finally {
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:111 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› return $this->_search($criteria, $context);
› }, 'repository');
› }
}
/var/www/shopware6/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryForwardCompatibilityDecorator.php:51 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepositoryForwardCompatibilityDecorator->search(Criteria $criteria, Context $context): EntitySearchResult …
› {
› return $this->inner->search($criteria, $context);
› }
}
/var/www/shopware6/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewRoute.php:65 {
Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductReviewRouteResponse …
›
› $result = $this->repository->search($criteria, $context->getContext());
›
}
/var/www/shopware6/vendor/shopware/core/Content/Product/SalesChannel/Review/CachedProductReviewRoute.php:96 {
Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute->Shopware\Core\Content\Product\SalesChannel\Review\{closure} …
› $response = $this->tracer->trace($name, function () use ($productId, $request, $context, $criteria) {
› return $this->getDecorated()->load($productId, $request, $context, $criteria);
› });
}
/var/www/shopware6/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:350 {
Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware6/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:44 {
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/shopware6/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:120 {
Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware6/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:45 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
› return $this->config->trace($key, $param);
› });
› });
}
/var/www/shopware6/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:46 {
Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware6/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:46 {
Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
› });
› });
› }
}
/var/www/shopware6/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:41 {
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/shopware6/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:59 {
Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
›
› $result = $param();
›
}
/var/www/shopware6/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:42 {
Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
› return $this->getDecorated()->trace($key, $param);
› });
› }
}
/var/www/shopware6/vendor/shopware/core/Content/Product/SalesChannel/Review/CachedProductReviewRoute.php:97 {
Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute->Shopware\Core\Content\Product\SalesChannel\Review\{closure} …
› return $this->getDecorated()->load($productId, $request, $context, $criteria);
› });
›
}
/var/www/shopware6/vendor/symfony/cache-contracts/CacheTrait.php:72 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, array &$metadata = null, LoggerInterface $logger = null) …
› $save = true;
› $item->set($callback($item, $save));
› if ($save) {
}
/var/www/shopware6/vendor/symfony/cache-contracts/CacheTrait.php:35 {
Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, float $beta = null, array &$metadata = null) …
› {
› return $this->doGet($this, $key, $callback, $beta, $metadata);
› }
}
/var/www/shopware6/vendor/shopware/core/Content/Product/SalesChannel/Review/CachedProductReviewRoute.php:102 {
Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductReviewRouteResponse …
› return CacheValueCompressor::compress($response);
› });
›
}
/var/www/shopware6/vendor/shopware/storefront/Page/Product/Review/ProductReviewLoader.php:69 {
Shopware\Storefront\Page\Product\Review\ProductReviewLoader->load(Request $request, SalesChannelContext $context): ReviewLoaderResult …
› $reviews = $this->route
› ->load($productId, $request, $context, $criteria)
› ->getResult();
}
/var/www/shopware6/vendor/shopware/storefront/Controller/ProductController.php:225 {
Shopware\Storefront\Controller\ProductController->loadReviews(Request $request, RequestDataBag $data, SalesChannelContext $context): Response …
›
› $reviews = $this->productReviewLoader->load($request, $context);
›
}
/var/www/shopware6/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);
›
}
/var/www/shopware6/vendor/symfony/http-kernel/HttpKernel.php:75 {
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/shopware6/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/shopware6/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/shopware6/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/shopware6/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/shopware6/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/shopware6/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/shopware6/vendor/shopware/core/HttpKernel.php:156 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/shopware6/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 (Exception $e) {
}
/var/www/shopware6/public/index.php:85 {
›
› $result = $kernel->handle($request);
›
}
}
} |