http://s61.captusite.cloud/

Exceptions

An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rank' in 'field list'

Exceptions 3

Doctrine\DBAL\Exception\ InvalidFieldNameException

  1.                 return new UniqueConstraintViolationException($exception$query);
  2.             case 1054:
  3.             case 1166:
  4.             case 1611:
  5.                 return new InvalidFieldNameException($exception$query);
  6.             case 1052:
  7.             case 1060:
  8.             case 1110:
  9.                 return new NonUniqueFieldNameException($exception$query);
  1.     private function handleDriverException(
  2.         Driver\Exception $driverException,
  3.         ?Query $query
  4.     ): DriverException {
  5.         $this->exceptionConverter ??= $this->_driver->getExceptionConverter();
  6.         $exception                  $this->exceptionConverter->convert($driverException$query);
  7.         if ($exception instanceof ConnectionLost) {
  8.             $this->close();
  9.         }
in vendor/doctrine/dbal/src/Connection.php -> handleDriverException (line 1850)
  1.         Driver\Exception $e,
  2.         string $sql,
  3.         array $params = [],
  4.         array $types = []
  5.     ): DriverException {
  6.         return $this->handleDriverException($e, new Query($sql$params$types));
  7.     }
  8.     /** @internal */
  9.     final public function convertException(Driver\Exception $e): DriverException
  10.     {
in vendor/doctrine/dbal/src/Connection.php -> convertExceptionDuringQuery (line 1069)
  1.                 $result $connection->query($sql);
  2.             }
  3.             return new Result($result$this);
  4.         } catch (Driver\Exception $e) {
  5.             throw $this->convertExceptionDuringQuery($e$sql$params$types);
  6.         } finally {
  7.             if ($logger !== null) {
  8.                 $logger->stopQuery();
  9.             }
  10.         }
  1.     {
  2.         $this->switchPersisterContext(null$limit);
  3.         $sql              $this->getSelectSQL($criteria$assoc$lockMode$limitnull$orderBy);
  4.         [$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.     public function findOneBy(array $criteria, ?array $orderBy null)
  3.     {
  4.         $persister $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);
  5.         return $persister->load($criterianullnull, [], null1$orderBy);
  6.     }
  7.     /**
  8.      * Counts entities by a set of criteria.
  9.      *
EntityRepository->findOneBy(array('id' => '44', 'isActive' => 1)) in src/Service/BootService.php (line 189)
  1.                 $configSite $this->getConfigurationSite();
  2.                 $this->assign('config'$configSite);
  3.                 $this->assign("device"MobileDetectService::getDevice(["twig"=>$this->twig,"site"=>$configSite]));
  4.                 $this->assign("rappelForm"$this->formFactory->create(RappelsType::class)->createView());
  5.                 $this->assign("sentences"$this->entityManager->getRepository(CfgBlocs::class)->findBy(["isActive"=>true],["rank"=>"ASC"]));
  6.                 $this->assign("pag_contact"$this->entityManager->getRepository(Pages::class)->findOneBy(["id"=>$_ENV["pag_contact"],"isActive"=>1]));
  7.                 $this->assign("pag_avis"$this->entityManager->getRepository(Pages::class)->findOneBy(["id"=>$_ENV["pag_avis"],"isActive"=>1]));
  8.                 $this->loadDefaultModules();
  9.             break;
  10.         }
  11.     }
BootService->loadTwigVars() in src/Service/BootService.php (line 67)
  1.                 "site_offline"=>$informations
  2.             ]);exit;
  3.         }
  4.         $this->setContentCfgConstants();
  5.         $this->setContentCfgTranslations();
  6.         $this->loadTwigVars();
  7.         $this->setContentLangues();
  8.         $this->getParamMod();
  9.         if(defined('TARTEAUCITRON_ACTIVE') && TARTEAUCITRON_ACTIVE===true && TARTEAUCITRON_SERVICES['recaptcha']===true){
  10.             $this->AddJS("https://www.google.com/recaptcha/api.js");
  1.     public static function do($container$lazyLoad true)
  2.     {
  3.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4.         include_once \dirname(__DIR__4).'/src/Service/BootService.php';
  5.         $container->services['App\\Service\\BootService'] = $instance = new \App\Service\BootService(($container->services['kernel'] ?? $container->get('kernel'1)), ($container->privates['form.factory'] ?? $container->load('getForm_FactoryService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['twig'] ?? $container->getTwigService()), ($container->services['router'] ?? $container->getRouterService()));
  6.         $instance->setContainer(($container->privates['.service_locator.jIxfAsi'] ?? $container->load('get_ServiceLocator_JIxfAsiService'))->withContext('App\\Service\\BootService'$container));
  7.         return $instance;
  8.     }
  1.             $file .= '.php';
  2.         }
  3.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  4.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  5.     }
  6.     protected function createProxy($class\Closure $factory)
  7.     {
  8.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1.     public static function do($container$lazyLoad true)
  2.     {
  3.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4.         include_once \dirname(__DIR__4).'/src/Controller/BootController.php';
  5.         $container->services['App\\Controller\\BootController'] = $instance = new \App\Controller\BootController(($container->services['App\\Service\\BootService'] ?? $container->load('getBootServiceService')));
  6.         $instance->setContainer(($container->privates['.service_locator.jIxfAsi'] ?? $container->load('get_ServiceLocator_JIxfAsiService'))->withContext('App\\Controller\\BootController'$container));
  7.         return $instance;
  8.     }
  1.             $file .= '.php';
  2.         }
  3.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  4.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  5.     }
  6.     protected function createProxy($class\Closure $factory)
  7.     {
  8.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  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.             }
  8.         } catch (\Exception $e) {
  9.             unset($this->services[$id]);
  1.      */
  2.     public function get(string $idint $invalidBehavior self::EXCEPTION_ON_INVALID_REFERENCE): ?object
  3.     {
  4.         return $this->services[$id]
  5.             ?? $this->services[$id $this->aliases[$id] ?? $id]
  6.             ?? ('service_container' === $id $this : ($this->factories[$id] ?? $this->make(...))($id$invalidBehavior));
  7.     }
  8.     /**
  9.      * Creates a service.
  10.      *
  1.     protected function instantiateController(string $class): object
  2.     {
  3.         $class ltrim($class'\\');
  4.         if ($this->container->has($class)) {
  5.             return $this->container->get($class);
  6.         }
  7.         try {
  8.             return parent::instantiateController($class);
  9.         } catch (\Error $e) {
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     protected function instantiateController(string $class): object
  5.     {
  6.         $controller parent::instantiateController($class);
  7.         if ($controller instanceof ContainerAwareInterface) {
  8.             $controller->setContainer($this->container);
  9.         }
  10.         if ($controller instanceof AbstractController) {
  1.         }
  2.         [$class$method] = explode('::'$controller2);
  3.         try {
  4.             $controller = [$this->instantiateController($class), $method];
  5.         } catch (\Error|\LogicException $e) {
  6.             try {
  7.                 if ((new \ReflectionMethod($class$method))->isStatic()) {
  8.                     return $class.'::'.$method;
  9.                 }
  1.         if (\function_exists($controller)) {
  2.             return $controller;
  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.         if (!\is_callable($callable)) {
  1.      */
  2.     public function getController(Request $request): callable|false
  3.     {
  4.         $e $this->stopwatch->start('controller.get_callable');
  5.         $ret $this->resolver->getController($request);
  6.         $e->stop();
  7.         return $ret;
  8.     }
in vendor/symfony/http-kernel/HttpKernel.php -> getController (line 146)
  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 ControllerEvent($this$controller$request$type);
  9.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  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) {
  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.     }
  1.         $this->request $request;
  2.     }
  3.     public function run(): int
  4.     {
  5.         $response $this->kernel->handle($this->request);
  6.         $response->send();
  7.         if ($this->kernel instanceof TerminableInterface) {
  8.             $this->kernel->terminate($this->request$response);
  9.         }
in vendor/autoload_runtime.php -> run (line 29)
  1. $app $app(...$args);
  2. exit(
  3.     $runtime
  4.         ->getRunner($app)
  5.         ->run()
  6. );
require_once('/home/captusa/s61.captusite.cloud/vendor/autoload_runtime.php') in public/index.php (line 11)
  1.     exec("rm -rf ../var/cache/");
  2. }
  3. use App\Kernel;
  4. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  5. return function (array $context) {
  6.     require dirname(__DIR__).'/public/parametres.php';
  7.     return new Kernel($context['APP_ENV'], APP_DEBUG);
  8. };

