https://daimler-truck-shop.de/staging/detail/d74541223fab47968e859d01a359794f&amp

ErrorController

  • Request
  • Response
  • Cookies
  • Session 11
  • Flashes
  • Server Parameters
  • Parent Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"Pf7IBp8Hn5Q="
_stopwatch_token
"3ad0c9"
exception
0 of 0
Shopware\Core\Framework\Uuid\Exception\InvalidUuidException {#5789 #parameters: [ "input" => "d74541223fab47968e859d01a359794f&amp" ] -statusCode: 400 -headers: [] #message: "Value is not a valid UUID: d74541223fab47968e859d01a359794f&amp" #code: 0 #file: "/var/www/html/staging/vendor/shopware/core/Framework/Uuid/Uuid.php" #line: 90 trace: { /var/www/html/staging/vendor/shopware/core/Framework/Uuid/Uuid.php:90 { Shopware\Core\Framework\Uuid\Uuid::fromHexToBytes(string $uuid): string … › › throw new InvalidUuidException($uuid);} } /var/www/html/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:277 { 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/html/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:104 { 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/html/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:323 { 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/html/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:287 { 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/html/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:118 { 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/html/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php:120 { 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/html/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php:101 { 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/html/staging/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntitySearcher.php:68 { Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult … › › $query = $this->criteriaQueryBuilder->build($query, $definition, $criteria, $context);} /var/www/html/staging/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:57 { Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult … › if (!$this->helper->allowSearch($definition, $context)) { return $this->decorated->search($definition, $criteria, $context);} } /var/www/html/staging/custom/plugins/ProxaElasticsearchExtension/src/Decorates/Elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:40 { ProxaElasticsearchExtension\Decorates\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult … › $clone->assign(['searchOnlyInProductNumber' => true]);$result = $this->inner->search($definition, $clone, $context);if ($result->getTotal()) { } /var/www/html/staging/vendor/shopware/core/Profiling/Entity/EntitySearcherProfiler.php:36 { Shopware\Core\Profiling\Entity\EntitySearcherProfiler->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult … › › $data = $this->decorated->search($definition, $criteria, $context);} /var/www/html/staging/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php:193 { Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository->doSearch(Criteria $criteria, SalesChannelContext $salesChannelContext): IdSearchResult … › { $result = $this->searcher->search($this->definition, $criteria, $salesChannelContext->getContext());} /var/www/html/staging/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php:170 { Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository->searchIds(Criteria $criteria, SalesChannelContext $salesChannelContext): IdSearchResult … › › return $this->doSearch($criteria, $salesChannelContext);} } /var/www/html/staging/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:183 { Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->findBestVariant(string $productId, SalesChannelContext $context): string … › › $variantId = $this->productRepository->searchIds($criteria, $context);} /var/www/html/staging/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:113 { Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse … › { $productId = $this->findBestVariant($productId, $context);} /var/www/html/staging/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:121 { Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} … › $response = $this->tracer->trace($name, function () use ($productId, $request, $context, $criteria) { return $this->getDecorated()->load($productId, $request, $context, $criteria);}); } /var/www/html/staging/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:326 { Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) … › › $result = $param();} /var/www/html/staging/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/html/staging/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:99 { Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) … › › $result = $param();} /var/www/html/staging/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:40 { Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} … › return $this->config->trace($key, $param); });}); } /var/www/html/staging/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:43 { Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) … › › $result = $param();} /var/www/html/staging/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:41 { Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) … › }); });} } /var/www/html/staging/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/html/staging/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:53 { Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) … › › $result = $param();} /var/www/html/staging/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:38 { Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) … › return $this->getDecorated()->trace($key, $param); });} } /var/www/html/staging/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php:122 { Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse … › return $this->getDecorated()->load($productId, $request, $context, $criteria);});} /var/www/html/staging/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:86 { Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage … › › $result = $this->productDetailRoute->load($productId, $request, $context, $criteria);$product = $result->getProduct(); } /var/www/html/staging/vendor/shopware/storefront/Controller/ProductController.php:93 { Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response … › { $page = $this->productPageLoader->load($request, $context);} /var/www/html/staging/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/html/staging/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/html/staging/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/html/staging/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/html/staging/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/html/staging/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/html/staging/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/html/staging/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/html/staging/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/html/staging/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/html/staging/public/index.php:69 {$kernel = new HttpKernel($appEnv, $debug, $classLoader);$result = $kernel->handle($request);} } }
logger
0 of 0
Symfony\Bridge\Monolog\Logger {#531 …6}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/heif,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br"
connection
"keep-alive"
forwarded
"for="47.128.61.231";host="daimler-truck-shop.de";proto=https"
host
"daimler-truck-shop.de"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"none"
sec-fetch-user
"?1"
sw-context-token
"bq6mD4m9jn8ZTIdT5jor8ivXEikZDRyb"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
x-forwarded-for
"47.128.61.231"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).