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 {#15262 #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: Doctrine\DBAL\Exception\DeadlockException {#17834 #message: "An exception occurred while executing a query: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction" #code: 1213 #file: "/var/www/sites/2.20.0/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php" #line: 39 -previous: Doctrine\DBAL\Driver\PDO\Exception {#17831 #message: "SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction" #code: 1213 #file: "/var/www/sites/2.20.0/vendor/doctrine/dbal/src/Driver/PDO/Exception.php" #line: 24 -previous: PDOException {#17830 #message: "SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction" #code: "40001" #file: "/var/www/sites/2.20.0/vendor/doctrine/dbal/src/Driver/PDO/Statement.php" #line: 130 +errorInfo: array:3 [ 0 => "40001" 1 => 1213 2 => "Deadlock found when trying to get lock; try restarting transaction" ] trace: { /var/www/sites/2.20.0/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:130 { Doctrine\DBAL\Driver\PDO\Statement->execute($params = null): Result … ›try {
›$this->stmt->execute($params);
›} catch (PDOException $exception) {
} /var/www/sites/2.20.0/vendor/doctrine/dbal/src/Connection.php:1212 { Doctrine\DBAL\Connection->executeStatement($sql, array $params = [], array $types = []) … › ›return $stmt->execute()
›->rowCount();
} /var/www/sites/2.20.0/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:536 { Doctrine\ORM\Persisters\Entity\BasicEntityPersister->updateTable($entity, $quotedTableName, array $updateData, $versioned = false): void … › ›$result = $this->conn->executeStatement($sql, $params, $types);
› } /var/www/sites/2.20.0/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:422 { Doctrine\ORM\Persisters\Entity\BasicEntityPersister->update($entity) … › ›$this->updateTable($entity, $quotedTableName, $data, $isVersioned);
› } /var/www/sites/2.20.0/vendor/doctrine/orm/src/UnitOfWork.php:1278 { Doctrine\ORM\UnitOfWork->executeUpdates(): void … ›if (! empty($this->entityChangeSets[$oid])) {
›$persister->update($entity);
›}
} /var/www/sites/2.20.0/vendor/doctrine/orm/src/UnitOfWork.php:453 { Doctrine\ORM\UnitOfWork->commit($entity = null) … ›// Updates do not need to follow a particular order
›$this->executeUpdates();
›}
} /var/www/sites/2.20.0/vendor/doctrine/orm/src/EntityManager.php:414 { Doctrine\ORM\EntityManager->flush($entity = null) … › ›$this->unitOfWork->commit($entity);
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/resource-bundle/Manager/AbstractManager.php:321 { Nilead\ResourceBundle\Manager\AbstractManager->flush() … ›{
›$this->objectManager->flush();
› } /var/www/sites/2.20.0/vendor/nilead/Bundle/resource-bundle/Manager/AbstractManager.php:187 { Nilead\ResourceBundle\Manager\AbstractManager->save($object, $flush = false) … ›if (true === $flush) {
›$this->flush();
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/cart-bundle/Handler/CartHandler.php:394 { Nilead\CartBundle\Handler\CartHandler->update(CartInterface $cart, bool $flush = false): void … ›$cart->refresh();
›$this->cartManager->save($cart, $flush);
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/cart-bundle/Provider/CartProvider.php:112 { Nilead\CartBundle\Provider\CartProvider->getNewCart(?CartInterface $cart = null): CartInterface … ›// auto save new cart
›$this->cartHandler->update($newCart, true);
› } /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);
› } } } -sqlState: "40001" trace: { /var/www/sites/2.20.0/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:24 { Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self … › ›return new self($exception->getMessage(), $sqlState, $code, $exception);
›}
} /var/www/sites/2.20.0/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:132 { Doctrine\DBAL\Driver\PDO\Statement->execute($params = null): Result … ›} catch (PDOException $exception) {
›throw Exception::new($exception);
›}
} /var/www/sites/2.20.0/vendor/doctrine/dbal/src/Connection.php:1212 { Doctrine\DBAL\Connection->executeStatement($sql, array $params = [], array $types = []) … › ›return $stmt->execute()
›->rowCount();
} /var/www/sites/2.20.0/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:536 { Doctrine\ORM\Persisters\Entity\BasicEntityPersister->updateTable($entity, $quotedTableName, array $updateData, $versioned = false): void … › ›$result = $this->conn->executeStatement($sql, $params, $types);
› } /var/www/sites/2.20.0/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:422 { Doctrine\ORM\Persisters\Entity\BasicEntityPersister->update($entity) … › ›$this->updateTable($entity, $quotedTableName, $data, $isVersioned);
› } /var/www/sites/2.20.0/vendor/doctrine/orm/src/UnitOfWork.php:1278 { Doctrine\ORM\UnitOfWork->executeUpdates(): void … ›if (! empty($this->entityChangeSets[$oid])) {
›$persister->update($entity);
›}
} /var/www/sites/2.20.0/vendor/doctrine/orm/src/UnitOfWork.php:453 { Doctrine\ORM\UnitOfWork->commit($entity = null) … ›// Updates do not need to follow a particular order
›$this->executeUpdates();
›}
} /var/www/sites/2.20.0/vendor/doctrine/orm/src/EntityManager.php:414 { Doctrine\ORM\EntityManager->flush($entity = null) … › ›$this->unitOfWork->commit($entity);
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/resource-bundle/Manager/AbstractManager.php:321 { Nilead\ResourceBundle\Manager\AbstractManager->flush() … ›{
›$this->objectManager->flush();
› } /var/www/sites/2.20.0/vendor/nilead/Bundle/resource-bundle/Manager/AbstractManager.php:187 { Nilead\ResourceBundle\Manager\AbstractManager->save($object, $flush = false) … ›if (true === $flush) {
›$this->flush();
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/cart-bundle/Handler/CartHandler.php:394 { Nilead\CartBundle\Handler\CartHandler->update(CartInterface $cart, bool $flush = false): void … ›$cart->refresh();
›$this->cartManager->save($cart, $flush);
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/cart-bundle/Provider/CartProvider.php:112 { Nilead\CartBundle\Provider\CartProvider->getNewCart(?CartInterface $cart = null): CartInterface … ›// auto save new cart
›$this->cartHandler->update($newCart, true);
› } /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);
› } } } -query: Doctrine\DBAL\Query {#17832 -sql: "UPDATE ext_translations SET content = ? WHERE id = ?" -params: array:2 [ 0 => 4879 1 => 2871 ] -types: array:2 [ 0 => "text" 1 => "integer" ] } trace: { /var/www/sites/2.20.0/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:39 { Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException … ›case 1213:
›return new DeadlockException($exception, $query);
› } /var/www/sites/2.20.0/vendor/doctrine/dbal/src/Connection.php:1976 { Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException … ›$this->exceptionConverter ??= $this->_driver->getExceptionConverter();
›$exception = $this->exceptionConverter->convert($driverException, $query);
› } /var/www/sites/2.20.0/vendor/doctrine/dbal/src/Connection.php:1918 { Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException … ›): DriverException {
›return $this->handleDriverException($e, new Query($sql, $params, $types));
›}
} /var/www/sites/2.20.0/vendor/doctrine/dbal/src/Connection.php:1218 { Doctrine\DBAL\Connection->executeStatement($sql, array $params = [], array $types = []) … ›} catch (Driver\Exception $e) {
›throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);
›} finally {
} /var/www/sites/2.20.0/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:536 { Doctrine\ORM\Persisters\Entity\BasicEntityPersister->updateTable($entity, $quotedTableName, array $updateData, $versioned = false): void … › ›$result = $this->conn->executeStatement($sql, $params, $types);
› } /var/www/sites/2.20.0/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:422 { Doctrine\ORM\Persisters\Entity\BasicEntityPersister->update($entity) … › ›$this->updateTable($entity, $quotedTableName, $data, $isVersioned);
› } /var/www/sites/2.20.0/vendor/doctrine/orm/src/UnitOfWork.php:1278 { Doctrine\ORM\UnitOfWork->executeUpdates(): void … ›if (! empty($this->entityChangeSets[$oid])) {
›$persister->update($entity);
›}
} /var/www/sites/2.20.0/vendor/doctrine/orm/src/UnitOfWork.php:453 { Doctrine\ORM\UnitOfWork->commit($entity = null) … ›// Updates do not need to follow a particular order
›$this->executeUpdates();
›}
} /var/www/sites/2.20.0/vendor/doctrine/orm/src/EntityManager.php:414 { Doctrine\ORM\EntityManager->flush($entity = null) … › ›$this->unitOfWork->commit($entity);
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/resource-bundle/Manager/AbstractManager.php:321 { Nilead\ResourceBundle\Manager\AbstractManager->flush() … ›{
›$this->objectManager->flush();
› } /var/www/sites/2.20.0/vendor/nilead/Bundle/resource-bundle/Manager/AbstractManager.php:187 { Nilead\ResourceBundle\Manager\AbstractManager->save($object, $flush = false) … ›if (true === $flush) {
›$this->flush();
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/cart-bundle/Handler/CartHandler.php:394 { Nilead\CartBundle\Handler\CartHandler->update(CartInterface $cart, bool $flush = false): void … ›$cart->refresh();
›$this->cartManager->save($cart, $flush);
›}
} /var/www/sites/2.20.0/vendor/nilead/Bundle/cart-bundle/Provider/CartProvider.php:112 { Nilead\CartBundle\Provider\CartProvider->getNewCart(?CartInterface $cart = null): CartInterface … ›// auto save new cart
›$this->cartHandler->update($newCart, true);
› } /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);
› } } }
Dinh Shuffleboard Table is a statement in robust simplicity. Its straightforward lines parallel the structural clarity of Vietnamese modernist buildings, as well as the elemental patterns that exemplifies their distinct facades. An oak board varnished with lacquer coating delivers exacting performance, with the landing surface outfitted in hand-stitched leather. Climatic adjusters are integrated underneath the tabletop to accommodate different levels of game for both casual and competitive players.
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.
A standard shipping is made by express couriers within 2 working days to destinations in Italy, within 5 working days in Europe, within 6 working days for other destinations in the world.
You have the right to withdraw from the contract within 14 days from the order delivery, without giving any reason.
The cancellation period will expire after 14 days from the day on which the Customer acquires, or a third party other than the carrier and indicated by the Customer acquires, physical possession of the goods.
L279.5 W78 H78 cm
Copyright © 2021 District Eight Design. All rights reserved.
Powered by