Doctrine\DBAL\Driver\PDO\ Exception

SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rank' in 'field list'

  1.         } else {
  2.             $code     $exception->getCode();
  3.             $sqlState null;
  4.         }
  5.         return new self($exception->getMessage(), $sqlState$code$exception);
  6.     }
  7. }
  1.         }
  2.         try {
  3.             $this->stmt->execute($params);
  4.         } catch (PDOException $exception) {
  5.             throw Exception::new($exception);
  6.         }
  7.         return new Result($this->stmt);
  8.     }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function execute($params null): Result
  5.     {
  6.         return $this->wrappedStatement->execute($params);
  7.     }
  8. }
  1.         $this->debugDataHolder->addQuery($this->connectionName$query = clone $this->query);
  2.         $query->start();
  3.         try {
  4.             $result parent::execute($params);
  5.         } finally {
  6.             $query->stop();
  7.         }
  8.         return $result;
  1.                 $stmt $connection->prepare($sql);
  2.                 $this->bindParameters($stmt$params$types);
  3.                 $result $stmt->execute();
  4.             } else {
  5.                 $result $connection->query($sql);
  6.             }
  7.             return new Result($result$this);
  1.     {
  2.         $this->switchPersisterContext(null$limit);
  3.         $sql              $this->getSelectSQL($criteria$assoc$lockMode$limitnull$orderBy);
  4.         [$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.     public function findOneBy(array $criteria, ?array $orderBy null)
  3.     {
  4.         $persister $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);
  5.         return $persister->load($criterianullnull, [], null1$orderBy);
  6.     }
  7.     /**
  8.      * Counts entities by a set of criteria.
  9.      *
EntityRepository->findOneBy(array('id' => '44', 'isActive' => 1)) in src/Service/BootService.php (line 189)
  1.                 $configSite $this->getConfigurationSite();
  2.                 $this->assign('config'$configSite);
  3.                 $this->assign("device"MobileDetectService::getDevice(["twig"=>$this->twig,"site"=>$configSite]));
  4.                 $this->assign("rappelForm"$this->formFactory->create(RappelsType::class)->createView());
  5.                 $this->assign("sentences"$this->entityManager->getRepository(CfgBlocs::class)->findBy(["isActive"=>true],["rank"=>"ASC"]));
  6.                 $this->assign("pag_contact"$this->entityManager->getRepository(Pages::class)->findOneBy(["id"=>$_ENV["pag_contact"],"isActive"=>1]));
  7.                 $this->assign("pag_avis"$this->entityManager->getRepository(Pages::class)->findOneBy(["id"=>$_ENV["pag_avis"],"isActive"=>1]));
  8.                 $this->loadDefaultModules();
  9.             break;
  10.         }
  11.     }
BootService->loadTwigVars() in src/Service/BootService.php (line 67)
  1.                 "site_offline"=>$informations
  2.             ]);exit;
  3.         }
  4.         $this->setContentCfgConstants();
  5.         $this->setContentCfgTranslations();
  6.         $this->loadTwigVars();
  7.         $this->setContentLangues();
  8.         $this->getParamMod();
  9.         if(defined('TARTEAUCITRON_ACTIVE') && TARTEAUCITRON_ACTIVE===true && TARTEAUCITRON_SERVICES['recaptcha']===true){
  10.             $this->AddJS("https://www.google.com/recaptcha/api.js");
  1.     public static function do($container$lazyLoad true)
  2.     {
  3.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4.         include_once \dirname(__DIR__4).'/src/Service/BootService.php';
  5.         $container->services['App\\Service\\BootService'] = $instance = new \App\Service\BootService(($container->services['kernel'] ?? $container->get('kernel'1)), ($container->privates['form.factory'] ?? $container->load('getForm_FactoryService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['twig'] ?? $container->getTwigService()), ($container->services['router'] ?? $container->getRouterService()));
  6.         $instance->setContainer(($container->privates['.service_locator.jIxfAsi'] ?? $container->load('get_ServiceLocator_JIxfAsiService'))->withContext('App\\Service\\BootService'$container));
  7.         return $instance;
  8.     }
  1.             $file .= '.php';
  2.         }
  3.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  4.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  5.     }
  6.     protected function createProxy($class\Closure $factory)
  7.     {
  8.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1.     public static function do($container$lazyLoad true)
  2.     {
  3.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4.         include_once \dirname(__DIR__4).'/src/Controller/BootController.php';
  5.         $container->services['App\\Controller\\BootController'] = $instance = new \App\Controller\BootController(($container->services['App\\Service\\BootService'] ?? $container->load('getBootServiceService')));
  6.         $instance->setContainer(($container->privates['.service_locator.jIxfAsi'] ?? $container->load('get_ServiceLocator_JIxfAsiService'))->withContext('App\\Controller\\BootController'$container));
  7.         return $instance;
  8.     }
  1.             $file .= '.php';
  2.         }
  3.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  4.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  5.     }
  6.     protected function createProxy($class\Closure $factory)
  7.     {
  8.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  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.             }
  8.         } catch (\Exception $e) {
  9.             unset($this->services[$id]);
  1.      */
  2.     public function get(string $idint $invalidBehavior self::EXCEPTION_ON_INVALID_REFERENCE): ?object
  3.     {
  4.         return $this->services[$id]
  5.             ?? $this->services[$id $this->aliases[$id] ?? $id]
  6.             ?? ('service_container' === $id $this : ($this->factories[$id] ?? $this->make(...))($id$invalidBehavior));
  7.     }
  8.     /**
  9.      * Creates a service.
  10.      *
  1.     protected function instantiateController(string $class): object
  2.     {
  3.         $class ltrim($class'\\');
  4.         if ($this->container->has($class)) {
  5.             return $this->container->get($class);
  6.         }
  7.         try {
  8.             return parent::instantiateController($class);
  9.         } catch (\Error $e) {
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     protected function instantiateController(string $class): object
  5.     {
  6.         $controller parent::instantiateController($class);
  7.         if ($controller instanceof ContainerAwareInterface) {
  8.             $controller->setContainer($this->container);
  9.         }
  10.         if ($controller instanceof AbstractController) {
  1.         }
  2.         [$class$method] = explode('::'$controller2);
  3.         try {
  4.             $controller = [$this->instantiateController($class), $method];
  5.         } catch (\Error|\LogicException $e) {
  6.             try {
  7.                 if ((new \ReflectionMethod($class$method))->isStatic()) {
  8.                     return $class.'::'.$method;
  9.                 }
  1.         if (\function_exists($controller)) {
  2.             return $controller;
  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.         if (!\is_callable($callable)) {
  1.      */
  2.     public function getController(Request $request): callable|false
  3.     {
  4.         $e $this->stopwatch->start('controller.get_callable');
  5.         $ret $this->resolver->getController($request);
  6.         $e->stop();
  7.         return $ret;
  8.     }
in vendor/symfony/http-kernel/HttpKernel.php -> getController (line 146)
  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 ControllerEvent($this$controller$request$type);
  9.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  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) {
  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.     }
  1.         $this->request $request;
  2.     }
  3.     public function run(): int
  4.     {
  5.         $response $this->kernel->handle($this->request);
  6.         $response->send();
  7.         if ($this->kernel instanceof TerminableInterface) {
  8.             $this->kernel->terminate($this->request$response);
  9.         }
in vendor/autoload_runtime.php -> run (line 29)
  1. $app $app(...$args);
  2. exit(
  3.     $runtime
  4.         ->getRunner($app)
  5.         ->run()
  6. );
require_once('/home/captusa/s61.captusite.cloud/vendor/autoload_runtime.php') in public/index.php (line 11)
  1.     exec("rm -rf ../var/cache/");
  2. }
  3. use App\Kernel;
  4. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  5. return function (array $context) {
  6.     require dirname(__DIR__).'/public/parametres.php';
  7.     return new Kernel($context['APP_ENV'], APP_DEBUG);
  8. };

