Symfony Exception

PDOException PDOException TableNotFoundException

HTTP 500 Internal Server Error

An exception occurred while executing 'SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN ('baseinfo')' with params [1]:

SQLSTATE[HY000]: General error: 1 no such table: dtb_base_info

Exceptions 3

Doctrine\DBAL\Exception\ TableNotFoundException

  1.         ) {
  2.             return new Exception\NotNullConstraintViolationException($message$exception);
  3.         }
  4.         if (strpos($exception->getMessage(), 'no such table:') !== false) {
  5.             return new Exception\TableNotFoundException($message$exception);
  6.         }
  7.         if (strpos($exception->getMessage(), 'already exists') !== false) {
  8.             return new Exception\TableExistsException($message$exception);
  9.         }
AbstractSQLiteDriver->convertException('An exception occurred while executing \'SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')\' with params [1]:SQLSTATE[HY000]: General error: 1 no such table: dtb_base_info', object(PDOException)) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php (line 169)
  1.     {
  2.         if ($driverEx instanceof DriverException) {
  3.             return $driverEx;
  4.         }
  5.         if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DriverExceptionInterface) {
  6.             return $driver->convertException($msg$driverEx);
  7.         }
  8.         return new self($msg0$driverEx);
  9.     }
DBALException::wrapException(object(Driver), object(PDOException), 'An exception occurred while executing \'SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')\' with params [1]:SQLSTATE[HY000]: General error: 1 no such table: dtb_base_info') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php (line 145)
  1.         if ($params) {
  2.             $msg .= ' with params ' self::formatParameters($params);
  3.         }
  4.         $msg .= ":\n\n" $driverEx->getMessage();
  5.         return static::wrapException($driver$driverEx$msg);
  6.     }
  7.     /**
  8.      * @param Exception $driverEx
  9.      *
DBALException::driverExceptionDuringQuery(object(Driver), object(PDOException), 'SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')', array(1)) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php (line 913)
  1.                 }
  2.             } else {
  3.                 $stmt $this->_conn->query($query);
  4.             }
  5.         } catch (Throwable $ex) {
  6.             throw DBALException::driverExceptionDuringQuery($this->_driver$ex$query$this->resolveParams($params$types));
  7.         }
  8.         $stmt->setFetchMode($this->defaultFetchMode);
  9.         if ($logger) {
Connection->executeQuery('SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')', array(1), array('integer')) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php (line 718)
  1.     {
  2.         $this->switchPersisterContext(null$limit);
  3.         $sql $this->getSelectSQL($criteria$assoc$lockMode$limitnull$orderBy);
  4.         list($params$types) = $this->expandParameters($criteria);
  5.         $stmt $this->conn->executeQuery($sql$params$types);
  6.         if ($entity !== null) {
  7.             $hints[Query::HINT_REFRESH]         = true;
  8.             $hints[Query::HINT_REFRESH_ENTITY]  = $entity;
  9.         }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function loadById(array $identifier$entity null)
  5.     {
  6.         return $this->load($identifier$entity);
  7.     }
  8.     /**
  9.      * {@inheritdoc}
  10.      */
  1.             case LockMode::PESSIMISTIC_READ === $lockMode:
  2.             case LockMode::PESSIMISTIC_WRITE === $lockMode:
  3.                 return $persister->load($sortedIdnullnull, [], $lockMode);
  4.             default:
  5.                 return $persister->loadById($sortedId);
  6.         }
  7.     }
  8.     /**
  9.      * {@inheritDoc}
EntityManager->find('Eccube\\Entity\\BaseInfo', array(), null, null) in /home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/EntityManager_9a5be93.php (line 180)
  1.      */
  2.     public function find($entityName$id$lockMode null$lockVersion null)
  3.     {
  4.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'find', array('entityName' => $entityName'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  5.         return $this->valueHolder9a5be93->find($entityName$id$lockMode$lockVersion);
  6.     }
  7.     /**
  8.      * {@inheritDoc}
  9.      */
EntityManager_9a5be93->find('Eccube\\Entity\\BaseInfo', 1, null, null) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php (line 151)
  1.      *
  2.      * @return object|null The entity instance or NULL if the entity can not be found.
  3.      */
  4.     public function find($id$lockMode null$lockVersion null)
  5.     {
  6.         return $this->_em->find($this->_entityName$id$lockMode$lockVersion);
  7.     }
  8.     /**
  9.      * Finds all entities in the repository.
  10.      *
EntityRepository->find(1) in Eccube/Repository/BaseInfoRepository.php (line 44)
  1.      *
  2.      * @return BaseInfo
  3.      */
  4.     public function get($id 1)
  5.     {
  6.         $BaseInfo $this->find($id);
  7.         if (null === $BaseInfo) {
  8.             throw new \Exception('BaseInfo not found. id = '.$id);
  9.         }
BaseInfoRepository->get() in Eccube/Controller/ProductController.php (line 105)
  1.     ) {
  2.         $this->purchaseFlow $cartPurchaseFlow;
  3.         $this->customerFavoriteProductRepository $customerFavoriteProductRepository;
  4.         $this->cartService $cartService;
  5.         $this->productRepository $productRepository;
  6.         $this->BaseInfo $baseInfoRepository->get();
  7.         $this->helper $helper;
  8.         $this->productListMaxRepository $productListMaxRepository;
  9.     }
  10.     /**
ProductController->__construct(object(PurchaseFlow), object(CustomerFavoriteProductRepository), object(CartService_9dde17f), object(ProductRepository), object(BaseInfoRepository), object(AuthenticationUtils), object(ProductListMaxRepository)) in /home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/getProductController2Service.php (line 14)
  1. include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2. include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3. include_once $this->targetDirs[3].'/src/Eccube/Controller/AbstractController.php';
  4. include_once $this->targetDirs[3].'/src/Eccube/Controller/ProductController.php';
  5. $this->services['Eccube\\Controller\\ProductController'] = $instance = new \Eccube\Controller\ProductController(${($_ = isset($this->services['eccube.purchase.flow.cart']) ? $this->services['eccube.purchase.flow.cart'] : $this->load('getEccube_Purchase_Flow_CartService.php')) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Repository\\CustomerFavoriteProductRepository']) ? $this->services['Eccube\\Repository\\CustomerFavoriteProductRepository'] : $this->load('getCustomerFavoriteProductRepositoryService.php')) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Service\\CartService']) ? $this->services['Eccube\\Service\\CartService'] : $this->getCartServiceService()) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Repository\\ProductRepository']) ? $this->services['Eccube\\Repository\\ProductRepository'] : $this->getProductRepositoryService()) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Repository\\BaseInfoRepository']) ? $this->services['Eccube\\Repository\\BaseInfoRepository'] : $this->getBaseInfoRepositoryService()) && false ?: '_'}, ${($_ = isset($this->services['security.authentication_utils']) ? $this->services['security.authentication_utils'] : $this->load('getSecurity_AuthenticationUtilsService.php')) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Repository\\Master\\ProductListMaxRepository']) ? $this->services['Eccube\\Repository\\Master\\ProductListMaxRepository'] : $this->load('getProductListMaxRepositoryService.php')) && false ?: '_'});
  6. $instance->setEccubeConfig(${($_ = isset($this->services['Eccube\\Common\\EccubeConfig']) ? $this->services['Eccube\\Common\\EccubeConfig'] : ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))) && false ?: '_'});
  7. $instance->setEntityManager(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'});
  8. $instance->setTranslator(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  9. $instance->setSession(${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'});
require('/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/getProductController2Service.php') in /home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/EccubeInstallDebugProjectContainer.php (line 2161)
  1.         return true;
  2.     }
  3.     protected function load($file$lazyLoad true)
  4.     {
  5.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  6.     }
  7.     protected function createProxy($class, \Closure $factory)
  8.     {
  9.         class_exists($classfalse) || $this->load("{$class}.php");
EccubeInstallDebugProjectContainer->load('getProductController2Service.php') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/dependency-injection/Container.php (line 304)
  1.             $this->loading[$id] = true;
  2.             try {
  3.                 if (isset($this->fileMap[$id])) {
  4.                     return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ === $invalidBehavior null $this->load($this->fileMap[$id]);
  5.                 } elseif (isset($this->methodMap[$id])) {
  6.                     return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ === $invalidBehavior null $this->{$this->methodMap[$id]}();
  7.                 } elseif (--$i && $id !== $normalizedId $this->normalizeId($id)) {
  8.                     unset($this->loading[$id]);
  9.                     $id $normalizedId;
  1.      * {@inheritdoc}
  2.      */
  3.     protected function instantiateController($class)
  4.     {
  5.         if ($this->container->has($class)) {
  6.             return $this->container->get($class);
  7.         }
  8.         try {
  9.             return parent::instantiateController($class);
  10.         } catch (\ArgumentCountError $e) {
ContainerControllerResolver->instantiateController('Eccube\\Controller\\ProductController') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php (line 57)
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     protected function instantiateController($class)
  5.     {
  6.         return $this->configureController(parent::instantiateController($class));
  7.     }
  8.     private function configureController($controller)
  9.     {
  10.         if ($controller instanceof ContainerAwareInterface) {
ControllerResolver->instantiateController('Eccube\\Controller\\ProductController') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php (line 182)
  1.         if (!class_exists($class)) {
  2.             throw new \InvalidArgumentException(sprintf('Class "%s" does not exist.'$class));
  3.         }
  4.         $controller = [$this->instantiateController($class), $method];
  5.         if (!\is_callable($controller)) {
  6.             throw new \InvalidArgumentException($this->getControllerError($controller));
  7.         }
ControllerResolver->createController('Eccube\\Controller\\ProductController::detail') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php (line 63)
  1.      * @throws \InvalidArgumentException When the controller class does not exist
  2.      */
  3.     protected function createController($controller)
  4.     {
  5.         if (false !== strpos($controller'::')) {
  6.             return parent::createController($controller);
  7.         }
  8.         $method null;
  9.         if (== substr_count($controller':')) {
  10.             // controller in the "service:method" notation
ContainerControllerResolver->createController('Eccube\\Controller\\ProductController::detail') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php (line 43)
  1.         if (false === strpos($controller'::') && === substr_count($controller':')) {
  2.             // controller in the a:b:c notation then
  3.             $controller $this->parser->parse($controller);
  4.         }
  5.         $resolvedController parent::createController($controller);
  6.         if (=== substr_count($controller':') && \is_array($resolvedController)) {
  7.             $resolvedController[0] = $this->configureController($resolvedController[0]);
  8.         }
ControllerResolver->createController('Eccube\\Controller\\ProductController::detail') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php (line 89)
  1.                 return $controller;
  2.             }
  3.         }
  4.         try {
  5.             $callable $this->createController($controller);
  6.         } catch (\InvalidArgumentException $e) {
  7.             throw new \InvalidArgumentException(sprintf('The controller for URI "%s" is not callable: '$request->getPathInfo()).$e->getMessage(), 0$e);
  8.         }
  9.         return $callable;
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function getController(Request $request)
  5.     {
  6.         $controller parent::getController($request);
  7.         if (\is_array($controller) && isset($controller[0]) && \is_string($controller[0]) && $this->container->has($controller[0])) {
  8.             $controller[0] = $this->instantiateController($controller[0]);
  9.         }
  1.      */
  2.     public function getController(Request $request)
  3.     {
  4.         $e $this->stopwatch->start('controller.get_callable');
  5.         $ret $this->resolver->getController($request);
  6.         $e->stop();
  7.         return $ret;
  8.     }
TraceableControllerResolver->getController(object(Request)) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/HttpKernel.php (line 134)
  1.         if ($event->hasResponse()) {
  2.             return $this->filterResponse($event->getResponse(), $request$type);
  3.         }
  4.         // load controller
  5.         if (false === $controller $this->resolver->getController($request)) {
  6.             throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.'$request->getPathInfo()));
  7.         }
  8.         $event = new FilterControllerEvent($this$controller$request$type);
  9.         $this->dispatcher->dispatch(KernelEvents::CONTROLLER$event);
HttpKernel->handleRaw(object(Request), 1) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/HttpKernel.php (line 68)
  1.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
HttpKernel->handle(object(Request), 1, true) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Kernel.php (line 200)
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in /home/bar-maduro/www/bar-maduro-takeout.com/index.php (line 76)
  1.         return;
  2.     }
  3. }
  4. $kernel = new Kernel($env$debug);
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Doctrine\DBAL\Driver\ PDOException

SQLSTATE[HY000]: General error: 1 no such table: dtb_base_info

  1.     public function prepare($prepareString$driverOptions = [])
  2.     {
  3.         try {
  4.             return parent::prepare($prepareString$driverOptions);
  5.         } catch (\PDOException $exception) {
  6.             throw new PDOException($exception);
  7.         }
  8.     }
  9.     /**
  10.      * {@inheritdoc}
PDOConnection->prepare('SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php (line 902)
  1.         try {
  2.             if ($params) {
  3.                 [$query$params$types] = SQLParserUtils::expandListParameters($query$params$types);
  4.                 $stmt $this->_conn->prepare($query);
  5.                 if ($types) {
  6.                     $this->_bindTypedValues($stmt$params$types);
  7.                     $stmt->execute();
  8.                 } else {
  9.                     $stmt->execute($params);
Connection->executeQuery('SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')', array(1), array('integer')) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php (line 718)
  1.     {
  2.         $this->switchPersisterContext(null$limit);
  3.         $sql $this->getSelectSQL($criteria$assoc$lockMode$limitnull$orderBy);
  4.         list($params$types) = $this->expandParameters($criteria);
  5.         $stmt $this->conn->executeQuery($sql$params$types);
  6.         if ($entity !== null) {
  7.             $hints[Query::HINT_REFRESH]         = true;
  8.             $hints[Query::HINT_REFRESH_ENTITY]  = $entity;
  9.         }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function loadById(array $identifier$entity null)
  5.     {
  6.         return $this->load($identifier$entity);
  7.     }
  8.     /**
  9.      * {@inheritdoc}
  10.      */
  1.             case LockMode::PESSIMISTIC_READ === $lockMode:
  2.             case LockMode::PESSIMISTIC_WRITE === $lockMode:
  3.                 return $persister->load($sortedIdnullnull, [], $lockMode);
  4.             default:
  5.                 return $persister->loadById($sortedId);
  6.         }
  7.     }
  8.     /**
  9.      * {@inheritDoc}
EntityManager->find('Eccube\\Entity\\BaseInfo', array(), null, null) in /home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/EntityManager_9a5be93.php (line 180)
  1.      */
  2.     public function find($entityName$id$lockMode null$lockVersion null)
  3.     {
  4.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'find', array('entityName' => $entityName'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  5.         return $this->valueHolder9a5be93->find($entityName$id$lockMode$lockVersion);
  6.     }
  7.     /**
  8.      * {@inheritDoc}
  9.      */
EntityManager_9a5be93->find('Eccube\\Entity\\BaseInfo', 1, null, null) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php (line 151)
  1.      *
  2.      * @return object|null The entity instance or NULL if the entity can not be found.
  3.      */
  4.     public function find($id$lockMode null$lockVersion null)
  5.     {
  6.         return $this->_em->find($this->_entityName$id$lockMode$lockVersion);
  7.     }
  8.     /**
  9.      * Finds all entities in the repository.
  10.      *
EntityRepository->find(1) in Eccube/Repository/BaseInfoRepository.php (line 44)
  1.      *
  2.      * @return BaseInfo
  3.      */
  4.     public function get($id 1)
  5.     {
  6.         $BaseInfo $this->find($id);
  7.         if (null === $BaseInfo) {
  8.             throw new \Exception('BaseInfo not found. id = '.$id);
  9.         }
BaseInfoRepository->get() in Eccube/Controller/ProductController.php (line 105)
  1.     ) {
  2.         $this->purchaseFlow $cartPurchaseFlow;
  3.         $this->customerFavoriteProductRepository $customerFavoriteProductRepository;
  4.         $this->cartService $cartService;
  5.         $this->productRepository $productRepository;
  6.         $this->BaseInfo $baseInfoRepository->get();
  7.         $this->helper $helper;
  8.         $this->productListMaxRepository $productListMaxRepository;
  9.     }
  10.     /**
ProductController->__construct(object(PurchaseFlow), object(CustomerFavoriteProductRepository), object(CartService_9dde17f), object(ProductRepository), object(BaseInfoRepository), object(AuthenticationUtils), object(ProductListMaxRepository)) in /home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/getProductController2Service.php (line 14)
  1. include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2. include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3. include_once $this->targetDirs[3].'/src/Eccube/Controller/AbstractController.php';
  4. include_once $this->targetDirs[3].'/src/Eccube/Controller/ProductController.php';
  5. $this->services['Eccube\\Controller\\ProductController'] = $instance = new \Eccube\Controller\ProductController(${($_ = isset($this->services['eccube.purchase.flow.cart']) ? $this->services['eccube.purchase.flow.cart'] : $this->load('getEccube_Purchase_Flow_CartService.php')) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Repository\\CustomerFavoriteProductRepository']) ? $this->services['Eccube\\Repository\\CustomerFavoriteProductRepository'] : $this->load('getCustomerFavoriteProductRepositoryService.php')) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Service\\CartService']) ? $this->services['Eccube\\Service\\CartService'] : $this->getCartServiceService()) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Repository\\ProductRepository']) ? $this->services['Eccube\\Repository\\ProductRepository'] : $this->getProductRepositoryService()) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Repository\\BaseInfoRepository']) ? $this->services['Eccube\\Repository\\BaseInfoRepository'] : $this->getBaseInfoRepositoryService()) && false ?: '_'}, ${($_ = isset($this->services['security.authentication_utils']) ? $this->services['security.authentication_utils'] : $this->load('getSecurity_AuthenticationUtilsService.php')) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Repository\\Master\\ProductListMaxRepository']) ? $this->services['Eccube\\Repository\\Master\\ProductListMaxRepository'] : $this->load('getProductListMaxRepositoryService.php')) && false ?: '_'});
  6. $instance->setEccubeConfig(${($_ = isset($this->services['Eccube\\Common\\EccubeConfig']) ? $this->services['Eccube\\Common\\EccubeConfig'] : ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))) && false ?: '_'});
  7. $instance->setEntityManager(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'});
  8. $instance->setTranslator(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  9. $instance->setSession(${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'});
require('/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/getProductController2Service.php') in /home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/EccubeInstallDebugProjectContainer.php (line 2161)
  1.         return true;
  2.     }
  3.     protected function load($file$lazyLoad true)
  4.     {
  5.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  6.     }
  7.     protected function createProxy($class, \Closure $factory)
  8.     {
  9.         class_exists($classfalse) || $this->load("{$class}.php");
EccubeInstallDebugProjectContainer->load('getProductController2Service.php') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/dependency-injection/Container.php (line 304)
  1.             $this->loading[$id] = true;
  2.             try {
  3.                 if (isset($this->fileMap[$id])) {
  4.                     return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ === $invalidBehavior null $this->load($this->fileMap[$id]);
  5.                 } elseif (isset($this->methodMap[$id])) {
  6.                     return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ === $invalidBehavior null $this->{$this->methodMap[$id]}();
  7.                 } elseif (--$i && $id !== $normalizedId $this->normalizeId($id)) {
  8.                     unset($this->loading[$id]);
  9.                     $id $normalizedId;
  1.      * {@inheritdoc}
  2.      */
  3.     protected function instantiateController($class)
  4.     {
  5.         if ($this->container->has($class)) {
  6.             return $this->container->get($class);
  7.         }
  8.         try {
  9.             return parent::instantiateController($class);
  10.         } catch (\ArgumentCountError $e) {
ContainerControllerResolver->instantiateController('Eccube\\Controller\\ProductController') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php (line 57)
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     protected function instantiateController($class)
  5.     {
  6.         return $this->configureController(parent::instantiateController($class));
  7.     }
  8.     private function configureController($controller)
  9.     {
  10.         if ($controller instanceof ContainerAwareInterface) {
ControllerResolver->instantiateController('Eccube\\Controller\\ProductController') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php (line 182)
  1.         if (!class_exists($class)) {
  2.             throw new \InvalidArgumentException(sprintf('Class "%s" does not exist.'$class));
  3.         }
  4.         $controller = [$this->instantiateController($class), $method];
  5.         if (!\is_callable($controller)) {
  6.             throw new \InvalidArgumentException($this->getControllerError($controller));
  7.         }
ControllerResolver->createController('Eccube\\Controller\\ProductController::detail') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php (line 63)
  1.      * @throws \InvalidArgumentException When the controller class does not exist
  2.      */
  3.     protected function createController($controller)
  4.     {
  5.         if (false !== strpos($controller'::')) {
  6.             return parent::createController($controller);
  7.         }
  8.         $method null;
  9.         if (== substr_count($controller':')) {
  10.             // controller in the "service:method" notation
ContainerControllerResolver->createController('Eccube\\Controller\\ProductController::detail') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php (line 43)
  1.         if (false === strpos($controller'::') && === substr_count($controller':')) {
  2.             // controller in the a:b:c notation then
  3.             $controller $this->parser->parse($controller);
  4.         }
  5.         $resolvedController parent::createController($controller);
  6.         if (=== substr_count($controller':') && \is_array($resolvedController)) {
  7.             $resolvedController[0] = $this->configureController($resolvedController[0]);
  8.         }
ControllerResolver->createController('Eccube\\Controller\\ProductController::detail') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php (line 89)
  1.                 return $controller;
  2.             }
  3.         }
  4.         try {
  5.             $callable $this->createController($controller);
  6.         } catch (\InvalidArgumentException $e) {
  7.             throw new \InvalidArgumentException(sprintf('The controller for URI "%s" is not callable: '$request->getPathInfo()).$e->getMessage(), 0$e);
  8.         }
  9.         return $callable;
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function getController(Request $request)
  5.     {
  6.         $controller parent::getController($request);
  7.         if (\is_array($controller) && isset($controller[0]) && \is_string($controller[0]) && $this->container->has($controller[0])) {
  8.             $controller[0] = $this->instantiateController($controller[0]);
  9.         }
  1.      */
  2.     public function getController(Request $request)
  3.     {
  4.         $e $this->stopwatch->start('controller.get_callable');
  5.         $ret $this->resolver->getController($request);
  6.         $e->stop();
  7.         return $ret;
  8.     }
TraceableControllerResolver->getController(object(Request)) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/HttpKernel.php (line 134)
  1.         if ($event->hasResponse()) {
  2.             return $this->filterResponse($event->getResponse(), $request$type);
  3.         }
  4.         // load controller
  5.         if (false === $controller $this->resolver->getController($request)) {
  6.             throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.'$request->getPathInfo()));
  7.         }
  8.         $event = new FilterControllerEvent($this$controller$request$type);
  9.         $this->dispatcher->dispatch(KernelEvents::CONTROLLER$event);
HttpKernel->handleRaw(object(Request), 1) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/HttpKernel.php (line 68)
  1.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
HttpKernel->handle(object(Request), 1, true) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Kernel.php (line 200)
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in /home/bar-maduro/www/bar-maduro-takeout.com/index.php (line 76)
  1.         return;
  2.     }
  3. }
  4. $kernel = new Kernel($env$debug);
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

PDOException

SQLSTATE[HY000]: General error: 1 no such table: dtb_base_info

  1.      * {@inheritdoc}
  2.      */
  3.     public function prepare($prepareString$driverOptions = [])
  4.     {
  5.         try {
  6.             return parent::prepare($prepareString$driverOptions);
  7.         } catch (\PDOException $exception) {
  8.             throw new PDOException($exception);
  9.         }
  10.     }
PDO->prepare('SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')', array()) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php (line 61)
  1.      * {@inheritdoc}
  2.      */
  3.     public function prepare($prepareString$driverOptions = [])
  4.     {
  5.         try {
  6.             return parent::prepare($prepareString$driverOptions);
  7.         } catch (\PDOException $exception) {
  8.             throw new PDOException($exception);
  9.         }
  10.     }
PDOConnection->prepare('SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php (line 902)
  1.         try {
  2.             if ($params) {
  3.                 [$query$params$types] = SQLParserUtils::expandListParameters($query$params$types);
  4.                 $stmt $this->_conn->prepare($query);
  5.                 if ($types) {
  6.                     $this->_bindTypedValues($stmt$params$types);
  7.                     $stmt->execute();
  8.                 } else {
  9.                     $stmt->execute($params);
Connection->executeQuery('SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')', array(1), array('integer')) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php (line 718)
  1.     {
  2.         $this->switchPersisterContext(null$limit);
  3.         $sql $this->getSelectSQL($criteria$assoc$lockMode$limitnull$orderBy);
  4.         list($params$types) = $this->expandParameters($criteria);
  5.         $stmt $this->conn->executeQuery($sql$params$types);
  6.         if ($entity !== null) {
  7.             $hints[Query::HINT_REFRESH]         = true;
  8.             $hints[Query::HINT_REFRESH_ENTITY]  = $entity;
  9.         }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function loadById(array $identifier$entity null)
  5.     {
  6.         return $this->load($identifier$entity);
  7.     }
  8.     /**
  9.      * {@inheritdoc}
  10.      */
  1.             case LockMode::PESSIMISTIC_READ === $lockMode:
  2.             case LockMode::PESSIMISTIC_WRITE === $lockMode:
  3.                 return $persister->load($sortedIdnullnull, [], $lockMode);
  4.             default:
  5.                 return $persister->loadById($sortedId);
  6.         }
  7.     }
  8.     /**
  9.      * {@inheritDoc}
EntityManager->find('Eccube\\Entity\\BaseInfo', array(), null, null) in /home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/EntityManager_9a5be93.php (line 180)
  1.      */
  2.     public function find($entityName$id$lockMode null$lockVersion null)
  3.     {
  4.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'find', array('entityName' => $entityName'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  5.         return $this->valueHolder9a5be93->find($entityName$id$lockMode$lockVersion);
  6.     }
  7.     /**
  8.      * {@inheritDoc}
  9.      */
EntityManager_9a5be93->find('Eccube\\Entity\\BaseInfo', 1, null, null) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php (line 151)
  1.      *
  2.      * @return object|null The entity instance or NULL if the entity can not be found.
  3.      */
  4.     public function find($id$lockMode null$lockVersion null)
  5.     {
  6.         return $this->_em->find($this->_entityName$id$lockMode$lockVersion);
  7.     }
  8.     /**
  9.      * Finds all entities in the repository.
  10.      *
EntityRepository->find(1) in Eccube/Repository/BaseInfoRepository.php (line 44)
  1.      *
  2.      * @return BaseInfo
  3.      */
  4.     public function get($id 1)
  5.     {
  6.         $BaseInfo $this->find($id);
  7.         if (null === $BaseInfo) {
  8.             throw new \Exception('BaseInfo not found. id = '.$id);
  9.         }
BaseInfoRepository->get() in Eccube/Controller/ProductController.php (line 105)
  1.     ) {
  2.         $this->purchaseFlow $cartPurchaseFlow;
  3.         $this->customerFavoriteProductRepository $customerFavoriteProductRepository;
  4.         $this->cartService $cartService;
  5.         $this->productRepository $productRepository;
  6.         $this->BaseInfo $baseInfoRepository->get();
  7.         $this->helper $helper;
  8.         $this->productListMaxRepository $productListMaxRepository;
  9.     }
  10.     /**
ProductController->__construct(object(PurchaseFlow), object(CustomerFavoriteProductRepository), object(CartService_9dde17f), object(ProductRepository), object(BaseInfoRepository), object(AuthenticationUtils), object(ProductListMaxRepository)) in /home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/getProductController2Service.php (line 14)
  1. include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2. include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/Controller.php';
  3. include_once $this->targetDirs[3].'/src/Eccube/Controller/AbstractController.php';
  4. include_once $this->targetDirs[3].'/src/Eccube/Controller/ProductController.php';
  5. $this->services['Eccube\\Controller\\ProductController'] = $instance = new \Eccube\Controller\ProductController(${($_ = isset($this->services['eccube.purchase.flow.cart']) ? $this->services['eccube.purchase.flow.cart'] : $this->load('getEccube_Purchase_Flow_CartService.php')) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Repository\\CustomerFavoriteProductRepository']) ? $this->services['Eccube\\Repository\\CustomerFavoriteProductRepository'] : $this->load('getCustomerFavoriteProductRepositoryService.php')) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Service\\CartService']) ? $this->services['Eccube\\Service\\CartService'] : $this->getCartServiceService()) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Repository\\ProductRepository']) ? $this->services['Eccube\\Repository\\ProductRepository'] : $this->getProductRepositoryService()) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Repository\\BaseInfoRepository']) ? $this->services['Eccube\\Repository\\BaseInfoRepository'] : $this->getBaseInfoRepositoryService()) && false ?: '_'}, ${($_ = isset($this->services['security.authentication_utils']) ? $this->services['security.authentication_utils'] : $this->load('getSecurity_AuthenticationUtilsService.php')) && false ?: '_'}, ${($_ = isset($this->services['Eccube\\Repository\\Master\\ProductListMaxRepository']) ? $this->services['Eccube\\Repository\\Master\\ProductListMaxRepository'] : $this->load('getProductListMaxRepositoryService.php')) && false ?: '_'});
  6. $instance->setEccubeConfig(${($_ = isset($this->services['Eccube\\Common\\EccubeConfig']) ? $this->services['Eccube\\Common\\EccubeConfig'] : ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))) && false ?: '_'});
  7. $instance->setEntityManager(${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'});
  8. $instance->setTranslator(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  9. $instance->setSession(${($_ = isset($this->services['session']) ? $this->services['session'] : $this->getSessionService()) && false ?: '_'});
require('/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/getProductController2Service.php') in /home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/EccubeInstallDebugProjectContainer.php (line 2161)
  1.         return true;
  2.     }
  3.     protected function load($file$lazyLoad true)
  4.     {
  5.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  6.     }
  7.     protected function createProxy($class, \Closure $factory)
  8.     {
  9.         class_exists($classfalse) || $this->load("{$class}.php");
EccubeInstallDebugProjectContainer->load('getProductController2Service.php') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/dependency-injection/Container.php (line 304)
  1.             $this->loading[$id] = true;
  2.             try {
  3.                 if (isset($this->fileMap[$id])) {
  4.                     return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ === $invalidBehavior null $this->load($this->fileMap[$id]);
  5.                 } elseif (isset($this->methodMap[$id])) {
  6.                     return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ === $invalidBehavior null $this->{$this->methodMap[$id]}();
  7.                 } elseif (--$i && $id !== $normalizedId $this->normalizeId($id)) {
  8.                     unset($this->loading[$id]);
  9.                     $id $normalizedId;
  1.      * {@inheritdoc}
  2.      */
  3.     protected function instantiateController($class)
  4.     {
  5.         if ($this->container->has($class)) {
  6.             return $this->container->get($class);
  7.         }
  8.         try {
  9.             return parent::instantiateController($class);
  10.         } catch (\ArgumentCountError $e) {
ContainerControllerResolver->instantiateController('Eccube\\Controller\\ProductController') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php (line 57)
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     protected function instantiateController($class)
  5.     {
  6.         return $this->configureController(parent::instantiateController($class));
  7.     }
  8.     private function configureController($controller)
  9.     {
  10.         if ($controller instanceof ContainerAwareInterface) {
ControllerResolver->instantiateController('Eccube\\Controller\\ProductController') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php (line 182)
  1.         if (!class_exists($class)) {
  2.             throw new \InvalidArgumentException(sprintf('Class "%s" does not exist.'$class));
  3.         }
  4.         $controller = [$this->instantiateController($class), $method];
  5.         if (!\is_callable($controller)) {
  6.             throw new \InvalidArgumentException($this->getControllerError($controller));
  7.         }
ControllerResolver->createController('Eccube\\Controller\\ProductController::detail') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php (line 63)
  1.      * @throws \InvalidArgumentException When the controller class does not exist
  2.      */
  3.     protected function createController($controller)
  4.     {
  5.         if (false !== strpos($controller'::')) {
  6.             return parent::createController($controller);
  7.         }
  8.         $method null;
  9.         if (== substr_count($controller':')) {
  10.             // controller in the "service:method" notation
ContainerControllerResolver->createController('Eccube\\Controller\\ProductController::detail') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php (line 43)
  1.         if (false === strpos($controller'::') && === substr_count($controller':')) {
  2.             // controller in the a:b:c notation then
  3.             $controller $this->parser->parse($controller);
  4.         }
  5.         $resolvedController parent::createController($controller);
  6.         if (=== substr_count($controller':') && \is_array($resolvedController)) {
  7.             $resolvedController[0] = $this->configureController($resolvedController[0]);
  8.         }
ControllerResolver->createController('Eccube\\Controller\\ProductController::detail') in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php (line 89)
  1.                 return $controller;
  2.             }
  3.         }
  4.         try {
  5.             $callable $this->createController($controller);
  6.         } catch (\InvalidArgumentException $e) {
  7.             throw new \InvalidArgumentException(sprintf('The controller for URI "%s" is not callable: '$request->getPathInfo()).$e->getMessage(), 0$e);
  8.         }
  9.         return $callable;
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function getController(Request $request)
  5.     {
  6.         $controller parent::getController($request);
  7.         if (\is_array($controller) && isset($controller[0]) && \is_string($controller[0]) && $this->container->has($controller[0])) {
  8.             $controller[0] = $this->instantiateController($controller[0]);
  9.         }
  1.      */
  2.     public function getController(Request $request)
  3.     {
  4.         $e $this->stopwatch->start('controller.get_callable');
  5.         $ret $this->resolver->getController($request);
  6.         $e->stop();
  7.         return $ret;
  8.     }
TraceableControllerResolver->getController(object(Request)) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/HttpKernel.php (line 134)
  1.         if ($event->hasResponse()) {
  2.             return $this->filterResponse($event->getResponse(), $request$type);
  3.         }
  4.         // load controller
  5.         if (false === $controller $this->resolver->getController($request)) {
  6.             throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.'$request->getPathInfo()));
  7.         }
  8.         $event = new FilterControllerEvent($this$controller$request$type);
  9.         $this->dispatcher->dispatch(KernelEvents::CONTROLLER$event);
HttpKernel->handleRaw(object(Request), 1) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/HttpKernel.php (line 68)
  1.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
HttpKernel->handle(object(Request), 1, true) in /home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Kernel.php (line 200)
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in /home/bar-maduro/www/bar-maduro-takeout.com/index.php (line 76)
  1.         return;
  2.     }
  3. }
  4. $kernel = new Kernel($env$debug);
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Logs 1

Level Channel Message
INFO 02:29:47 request Matched route "product_detail".
INFO 02:29:47 php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
INFO 02:29:47 php User Deprecated: The type "datetime" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "Eccube\Doctrine\DBAL\Types\UTCDateTimeType::requiresSQLCommentHint()."
INFO 02:29:47 php User Deprecated: The type "datetimetz" was implicitly marked as commented due to the configuration. This is deprecated and will be removed in DoctrineBundle 2.0. Either set the "commented" attribute in the configuration to "false" or mark the type as commented in "Eccube\Doctrine\DBAL\Types\UTCDateTimeTzType::requiresSQLCommentHint()."
INFO 02:29:47 security Populated the TokenStorage with an anonymous Token.
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
DEBUG 02:29:47 doctrine SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN ('baseinfo')
INFO 02:29:47 php User Deprecated: The "base_template_class" option on Twig\Environment is deprecated since Twig 2.7.0.
CRITICAL 02:29:47 request Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN ('baseinfo')' with params [1]: SQLSTATE[HY000]: General error: 1 no such table: dtb_base_info" at /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php line 43
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Bridge\Monolog\Processor\WebProcessor::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "SunCat\MobileDetectBundle\EventListener\RequestResponseListener::handleRequest".
DEBUG 02:29:47 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
DEBUG 02:29:47 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
DEBUG 02:29:47 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController".
DEBUG 02:29:47 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
DEBUG 02:29:47 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
DEBUG 02:29:47 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
DEBUG 02:29:47 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
DEBUG 02:29:47 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
DEBUG 02:29:47 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".

Stack Traces 3

[3/3] TableNotFoundException

Doctrine\DBAL\Exception\TableNotFoundException:
An exception occurred while executing 'SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN ('baseinfo')' with params [1]:

SQLSTATE[HY000]: General error: 1 no such table: dtb_base_info

  at /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php:43
  at Doctrine\DBAL\Driver\AbstractSQLiteDriver->convertException('An exception occurred while executing \'SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')\' with params [1]:SQLSTATE[HY000]: General error: 1 no such table: dtb_base_info', object(PDOException))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169)
  at Doctrine\DBAL\DBALException::wrapException(object(Driver), object(PDOException), 'An exception occurred while executing \'SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')\' with params [1]:SQLSTATE[HY000]: General error: 1 no such table: dtb_base_info')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:145)
  at Doctrine\DBAL\DBALException::driverExceptionDuringQuery(object(Driver), object(PDOException), 'SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')', array(1))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:913)
  at Doctrine\DBAL\Connection->executeQuery('SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')', array(1), array('integer'))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:718)
  at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array('id' => 1), null)
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:736)
  at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array('id' => 1))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:469)
  at Doctrine\ORM\EntityManager->find('Eccube\\Entity\\BaseInfo', array(), null, null)
     (/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/EntityManager_9a5be93.php:180)
  at EntityManager_9a5be93->find('Eccube\\Entity\\BaseInfo', 1, null, null)
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:151)
  at Doctrine\ORM\EntityRepository->find(1)
     (Eccube/Repository/BaseInfoRepository.php:44)
  at Eccube\Repository\BaseInfoRepository->get()
     (Eccube/Controller/ProductController.php:105)
  at Eccube\Controller\ProductController->__construct(object(PurchaseFlow), object(CustomerFavoriteProductRepository), object(CartService_9dde17f), object(ProductRepository), object(BaseInfoRepository), object(AuthenticationUtils), object(ProductListMaxRepository))
     (/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/getProductController2Service.php:14)
  at require('/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/getProductController2Service.php')
     (/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/EccubeInstallDebugProjectContainer.php:2161)
  at ContainerDfcgzwn\EccubeInstallDebugProjectContainer->load('getProductController2Service.php')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/dependency-injection/Container.php:304)
  at Symfony\Component\DependencyInjection\Container->get('Eccube\\Controller\\ProductController')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:96)
  at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController('Eccube\\Controller\\ProductController')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:57)
  at Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController('Eccube\\Controller\\ProductController')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:182)
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->createController('Eccube\\Controller\\ProductController::detail')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:63)
  at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController('Eccube\\Controller\\ProductController::detail')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:43)
  at Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController('Eccube\\Controller\\ProductController::detail')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:89)
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(object(Request))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:41)
  at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->getController(object(Request))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:49)
  at Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(object(Request))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/HttpKernel.php:134)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/HttpKernel.php:68)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Kernel.php:200)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (/home/bar-maduro/www/bar-maduro-takeout.com/index.php:76)

                                

