Error Level 4:
Unable to transform norm data for block "d8_product_detail_60:306203 > header:306204 > container:26 > account_menu_wrapper:130". This error cause some missing data in Block and BlockView, it may use some default data or cause an exception via rendering.
Nilead\BlockComponent\Exception\TransformationFailedException {#15636 #message: "Unable to transform norm data for block "d8_product_detail_60:306203 > header:306204 > container:26 > account_menu_wrapper:130". This error cause some missing data in Block and BlockView, it may use some default data or cause an exception via rendering." #code: 0 #file: "/var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php" #line: 600 -previous: Nilead\Exception\Logic\Common\InvalidArgumentException {#16191 #message: "Duplicated client generated id for this cart, oca70ebcb98922c61b92b309751d17aea given" #code: 100130 #file: "/var/www/sites/2.20.0/vendor/nilead/Bundle/cart-bundle/Handler/CartHandler.php" #line: 82 trace: { /var/www/sites/2.20.0/vendor/nilead/Bundle/cart-bundle/Handler/CartHandler.php:82 { Nilead\CartBundle\Handler\CartHandler->create(?string $customId = null, ?PartyInterface $purchaser = null, string $type = CartInterface::TYPE_SALES): CartInterface … ›elseif ($this->cartManager->existByCustomId($customId)) {
›throw new InvalidArgumentException(
›sprintf('Duplicated client generated id for this cart, %s given', $customId)
} /var/www/sites/2.20.0/vendor/nilead/Bundle/cart-bundle/Provider/CartProvider.php:102 { Nilead\CartBundle\Provider\CartProvider->getNewCart(?CartInterface $cart = null): CartInterface … ›{
›$newCart = $this->cartHandler->create($this->cartHandler->generateKey($this->requestStack->getSession()->getId()));
› } /var/www/sites/2.20.0/vendor/nilead/Bundle/cart-bundle/Api/Orchestrator/CartOrchestratorExecutor.php:79 { Nilead\CartBundle\Api\Orchestrator\CartOrchestratorExecutor->getCurrentOrNew(bool $sticky = true): CartInterface … ›} else {
›$cart = $this->provider->getNewCart();
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Provider/CartProvider.php:98 { Nilead\BlockBundle\Block\Provider\CartProvider->provide(array $options = [], array $normData = [], array $parentNormData = [], ?ParameterBag $context = null, ?string $name = null) … ›} else {
›$cart = $this->cartOrchestrator->getCurrentOrNew();
›$this->cartValidator->validate($cart, true);
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Transformer/DataProviderTransformer.php:60 { Nilead\BlockBundle\Block\Transformer\DataProviderTransformer->transform(array $input, array $parentData = [], ?WidgetInterface $widget = null, ?ParameterBag $context = null): array … › ›$input[$definition['name']] = $provider->provide($definition['configs'] ?? [], $input, $parentData, $context, $widget ? $widget->getName() : $definition['name']);
› } /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php:595 { Nilead\BlockBundle\Block\Block->dataToNorm(array $value) … ›foreach ($this->config->getDataTransformers() as $transformer) {
›$value = $transformer->transform($value, $this->parentNormData, $widget, $this->context);
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php:363 { Nilead\BlockBundle\Block\Block->setData(array $data) … ›if (!$this->skipRender) {
›$this->normData = $this->dataToNorm($data);
›$this->viewData = $this->normToView($this->normData);
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php:188 { Nilead\BlockBundle\Block\Block->initialize(array $parentNormData = [], array $parentViewData = []) … ›$data['context'] = $this->context->all();
›$this->setData($data);
›$this->initialized = true;
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php:196 { Nilead\BlockBundle\Block\Block->initialize(array $parentNormData = [], array $parentViewData = []) … ›foreach ($this->children as $child) {
›$child->initialize(
›\array_merge($this->parentNormData, $this->normData),
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php:196 { Nilead\BlockBundle\Block\Block->initialize(array $parentNormData = [], array $parentViewData = []) … ›foreach ($this->children as $child) {
›$child->initialize(
›\array_merge($this->parentNormData, $this->normData),
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php:196 { Nilead\BlockBundle\Block\Block->initialize(array $parentNormData = [], array $parentViewData = []) … ›foreach ($this->children as $child) {
›$child->initialize(
›\array_merge($this->parentNormData, $this->normData),
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php:196 { Nilead\BlockBundle\Block\Block->initialize(array $parentNormData = [], array $parentViewData = []) … ›foreach ($this->children as $child) {
›$child->initialize(
›\array_merge($this->parentNormData, $this->normData),
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/BlockFactory.php:49 { Nilead\BlockBundle\Block\BlockFactory->createNamed(string $name, string $type, array $options = [], ?ParameterBag $context = null) … ›{
›return $this->createNamedBuilder($name, $type, $options, $context)->getBlock()->initialize();
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/BlockFactory.php:72 { Nilead\BlockBundle\Block\BlockFactory->createFromDefinition(array $definition, ?ParameterBag $context = null) … ›if (isset($definition['name'])) {
›return $this->createNamed($definition['name'], $definition['type'], $options, $context);
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Handler/WidgetHandler.php:380 { Nilead\BlockBundle\Handler\WidgetHandler->renderWidget(WidgetInterface $widget, array $options = [], array $context = [], ?PageInterface $page = null, ?Request $request = null): Response … › ›$block = $this->blockFactory->createFromDefinition($widgetArr, $context)->createView();
› } /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Controller/WidgetAwareControllerTrait.php:131 { Nilead\ThemeBundle\Controller\Frontend\PageController->createBlockResponse(Request $request, $force = false, array $data = []) … › ›return $this->widgetHandler->renderWidget($widget, ['data' => $data], $data, $page, $request);
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Controller/WidgetAwareControllerTrait.php:70 { Nilead\ThemeBundle\Controller\Frontend\PageController->renderBlockResponse(Request $request, $force = false, array $data = []) … ›try {
›$response = $this->createBlockResponse($request, $force, $data);
›$view = $this->view();
} /var/www/sites/2.20.0/vendor/nilead/Bundle/theme-bundle/Controller/Frontend/PageController.php:150 { Nilead\ThemeBundle\Controller\Frontend\PageController->showAction(Request $request): Response … ›{
›return $this->renderBlockResponse($request, true) ?: parent::showAction($request);
›}
} /var/www/sites/2.20.0/vendor/symfony/http-kernel/HttpKernel.php:181 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … ›// call controller
›$response = $controller(...$arguments);
› } /var/www/sites/2.20.0/vendor/symfony/http-kernel/HttpKernel.php:76 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response … ›try {
›return $response = $this->handleRaw($request, $type);
›} catch (\Throwable $e) {
} /var/www/sites/2.20.0/vendor/symfony/http-kernel/Kernel.php:197 { 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 {
} /var/www/sites/2.20.0/web/app.php:75 { ›// Handle the request normally if no cache is found
›$response = $kernel->handle($request);
› } } } trace: { /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php:600 { Nilead\BlockBundle\Block\Block->dataToNorm(array $value) … › ›$blockException = new TransformationFailedException(
›$message,
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php:363 { Nilead\BlockBundle\Block\Block->setData(array $data) … ›if (!$this->skipRender) {
›$this->normData = $this->dataToNorm($data);
›$this->viewData = $this->normToView($this->normData);
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php:188 { Nilead\BlockBundle\Block\Block->initialize(array $parentNormData = [], array $parentViewData = []) … ›$data['context'] = $this->context->all();
›$this->setData($data);
›$this->initialized = true;
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php:196 { Nilead\BlockBundle\Block\Block->initialize(array $parentNormData = [], array $parentViewData = []) … ›foreach ($this->children as $child) {
›$child->initialize(
›\array_merge($this->parentNormData, $this->normData),
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php:196 { Nilead\BlockBundle\Block\Block->initialize(array $parentNormData = [], array $parentViewData = []) … ›foreach ($this->children as $child) {
›$child->initialize(
›\array_merge($this->parentNormData, $this->normData),
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php:196 { Nilead\BlockBundle\Block\Block->initialize(array $parentNormData = [], array $parentViewData = []) … ›foreach ($this->children as $child) {
›$child->initialize(
›\array_merge($this->parentNormData, $this->normData),
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/Block.php:196 { Nilead\BlockBundle\Block\Block->initialize(array $parentNormData = [], array $parentViewData = []) … ›foreach ($this->children as $child) {
›$child->initialize(
›\array_merge($this->parentNormData, $this->normData),
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/BlockFactory.php:49 { Nilead\BlockBundle\Block\BlockFactory->createNamed(string $name, string $type, array $options = [], ?ParameterBag $context = null) … ›{
›return $this->createNamedBuilder($name, $type, $options, $context)->getBlock()->initialize();
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Block/BlockFactory.php:72 { Nilead\BlockBundle\Block\BlockFactory->createFromDefinition(array $definition, ?ParameterBag $context = null) … ›if (isset($definition['name'])) {
›return $this->createNamed($definition['name'], $definition['type'], $options, $context);
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Handler/WidgetHandler.php:380 { Nilead\BlockBundle\Handler\WidgetHandler->renderWidget(WidgetInterface $widget, array $options = [], array $context = [], ?PageInterface $page = null, ?Request $request = null): Response … › ›$block = $this->blockFactory->createFromDefinition($widgetArr, $context)->createView();
› } /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Controller/WidgetAwareControllerTrait.php:131 { Nilead\ThemeBundle\Controller\Frontend\PageController->createBlockResponse(Request $request, $force = false, array $data = []) … › ›return $this->widgetHandler->renderWidget($widget, ['data' => $data], $data, $page, $request);
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/block-bundle/Controller/WidgetAwareControllerTrait.php:70 { Nilead\ThemeBundle\Controller\Frontend\PageController->renderBlockResponse(Request $request, $force = false, array $data = []) … ›try {
›$response = $this->createBlockResponse($request, $force, $data);
›$view = $this->view();
} /var/www/sites/2.20.0/vendor/nilead/Bundle/theme-bundle/Controller/Frontend/PageController.php:150 { Nilead\ThemeBundle\Controller\Frontend\PageController->showAction(Request $request): Response … ›{
›return $this->renderBlockResponse($request, true) ?: parent::showAction($request);
›}
} /var/www/sites/2.20.0/vendor/symfony/http-kernel/HttpKernel.php:181 { Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response … ›// call controller
›$response = $controller(...$arguments);
› } /var/www/sites/2.20.0/vendor/symfony/http-kernel/HttpKernel.php:76 { Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response … ›try {
›return $response = $this->handleRaw($request, $type);
›} catch (\Throwable $e) {
} /var/www/sites/2.20.0/vendor/symfony/http-kernel/Kernel.php:197 { 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 {
} /var/www/sites/2.20.0/web/app.php:75 { ›// Handle the request normally if no cache is found
›$response = $kernel->handle($request);
› } } }
The GUI collection embodies the resilience and spirit of VietnamâÂÂs highlands through its interpretation of the traditional Gùi â a woven back-basket. Each table, available in three sizes, mirrors the GùiâÂÂs shape - a round top symbolizing the sky and a square base grounding it to the earth, reflecting a cycle where the sky nourishes the land.
The collectionâÂÂs lacquered finish nods to East Asian artistry, celebrating centuries-old techniques while bringing a touch of contemporary sophistication. This intersection of culture and modern design gives the GUI tables their unique narrative depth and versatility for various living spaces.
Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Quisque velit nisi, pretium ut lacinia in, elementum id enim.
Donec rutrum congue leo eget malesuada.
Standard Delivery refers to the street level and the order is always covered by insurance.
You can get the goods delivered to any address by specifying the full details at the time of order placement.
Copyright © 2021 District Eight Design. All rights reserved.
Powered by