PDOException

SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rank' in 'field list'

  1.                     ' Statement::bindParam() or Statement::bindValue() instead.',
  2.             );
  3.         }
  4.         try {
  5.             $this->stmt->execute($params);
  6.         } catch (PDOException $exception) {
  7.             throw Exception::new($exception);
  8.         }
  9.         return new Result($this->stmt);
  1.                     ' Statement::bindParam() or Statement::bindValue() instead.',
  2.             );
  3.         }
  4.         try {
  5.             $this->stmt->execute($params);
  6.         } catch (PDOException $exception) {
  7.             throw Exception::new($exception);
  8.         }
  9.         return new Result($this->stmt);
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function execute($params null): Result
  5.     {
  6.         return $this->wrappedStatement->execute($params);
  7.     }
  8. }
  1.         $this->debugDataHolder->addQuery($this->connectionName$query = clone $this->query);
  2.         $query->start();
  3.         try {
  4.             $result parent::execute($params);
  5.         } finally {
  6.             $query->stop();
  7.         }
  8.         return $result;
  1.                 $stmt $connection->prepare($sql);
  2.                 $this->bindParameters($stmt$params$types);
  3.                 $result $stmt->execute();
  4.             } else {
  5.                 $result $connection->query($sql);
  6.             }
  7.             return new Result($result$this);
  1.     {
  2.         $this->switchPersisterContext(null$limit);
  3.         $sql              $this->getSelectSQL($criteria$assoc$lockMode$limitnull$orderBy);
  4.         [$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.     public function findOneBy(array $criteria, ?array $orderBy null)
  3.     {
  4.         $persister $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);
  5.         return $persister->load($criterianullnull, [], null1$orderBy);
  6.     }
  7.     /**
  8.      * Counts entities by a set of criteria.
  9.      *
EntityRepository->findOneBy(array('id' => '44', 'isActive' => 1)) in src/Service/BootService.php (line 189)
  1.                 $configSite $this->getConfigurationSite();
  2.                 $this->assign('config'$configSite);
  3.                 $this->assign("device"MobileDetectService::getDevice(["twig"=>$this->twig,"site"=>$configSite]));
  4.                 $this->assign("rappelForm"$this->formFactory->create(RappelsType::class)->createView());
  5.                 $this->assign("sentences"$this->entityManager->getRepository(CfgBlocs::class)->findBy(["isActive"=>true],["rank"=>"ASC"]));
  6.                 $this->assign("pag_contact"$this->entityManager->getRepository(Pages::class)->findOneBy(["id"=>$_ENV["pag_contact"],"isActive"=>1]));
  7.                 $this->assign("pag_avis"$this->entityManager->getRepository(Pages::class)->findOneBy(["id"=>$_ENV["pag_avis"],"isActive"=>1]));
  8.                 $this->loadDefaultModules();
  9.             break;
  10.         }
  11.     }
BootService->loadTwigVars() in src/Service/BootService.php (line 67)
  1.                 "site_offline"=>$informations
  2.             ]);exit;
  3.         }
  4.         $this->setContentCfgConstants();
  5.         $this->setContentCfgTranslations();
  6.         $this->loadTwigVars();
  7.         $this->setContentLangues();
  8.         $this->getParamMod();
  9.         if(defined('TARTEAUCITRON_ACTIVE') && TARTEAUCITRON_ACTIVE===true && TARTEAUCITRON_SERVICES['recaptcha']===true){
  10.             $this->AddJS("https://www.google.com/recaptcha/api.js");
  1.     public static function do($container$lazyLoad true)
  2.     {
  3.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4.         include_once \dirname(__DIR__4).'/src/Service/BootService.php';
  5.         $container->services['App\\Service\\BootService'] = $instance = new \App\Service\BootService(($container->services['kernel'] ?? $container->get('kernel'1)), ($container->privates['form.factory'] ?? $container->load('getForm_FactoryService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['twig'] ?? $container->getTwigService()), ($container->services['router'] ?? $container->getRouterService()));
  6.         $instance->setContainer(($container->privates['.service_locator.jIxfAsi'] ?? $container->load('get_ServiceLocator_JIxfAsiService'))->withContext('App\\Service\\BootService'$container));
  7.         return $instance;
  8.     }
  1.             $file .= '.php';
  2.         }
  3.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  4.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  5.     }
  6.     protected function createProxy($class\Closure $factory)
  7.     {
  8.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1.     public static function do($container$lazyLoad true)
  2.     {
  3.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4.         include_once \dirname(__DIR__4).'/src/Controller/BootController.php';
  5.         $container->services['App\\Controller\\BootController'] = $instance = new \App\Controller\BootController(($container->services['App\\Service\\BootService'] ?? $container->load('getBootServiceService')));
  6.         $instance->setContainer(($container->privates['.service_locator.jIxfAsi'] ?? $container->load('get_ServiceLocator_JIxfAsiService'))->withContext('App\\Controller\\BootController'$container));
  7.         return $instance;
  8.     }
  1.             $file .= '.php';
  2.         }
  3.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  4.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  5.     }
  6.     protected function createProxy($class\Closure $factory)
  7.     {
  8.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  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.             }
  8.         } catch (\Exception $e) {
  9.             unset($this->services[$id]);
  1.      */
  2.     public function get(string $idint $invalidBehavior self::EXCEPTION_ON_INVALID_REFERENCE): ?object
  3.     {
  4.         return $this->services[$id]
  5.             ?? $this->services[$id $this->aliases[$id] ?? $id]
  6.             ?? ('service_container' === $id $this : ($this->factories[$id] ?? $this->make(...))($id$invalidBehavior));
  7.     }
  8.     /**
  9.      * Creates a service.
  10.      *
  1.     protected function instantiateController(string $class): object
  2.     {
  3.         $class ltrim($class'\\');
  4.         if ($this->container->has($class)) {
  5.             return $this->container->get($class);
  6.         }
  7.         try {
  8.             return parent::instantiateController($class);
  9.         } catch (\Error $e) {
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     protected function instantiateController(string $class): object
  5.     {
  6.         $controller parent::instantiateController($class);
  7.         if ($controller instanceof ContainerAwareInterface) {
  8.             $controller->setContainer($this->container);
  9.         }
  10.         if ($controller instanceof AbstractController) {
  1.         }
  2.         [$class$method] = explode('::'$controller2);
  3.         try {
  4.             $controller = [$this->instantiateController($class), $method];
  5.         } catch (\Error|\LogicException $e) {
  6.             try {
  7.                 if ((new \ReflectionMethod($class$method))->isStatic()) {
  8.                     return $class.'::'.$method;
  9.                 }
  1.         if (\function_exists($controller)) {
  2.             return $controller;
  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.         if (!\is_callable($callable)) {
  1.      */
  2.     public function getController(Request $request): callable|false
  3.     {
  4.         $e $this->stopwatch->start('controller.get_callable');
  5.         $ret $this->resolver->getController($request);
  6.         $e->stop();
  7.         return $ret;
  8.     }
in vendor/symfony/http-kernel/HttpKernel.php -> getController (line 146)
  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 ControllerEvent($this$controller$request$type);
  9.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  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) {
  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.     }
  1.         $this->request $request;
  2.     }
  3.     public function run(): int
  4.     {
  5.         $response $this->kernel->handle($this->request);
  6.         $response->send();
  7.         if ($this->kernel instanceof TerminableInterface) {
  8.             $this->kernel->terminate($this->request$response);
  9.         }
in vendor/autoload_runtime.php -> run (line 29)
  1. $app $app(...$args);
  2. exit(
  3.     $runtime
  4.         ->getRunner($app)
  5.         ->run()
  6. );
require_once('/home/captusa/s61.captusite.cloud/vendor/autoload_runtime.php') in public/index.php (line 11)
  1.     exec("rm -rf ../var/cache/");
  2. }
  3. use App\Kernel;
  4. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  5. return function (array $context) {
  6.     require dirname(__DIR__).'/public/parametres.php';
  7.     return new Kernel($context['APP_ENV'], APP_DEBUG);
  8. };