[2/3] PDOException

Doctrine\DBAL\Driver\PDOException:
SQLSTATE[HY000]: General error: 1 no such table: dtb_base_info

  at /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:63
  at Doctrine\DBAL\Driver\PDOConnection->prepare('SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:902)
  at Doctrine\DBAL\Connection->executeQuery('SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')', array(1), array('integer'))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:718)
  at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array('id' => 1), null)
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:736)
  at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array('id' => 1))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:469)
  at Doctrine\ORM\EntityManager->find('Eccube\\Entity\\BaseInfo', array(), null, null)
     (/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/EntityManager_9a5be93.php:180)
  at EntityManager_9a5be93->find('Eccube\\Entity\\BaseInfo', 1, null, null)
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:151)
  at Doctrine\ORM\EntityRepository->find(1)
     (Eccube/Repository/BaseInfoRepository.php:44)
  at Eccube\Repository\BaseInfoRepository->get()
     (Eccube/Controller/ProductController.php:105)
  at Eccube\Controller\ProductController->__construct(object(PurchaseFlow), object(CustomerFavoriteProductRepository), object(CartService_9dde17f), object(ProductRepository), object(BaseInfoRepository), object(AuthenticationUtils), object(ProductListMaxRepository))
     (/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/getProductController2Service.php:14)
  at require('/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/getProductController2Service.php')
     (/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/EccubeInstallDebugProjectContainer.php:2161)
  at ContainerDfcgzwn\EccubeInstallDebugProjectContainer->load('getProductController2Service.php')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/dependency-injection/Container.php:304)
  at Symfony\Component\DependencyInjection\Container->get('Eccube\\Controller\\ProductController')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:96)
  at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController('Eccube\\Controller\\ProductController')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:57)
  at Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController('Eccube\\Controller\\ProductController')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:182)
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->createController('Eccube\\Controller\\ProductController::detail')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:63)
  at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController('Eccube\\Controller\\ProductController::detail')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:43)
  at Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController('Eccube\\Controller\\ProductController::detail')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:89)
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(object(Request))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:41)
  at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->getController(object(Request))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:49)
  at Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(object(Request))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/HttpKernel.php:134)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/HttpKernel.php:68)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Kernel.php:200)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (/home/bar-maduro/www/bar-maduro-takeout.com/index.php:76)

                                

