exception |
Shopware\Core\Framework\Uuid\Exception\InvalidUuidException {#4552
#message: "Value is not a valid UUID: navigation"
#code: 0
#file: "/sw6/src/Core/Framework/Uuid/Uuid.php"
#line: 92
-statusCode: 400
-headers: []
#parameters: [
"input" => "navigation"
]
trace: {
/sw6/src/Core/Framework/Uuid/Uuid.php:92 {
Shopware\Core\Framework\Uuid\Uuid::fromHexToBytes(string $uuid): string …
›
› throw new InvalidUuidException($uuid);
› }
}
/sw6/src/Core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelper.php:547 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper->Shopware\Core\Framework\DataAbstractionLayer\Dbal\{closure} …
›
› return Uuid::fromHexToBytes($id);
› }, $primaryKeys);
arguments: {
$uuid: "navigation"
}
}
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityDefinitionQueryHelper->Shopware\Core\Framework\DataAbstractionLayer\Dbal\{closure}() {}
/sw6/src/Core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelper.php:539 {
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) {#4583 …}
$array: [ …1]
}
}
/sw6/src/Core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:300 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->fetch(Criteria $criteria, EntityDefinition $definition, Context $context, FieldCollection $fields, array $partial = []): array …
› if (!empty($criteria->getIds())) {
› $this->queryHelper->addIdCondition($criteria, $definition, $query);
› }
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#4387 …}
$definition: Shopware\Core\Content\Cms\CmsPageDefinition {#1170 …}
$query: Shopware\Core\Framework\DataAbstractionLayer\Dbal\QueryBuilder {#4586 …}
}
}
/sw6/src/Core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:131 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false, array $partial = []): EntityCollection …
›
› $rows = $this->fetch($criteria, $definition, $context, $fields, $partial);
›
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#4387 …}
$definition: Shopware\Core\Content\Cms\CmsPageDefinition {#1170 …}
$context: Shopware\Core\Framework\Context {#1050 …}
$fields: Shopware\Core\Framework\DataAbstractionLayer\CompiledFieldCollection {#4587 …}
$partial: []
}
}
/sw6/src/Core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:74 {
Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
›
› return $this->_read(
› $criteria,
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#4387 …}
$definition: Shopware\Core\Content\Cms\CmsPageDefinition {#1170 …}
$context: Shopware\Core\Framework\Context {#1050 …}
$collection: Shopware\Core\Content\Cms\CmsPageCollection {#4539 …}
$fields: Shopware\Core\Framework\DataAbstractionLayer\CompiledFieldCollection {#4587 …}
$performEmptySearch: true
$partial: []
}
}
/sw6/src/Core/Framework/DataAbstractionLayer/EntityRepository.php:199 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
›
› $entities = $this->reader->read($this->definition, $criteria, $context);
›
arguments: {
$definition: Shopware\Core\Content\Cms\CmsPageDefinition {#1170 …}
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#4387 …}
$context: Shopware\Core\Framework\Context {#1050 …}
}
}
/sw6/src/Core/Framework/DataAbstractionLayer/EntityRepository.php:224 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
› );
› $entities = $this->read($criteria, $context);
›
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#4387 …}
$context: Shopware\Core\Framework\Context {#1050 …}
}
}
/sw6/src/Core/Framework/DataAbstractionLayer/EntityRepository.php:50 {
Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
› if (!$criteria->getTitle()) {
› return $this->_search($criteria, $context);
› }
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#4395 …}
$context: Shopware\Core\Framework\Context {#1050 …}
}
}
/sw6/src/Core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php:47 {
Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader->load(Request $request, Criteria $criteria, SalesChannelContext $context, array $config = null, ResolverContext $resolverContext = null): EntitySearchResult …
› // step 1, load cms pages with blocks and slots
› $pages = $this->cmsPageRepository->search($criteria, $context->getContext());
›
arguments: {
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#4401 …}
$context: Shopware\Core\Framework\Context {#1050 …}
}
}
/sw6/src/Core/Content/Cms/SalesChannel/CmsRoute.php:47 {
Shopware\Core\Content\Cms\SalesChannel\CmsRoute->load(string $id, Request $request, SalesChannelContext $context): CmsRouteResponse …
›
› $pages = $this->cmsPageLoader->load($request, $criteria, $context);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1540 …}
$criteria: Shopware\Core\Framework\DataAbstractionLayer\Search\Criteria {#4401 …}
$context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1051 …}
}
}
/sw6/src/Storefront/Controller/CmsController.php:46 {
Shopware\Storefront\Controller\CmsController->page(?string $id, Request $request, SalesChannelContext $salesChannelContext): Response …
›
› $page = $this->cmsRoute->load($id, $request, $salesChannelContext)->getCmsPage();
›
arguments: {
$id: "navigation"
$request: Symfony\Component\HttpFoundation\Request {#1540 …}
$context: Shopware\Core\System\SalesChannel\SalesChannelContext {#1051 …}
}
}
/sw6/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: {
$id: "navigation"
$request: Symfony\Component\HttpFoundation\Request {#1540 …}
$salesChannelContext: Shopware\Core\System\SalesChannel\SalesChannelContext {#1051 …}
}
}
/sw6/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 {#1540 …}
$type: 1
}
}
/sw6/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 {#1540 …}
$type: 1
$catch: true
}
}
/sw6/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1540 …}
$type: 1
$catch: true
}
}
/sw6/vendor/symfony/http-kernel/HttpCache/HttpCache.php:464 {
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);
›
arguments: {
$kernel: Shopware\Core\Kernel {#2 …}
$request: Symfony\Component\HttpFoundation\Request {#1540 …}
$type: 1
$catch: true
}
}
/sw6/vendor/symfony/http-kernel/HttpCache/HttpCache.php:439 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#1540 …}
$catch: true
}
}
/sw6/vendor/symfony/http-kernel/HttpCache/HttpCache.php:337 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2200 …}
$catch: true
}
}
/sw6/vendor/symfony/http-kernel/HttpCache/HttpCache.php:215 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2200 …}
$catch: true
}
}
/sw6/src/Core/HttpKernel.php:139 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2200 …}
$type: 1
$catch: true
}
}
/sw6/src/Core/HttpKernel.php:61 {
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 {#17 …}
$type: 1
$catch: true
}
}
/sw6/public/index.php:78 {
|