Stack Traces 3

[3/3] InvalidFieldNameException
Doctrine\DBAL\Exception\InvalidFieldNameException:
An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rank' in 'field list'

  at vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:67
  at Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(object(Exception), object(Query))
     (vendor/doctrine/dbal/src/Connection.php:1907)
  at Doctrine\DBAL\Connection->handleDriverException(object(Exception), object(Query))
     (vendor/doctrine/dbal/src/Connection.php:1850)
  at Doctrine\DBAL\Connection->convertExceptionDuringQuery(object(Exception), 'SELECT t0.id AS id_1, t0.name AS name_2, t0.catch_phrase AS catch_phrase_3, t0.content AS content_4, t0.image AS image_5, t0.image_detail AS image_detail_6, t0.rank AS rank_7, t0.is_active AS is_active_8, t0.meta_title AS meta_title_9, t0.meta_content AS meta_content_10, t0.meta_og_title AS meta_og_title_11, t0.meta_og_image AS meta_og_image_12, t0.meta_twitter_title AS meta_twitter_title_13, t0.meta_twitter_image AS meta_twitter_image_14, t0.rewrite AS rewrite_15, t0.date_update AS date_update_16, t0.call_to_action_label AS call_to_action_label_17, t0.vertical_phrase AS vertical_phrase_18, t0.ref_cfg_langues_id AS ref_cfg_langues_id_19, t0.ref_cfg_themes_id AS ref_cfg_themes_id_20, t0.ref_pages_id AS ref_pages_id_21 FROM pages t0 WHERE t0.id = ? AND t0.is_active = ? LIMIT 1', array('44', 1), array('integer', 'boolean'))
     (vendor/doctrine/dbal/src/Connection.php:1069)
  at Doctrine\DBAL\Connection->executeQuery('SELECT t0.id AS id_1, t0.name AS name_2, t0.catch_phrase AS catch_phrase_3, t0.content AS content_4, t0.image AS image_5, t0.image_detail AS image_detail_6, t0.rank AS rank_7, t0.is_active AS is_active_8, t0.meta_title AS meta_title_9, t0.meta_content AS meta_content_10, t0.meta_og_title AS meta_og_title_11, t0.meta_og_image AS meta_og_image_12, t0.meta_twitter_title AS meta_twitter_title_13, t0.meta_twitter_image AS meta_twitter_image_14, t0.rewrite AS rewrite_15, t0.date_update AS date_update_16, t0.call_to_action_label AS call_to_action_label_17, t0.vertical_phrase AS vertical_phrase_18, t0.ref_cfg_langues_id AS ref_cfg_langues_id_19, t0.ref_cfg_themes_id AS ref_cfg_themes_id_20, t0.ref_pages_id AS ref_pages_id_21 FROM pages t0 WHERE t0.id = ? AND t0.is_active = ? LIMIT 1', array('44', 1), array('integer', 'boolean'))
     (vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:750)
  at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array('id' => '44', 'isActive' => 1), null, null, array(), null, 1, null)
     (vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:241)
  at Doctrine\ORM\EntityRepository->findOneBy(array('id' => '44', 'isActive' => 1))
     (src/Service/BootService.php:189)
  at App\Service\BootService->loadTwigVars()
     (src/Service/BootService.php:67)
  at App\Service\BootService->__construct(object(Kernel), object(FormFactory), object(EntityManager_9a5be93), object(Environment), object(Router))
     (var/cache/dev/Container8xNohng/getBootServiceService.php:23)
  at Container8xNohng\getBootServiceService::do(object(App_KernelDevDebugContainer), true)
     (var/cache/dev/Container8xNohng/App_KernelDevDebugContainer.php:357)
  at Container8xNohng\App_KernelDevDebugContainer->load('getBootServiceService.php')
     (var/cache/dev/Container8xNohng/getBootControllerService.php:23)
  at Container8xNohng\getBootControllerService::do(object(App_KernelDevDebugContainer), true)
     (var/cache/dev/Container8xNohng/App_KernelDevDebugContainer.php:357)
  at Container8xNohng\App_KernelDevDebugContainer->load('getBootControllerService.php')
     (vendor/symfony/dependency-injection/Container.php:215)
  at Symfony\Component\DependencyInjection\Container->make('App\\Controller\\BootController', 1)
     (vendor/symfony/dependency-injection/Container.php:197)
  at Symfony\Component\DependencyInjection\Container->get('App\\Controller\\BootController')
     (vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:43)
  at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController('App\\Controller\\BootController')
     (vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29)
  at Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController('App\\Controller\\BootController')
     (vendor/symfony/http-kernel/Controller/ControllerResolver.php:109)
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->createController('App\\Controller\\BootController::index')
     (vendor/symfony/http-kernel/Controller/ControllerResolver.php:77)
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(object(Request))
     (vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38)
  at Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(object(Request))
     (vendor/symfony/http-kernel/HttpKernel.php:146)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/home/captusa/s61.captusite.cloud/vendor/autoload_runtime.php')
     (public/index.php:11)                