[1/3] PDOException

PDOException:
SQLSTATE[HY000]: General error: 1 no such table: dtb_base_info

  at /home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:61
  at PDO->prepare('SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')', array())
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:61)
  at Doctrine\DBAL\Driver\PDOConnection->prepare('SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:902)
  at Doctrine\DBAL\Connection->executeQuery('SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_kana AS company_kana_3, t0.postal_code AS postal_code_4, t0.addr01 AS addr01_5, t0.addr02 AS addr02_6, t0.phone_number AS phone_number_7, t0.business_hour AS business_hour_8, t0.email01 AS email01_9, t0.email02 AS email02_10, t0.email03 AS email03_11, t0.email04 AS email04_12, t0.shop_name AS shop_name_13, t0.shop_kana AS shop_kana_14, t0.shop_name_eng AS shop_name_eng_15, t0.update_date AS update_date_16, t0.good_traded AS good_traded_17, t0.message AS message_18, t0.delivery_free_amount AS delivery_free_amount_19, t0.delivery_free_quantity AS delivery_free_quantity_20, t0.option_mypage_order_status_display AS option_mypage_order_status_display_21, t0.option_nostock_hidden AS option_nostock_hidden_22, t0.option_favorite_product AS option_favorite_product_23, t0.option_product_delivery_fee AS option_product_delivery_fee_24, t0.option_product_tax_rule AS option_product_tax_rule_25, t0.option_customer_activate AS option_customer_activate_26, t0.option_remember_me AS option_remember_me_27, t0.authentication_key AS authentication_key_28, t0.php_path AS php_path_29, t0.option_point AS option_point_30, t0.basic_point_rate AS basic_point_rate_31, t0.point_conversion_rate AS point_conversion_rate_32, t0.country_id AS country_id_33, t0.pref_id AS pref_id_34, t0.discriminator_type FROM dtb_base_info t0 WHERE t0.id = ? AND t0.discriminator_type IN (\'baseinfo\')', array(1), array('integer'))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:718)
  at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array('id' => 1), null)
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:736)
  at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array('id' => 1))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:469)
  at Doctrine\ORM\EntityManager->find('Eccube\\Entity\\BaseInfo', array(), null, null)
     (/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/EntityManager_9a5be93.php:180)
  at EntityManager_9a5be93->find('Eccube\\Entity\\BaseInfo', 1, null, null)
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:151)
  at Doctrine\ORM\EntityRepository->find(1)
     (Eccube/Repository/BaseInfoRepository.php:44)
  at Eccube\Repository\BaseInfoRepository->get()
     (Eccube/Controller/ProductController.php:105)
  at Eccube\Controller\ProductController->__construct(object(PurchaseFlow), object(CustomerFavoriteProductRepository), object(CartService_9dde17f), object(ProductRepository), object(BaseInfoRepository), object(AuthenticationUtils), object(ProductListMaxRepository))
     (/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/getProductController2Service.php:14)
  at require('/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/getProductController2Service.php')
     (/home/bar-maduro/www/bar-maduro-takeout.com/var/cache/install/ContainerDfcgzwn/EccubeInstallDebugProjectContainer.php:2161)
  at ContainerDfcgzwn\EccubeInstallDebugProjectContainer->load('getProductController2Service.php')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/dependency-injection/Container.php:304)
  at Symfony\Component\DependencyInjection\Container->get('Eccube\\Controller\\ProductController')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:96)
  at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController('Eccube\\Controller\\ProductController')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:57)
  at Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController('Eccube\\Controller\\ProductController')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:182)
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->createController('Eccube\\Controller\\ProductController::detail')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:63)
  at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController('Eccube\\Controller\\ProductController::detail')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:43)
  at Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->createController('Eccube\\Controller\\ProductController::detail')
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ControllerResolver.php:89)
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(object(Request))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:41)
  at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->getController(object(Request))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:49)
  at Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(object(Request))
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/HttpKernel.php:134)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/HttpKernel.php:68)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (/home/bar-maduro/www/bar-maduro-takeout.com/vendor/symfony/http-kernel/Kernel.php:200)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (/home/bar-maduro/www/bar-maduro-takeout.com/index.php:76)