[2/3] Exception
Doctrine\DBAL\Driver\PDO\Exception:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rank' in 'field list'

  at vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28
  at Doctrine\DBAL\Driver\PDO\Exception::new(object(PDOException))
     (vendor/doctrine/dbal/src/Driver/PDO/Statement.php:136)
  at Doctrine\DBAL\Driver\PDO\Statement->execute(null)
     (vendor/doctrine/dbal/src/Driver/Middleware/AbstractStatementMiddleware.php:69)
  at Doctrine\DBAL\Driver\Middleware\AbstractStatementMiddleware->execute(null)
     (vendor/symfony/doctrine-bridge/Middleware/Debug/Statement.php:65)
  at Symfony\Bridge\Doctrine\Middleware\Debug\Statement->execute()
     (vendor/doctrine/dbal/src/Connection.php:1062)
  at Doctrine\DBAL\Connection->executeQuery('SELECT t0.id AS id_1, t0.name AS name_2, t0.catch_phrase AS catch_phrase_3, t0.content AS content_4, t0.image AS image_5, t0.image_detail AS image_detail_6, t0.rank AS rank_7, t0.is_active AS is_active_8, t0.meta_title AS meta_title_9, t0.meta_content AS meta_content_10, t0.meta_og_title AS meta_og_title_11, t0.meta_og_image AS meta_og_image_12, t0.meta_twitter_title AS meta_twitter_title_13, t0.meta_twitter_image AS meta_twitter_image_14, t0.rewrite AS rewrite_15, t0.date_update AS date_update_16, t0.call_to_action_label AS call_to_action_label_17, t0.vertical_phrase AS vertical_phrase_18, t0.ref_cfg_langues_id AS ref_cfg_langues_id_19, t0.ref_cfg_themes_id AS ref_cfg_themes_id_20, t0.ref_pages_id AS ref_pages_id_21 FROM pages t0 WHERE t0.id = ? AND t0.is_active = ? LIMIT 1', array('44', 1), array('integer', 'boolean'))
     (vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:750)
  at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array('id' => '44', 'isActive' => 1), null, null, array(), null, 1, null)
     (vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:241)
  at Doctrine\ORM\EntityRepository->findOneBy(array('id' => '44', 'isActive' => 1))
     (src/Service/BootService.php:189)
  at App\Service\BootService->loadTwigVars()
     (src/Service/BootService.php:67)
  at App\Service\BootService->__construct(object(Kernel), object(FormFactory), object(EntityManager_9a5be93), object(Environment), object(Router))
     (var/cache/dev/Container8xNohng/getBootServiceService.php:23)
  at Container8xNohng\getBootServiceService::do(object(App_KernelDevDebugContainer), true)
     (var/cache/dev/Container8xNohng/App_KernelDevDebugContainer.php:357)
  at Container8xNohng\App_KernelDevDebugContainer->load('getBootServiceService.php')
     (var/cache/dev/Container8xNohng/getBootControllerService.php:23)
  at Container8xNohng\getBootControllerService::do(object(App_KernelDevDebugContainer), true)
     (var/cache/dev/Container8xNohng/App_KernelDevDebugContainer.php:357)
  at Container8xNohng\App_KernelDevDebugContainer->load('getBootControllerService.php')
     (vendor/symfony/dependency-injection/Container.php:215)
  at Symfony\Component\DependencyInjection\Container->make('App\\Controller\\BootController', 1)
     (vendor/symfony/dependency-injection/Container.php:197)
  at Symfony\Component\DependencyInjection\Container->get('App\\Controller\\BootController')
     (vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:43)
  at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController('App\\Controller\\BootController')
     (vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29)
  at Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController('App\\Controller\\BootController')
     (vendor/symfony/http-kernel/Controller/ControllerResolver.php:109)
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->createController('App\\Controller\\BootController::index')
     (vendor/symfony/http-kernel/Controller/ControllerResolver.php:77)
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(object(Request))
     (vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38)
  at Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(object(Request))
     (vendor/symfony/http-kernel/HttpKernel.php:146)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/home/captusa/s61.captusite.cloud/vendor/autoload_runtime.php')
     (public/index.php:11)                
[1/3] PDOException
PDOException:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.rank' in 'field list'

  at vendor/doctrine/dbal/src/Driver/PDO/Statement.php:134
  at PDOStatement->execute(null)
     (vendor/doctrine/dbal/src/Driver/PDO/Statement.php:134)
  at Doctrine\DBAL\Driver\PDO\Statement->execute(null)
     (vendor/doctrine/dbal/src/Driver/Middleware/AbstractStatementMiddleware.php:69)
  at Doctrine\DBAL\Driver\Middleware\AbstractStatementMiddleware->execute(null)
     (vendor/symfony/doctrine-bridge/Middleware/Debug/Statement.php:65)
  at Symfony\Bridge\Doctrine\Middleware\Debug\Statement->execute()
     (vendor/doctrine/dbal/src/Connection.php:1062)
  at Doctrine\DBAL\Connection->executeQuery('SELECT t0.id AS id_1, t0.name AS name_2, t0.catch_phrase AS catch_phrase_3, t0.content AS content_4, t0.image AS image_5, t0.image_detail AS image_detail_6, t0.rank AS rank_7, t0.is_active AS is_active_8, t0.meta_title AS meta_title_9, t0.meta_content AS meta_content_10, t0.meta_og_title AS meta_og_title_11, t0.meta_og_image AS meta_og_image_12, t0.meta_twitter_title AS meta_twitter_title_13, t0.meta_twitter_image AS meta_twitter_image_14, t0.rewrite AS rewrite_15, t0.date_update AS date_update_16, t0.call_to_action_label AS call_to_action_label_17, t0.vertical_phrase AS vertical_phrase_18, t0.ref_cfg_langues_id AS ref_cfg_langues_id_19, t0.ref_cfg_themes_id AS ref_cfg_themes_id_20, t0.ref_pages_id AS ref_pages_id_21 FROM pages t0 WHERE t0.id = ? AND t0.is_active = ? LIMIT 1', array('44', 1), array('integer', 'boolean'))
     (vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:750)
  at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array('id' => '44', 'isActive' => 1), null, null, array(), null, 1, null)
     (vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:241)
  at Doctrine\ORM\EntityRepository->findOneBy(array('id' => '44', 'isActive' => 1))
     (src/Service/BootService.php:189)
  at App\Service\BootService->loadTwigVars()
     (src/Service/BootService.php:67)
  at App\Service\BootService->__construct(object(Kernel), object(FormFactory), object(EntityManager_9a5be93), object(Environment), object(Router))
     (var/cache/dev/Container8xNohng/getBootServiceService.php:23)
  at Container8xNohng\getBootServiceService::do(object(App_KernelDevDebugContainer), true)
     (var/cache/dev/Container8xNohng/App_KernelDevDebugContainer.php:357)
  at Container8xNohng\App_KernelDevDebugContainer->load('getBootServiceService.php')
     (var/cache/dev/Container8xNohng/getBootControllerService.php:23)
  at Container8xNohng\getBootControllerService::do(object(App_KernelDevDebugContainer), true)
     (var/cache/dev/Container8xNohng/App_KernelDevDebugContainer.php:357)
  at Container8xNohng\App_KernelDevDebugContainer->load('getBootControllerService.php')
     (vendor/symfony/dependency-injection/Container.php:215)
  at Symfony\Component\DependencyInjection\Container->make('App\\Controller\\BootController', 1)
     (vendor/symfony/dependency-injection/Container.php:197)
  at Symfony\Component\DependencyInjection\Container->get('App\\Controller\\BootController')
     (vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:43)
  at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController('App\\Controller\\BootController')
     (vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29)
  at Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController('App\\Controller\\BootController')
     (vendor/symfony/http-kernel/Controller/ControllerResolver.php:109)
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->createController('App\\Controller\\BootController::index')
     (vendor/symfony/http-kernel/Controller/ControllerResolver.php:77)
  at Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(object(Request))
     (vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38)
  at Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(object(Request))
     (vendor/symfony/http-kernel/HttpKernel.php:146)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/home/captusa/s61.captusite.cloud/vendor/autoload_runtime.php')
     (public/index.php:11)