Exceptions
Exceptions 4
Doctrine\DBAL\Exception\ ConnectionException
Show exception properties
Doctrine\DBAL\Exception\ConnectionException {#168 -query: null }
1227,1370,1429,2002,2005,2054 => new ConnectionException($exception, $query),2006,4031 => new ConnectionLost($exception, $query),1048,1121,1138,
in
vendor/doctrine/dbal/src/Connection.php
->
convert
(line 1460)
private function handleDriverException(Driver\Exception $driverException,?Query $query,): DriverException {$this->exceptionConverter ??= $this->driver->getExceptionConverter();$exception = $this->exceptionConverter->convert($driverException, $query);if ($exception instanceof ConnectionLost) {$this->close();}
in
vendor/doctrine/dbal/src/Connection.php
->
handleDriverException
(line 1402)
}/** @internal */final public function convertException(Driver\Exception $e): DriverException{return $this->handleDriverException($e, null);}/*** @param list<mixed>|array<string, mixed> $params* @phpstan-param WrapperParameterTypeArray $types
in
vendor/doctrine/dbal/src/Connection.php
->
convertException
(line 224)
}try {$connection = $this->_conn = $this->driver->connect($this->params);} catch (Driver\Exception $e) {throw $this->convertException($e);}if ($this->autoCommit === false) {$this->beginTransaction();}
in
vendor/doctrine/dbal/src/Connection.php
->
connect
(line 792)
): Result {if ($qcp !== null) {return $this->executeCacheQuery($sql, $params, $types, $qcp);}$connection = $this->connect();try {if (count($params) > 0) {[$sql, $params, $types] = $this->expandArrayParameters($sql, $params, $types);
in
vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php
->
executeQuery
(line 27)
/*** {@inheritDoc}*/public function execute(Connection $conn, array $params, array $types): Result{return $conn->executeQuery($this->getSqlStatements(), $params, $types, $this->queryCacheProfile);}}
in
vendor/doctrine/orm/src/Query.php
->
execute
(line 296)
$sqlParams,$types,$this->em->getConnection()->getParams(),);return $executor->execute($this->em->getConnection(), $sqlParams, $types);}/*** @param array<string,mixed> $sqlParams* @param array<string,Type> $types
in
vendor/doctrine/orm/src/AbstractQuery.php
->
_doExecute
(line 930)
$setCacheEntry = static function ($data) use ($cache, $result, $cacheItem, $realCacheKey): void {$cache->save($cacheItem->set($result + [$realCacheKey => $data]));};}$stmt = $this->_doExecute();if (is_numeric($stmt)) {$setCacheEntry($stmt);return $stmt;
in
vendor/doctrine/orm/src/AbstractQuery.php
->
executeIgnoreQueryCache
(line 886)
): mixed {if ($this->cacheable && $this->isCacheEnabled()) {return $this->executeUsingQueryCache($parameters, $hydrationMode);}return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}/*** Execute query ignoring second level cache.*
in
vendor/doctrine/orm/src/AbstractQuery.php
->
execute
(line 737)
* @throws NonUniqueResultException*/public function getOneOrNullResult(string|int|null $hydrationMode = null): mixed{try {$result = $this->execute(null, $hydrationMode);} catch (NoResultException) {return null;}if ($this->hydrationMode !== self::HYDRATE_SINGLE_SCALAR && ! $result) {
AbstractQuery->getOneOrNullResult()
in
src/Repository/Gestiform/Admin/MasterlistelgRepository.php
(line 232)
new Parameter(':codelg', $codelg),new Parameter(':module', $module),new Parameter(':codemaster', $codemaster)]));$qb->setMaxResults(1);return $qb->getQuery()->getOneOrNullResult();}public function getOneByListeCodeTypeForm($module, $codemaster, $codelg){return $this->createQueryBuilder('m')
MasterlistelgRepository->getOneByListeCode('NOYAU', 'PARAMETRAGE', 'NBHRSFORMATION')
in
src/Service/Formations/Devis/DevisService.php
(line 52)
private readonly EventRepository $eventRepository,){parent::__construct($entityManager);$this->hoursPerDay = $this->masterlistelgService->getRepository()->getOneByListeCode('NOYAU', 'PARAMETRAGE', 'NBHRSFORMATION')->getValeur();}public function getRepository(): DevisRepository{return $this->entityManager->getRepository(Devis::class);
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
->
__construct
(line 2409)
if (isset($container->privates['App\\Service\\Formations\\Devis\\DevisService'])) {return $container->privates['App\\Service\\Formations\\Devis\\DevisService'];}$g = ($container->privates['App\\Service\\UI\\Renderers\\HtmlRenderer'] ??= new \App\Service\UI\Renderers\HtmlRenderer());$instance = new \App\Service\Formations\Devis\DevisService($a, $g, $b, $c, $d, $e, new \App\Service\Formations\Devis\DevisLigneService($a, $g), $f, ($container->privates['App\\Service\\Misc\\UrlGeneratorHelper'] ?? self::getUrlGeneratorHelperService($container)), ($container->privates['App\\Repository\\Gestiform\\Formations\\Session\\Planning\\EventRepository'] ?? self::getEventRepositoryService($container)));if (isset($container->privates['App\\Service\\Formations\\Devis\\DevisService'])) {return $container->privates['App\\Service\\Formations\\Devis\\DevisService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getDevisServiceService
(line 3814)
$e = ($container->privates['App\\Service\\Formations\\Catalogue\\Bloc\\BlocCompetenceService'] ?? self::getBlocCompetenceServiceService($container));if (isset($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'])) {return $container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'];}$f = ($container->privates['App\\Service\\Formations\\Devis\\DevisService'] ?? self::getDevisServiceService($container));if (isset($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'])) {return $container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'];}$g = ($container->privates['App\\Service\\Formations\\Dossier\\DocumentService'] ?? self::getDocumentServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getMoTCleSpecifiqueService
(line 3731)
if (isset($container->privates['App\\Service\\Misc\\ModelDocumentService'])) {return $container->privates['App\\Service\\Misc\\ModelDocumentService'];}$instance = new \App\Service\Misc\ModelDocumentService($a, ($container->privates['App\\Service\\UI\\Renderers\\HtmlRenderer'] ??= new \App\Service\UI\Renderers\HtmlRenderer()), $b, $c, $d, (\dirname(__DIR__, 4).'/public/uploads/'), ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), $e, $f, ($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'] ?? self::getMoTCleSpecifiqueService($container)), new \App\Service\PdfGenerator\TemplateSpecifique(new \App\Service\PdfGenerator\apprenant\ContratApprentissageExportPdf(), new \App\Service\PdfGenerator\facturations\FactureExportPdf($f), new \App\Service\PdfGenerator\catalogue\DevisExportPdf($f, $b), $g));if (isset($container->privates['App\\Service\\Misc\\ModelDocumentService'])) {return $container->privates['App\\Service\\Misc\\ModelDocumentService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getModelDocumentServiceService
(line 2708)
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container));if (isset($container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'])) {return $container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'];}$b = ($container->privates['App\\Service\\Misc\\ModelDocumentService'] ?? self::getModelDocumentServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'])) {return $container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getHistoriqueEmailServiceService
(line 3248)
$d = ($container->privates['App\\Service\\Formations\\Dossier\\AdreeseService'] ?? self::getAdreeseServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Formateur\\FormateurService'])) {return $container->privates['App\\Service\\Formations\\Formateur\\FormateurService'];}$e = ($container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'] ?? self::getHistoriqueEmailServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Formateur\\FormateurService'])) {return $container->privates['App\\Service\\Formations\\Formateur\\FormateurService'];}$f = ($container->privates['App\\Service\\Formations\\Dossier\\DocumentService'] ?? self::getDocumentServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getFormateurServiceService
(line 3453)
$d = ($container->privates['App\\Service\\Formations\\Catalogue\\Module\\ModuleService'] ?? self::getModuleServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'];}$e = ($container->privates['App\\Service\\Formations\\Formateur\\FormateurService'] ?? self::getFormateurServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'];}$f = ($container->privates['App\\Service\\Formations\\Entreprise\\ContratService'] ?? self::getContratServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getEventServiceService
(line 3525)
$c = ($container->privates['App\\Service\\Admin\\MasterlistelgService'] ?? self::getMasterlistelgServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'];}$d = ($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'] ?? self::getEventServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getPlanningServiceService
(line 3557)
$b = ($container->privates['App\\Service\\Admin\\MasterlistelgService'] ?? self::getMasterlistelgServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'];}$c = ($container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'] ?? self::getPlanningServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'];}$d = ($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'] ?? self::getEventServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getSessionParcoursServiceService
(line 4006)
$b = ($container->privates['App\\Service\\Admin\\MasterListeService'] ?? self::getMasterListeServiceService($container));if (isset($container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'])) {return $container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'];}$c = ($container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'] ?? self::getSessionParcoursServiceService($container));if (isset($container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'])) {return $container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getSidebarMenuManagerService
(line 5593)
])));$instance->addGlobal('page', ($container->privates['App\\Service\\UI\\Page\\PageConfig'] ??= new \App\Service\UI\Page\PageConfig()));$instance->addGlobal('sectionsManager', new \App\Service\UI\Sections\SectionsManager($h));$instance->addGlobal('datatables', new \App\Service\UI\Datatable\DatatablesConfig());$instance->addGlobal('mainMenuManager', new \App\Service\UI\Menu\MainMenuManager(($container->privates['security.helper'] ?? self::getSecurity_HelperService($container)), $f, $e));$instance->addGlobal('sidebarMenuManager', ($container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'] ?? self::getSidebarMenuManagerService($container)));$instance->addGlobal('datatableClasses', new \App\Service\UI\Datatable\DatatableClasses());$instance->addGlobal('moduleService', ($container->privates['App\\Service\\Formations\\Catalogue\\Module\\ModuleService'] ?? self::getModuleServiceService($container)));$instance->addGlobal('cleSpecifique', ($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'] ?? self::getMoTCleSpecifiqueService($container)));$instance->addGlobal('back_login', $container->getEnv('BACK_LOGIN'));$instance->registerUndefinedFilterCallback([$m, 'suggestFilter']);
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getTwigService
(line 916)
}, 4), $c));$instance->add(($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));$instance->add(($container->services['data_collector.cache'] ?? self::getDataCollector_CacheService($container)));$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($container->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)), ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)), ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container))));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->privates['twig'] ?? self::getTwigService($container))));$instance->add($d);$instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($container->services['doctrine'] ?? self::getDoctrineService($container)), true, ($container->privates['doctrine.debug_data_holder'] ??= new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))));$instance->add(($container->services['data_collector.dump'] ?? self::getDataCollector_DumpService($container)));$instance->add($e);$instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($container->privates['mailer.message_logger_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
in
var/cache/dev/ContainerAyRPxK3/getWebProfiler_Controller_ProfilerService.php
::
get_Container_Private_ProfilerService
(line 23)
*/public static function do($container, $lazyLoad = true){include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';return $container->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($container->services['router'] ?? self::getRouterService($container)), ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container)), ($container->privates['twig'] ?? self::getTwigService($container)), $container->parameters['data_collector.templates'], ($container->privates['web_profiler.csp.handler'] ?? self::getWebProfiler_Csp_HandlerService($container)), \dirname(__DIR__, 4));}}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
do
(line 856)
$file .= '.php';}$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}protected function createProxy($class, \Closure $factory){class_exists($class, false) || require __DIR__.'/'.$class.'.php';
in
vendor/symfony/dependency-injection/Container.php
->
load
(line 221)
$container->loading[$id] = true;try {if (isset($container->fileMap[$id])) {return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}} catch (\Exception $e) {unset($container->services[$id]);
in
vendor/symfony/dependency-injection/Container.php
::
make
(line 203)
*/public function get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object{return $this->services[$id]?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}/*** Creates a service.*
in
vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php
->
get
(line 38)
protected function instantiateController(string $class): object{$class = ltrim($class, '\\');if ($this->container->has($class)) {return $this->container->get($class);}try {return parent::instantiateController($class);} catch (\Error $e) {
in
vendor/symfony/framework-bundle/Controller/ControllerResolver.php
->
instantiateController
(line 25)
*/class ControllerResolver extends ContainerControllerResolver{protected function instantiateController(string $class): object{$controller = parent::instantiateController($class);if ($controller instanceof AbstractController) {if (null === $previousContainer = $controller->setContainer($this->container)) {throw new \LogicException(\sprintf('"%s" has no container set, did you forget to define it as a service subscriber?', $class));}
in
vendor/symfony/http-kernel/Controller/ControllerResolver.php
->
instantiateController
(line 127)
}[$class, $method] = explode('::', $controller, 2);try {$controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {try {if ((new \ReflectionMethod($class, $method))->isStatic()) {return $class.'::'.$method;}
in
vendor/symfony/http-kernel/Controller/ControllerResolver.php
->
createController
(line 95)
if (\function_exists($controller)) {return $this->checkController($request, $controller);}try {$callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {throw new \InvalidArgumentException(\sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo()).$e->getMessage(), 0, $e);}if (!\is_callable($callable)) {
in
vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php
->
getController
(line 33)
public function getController(Request $request): callable|false{$e = $this->stopwatch->start('controller.get_callable');try {return $this->resolver->getController($request);} finally {$e->stop();}}}
in
vendor/symfony/http-kernel/HttpKernel.php
->
getController
(line 166)
if ($event->hasResponse()) {return $this->filterResponse($event->getResponse(), $request, $type);}// load controllerif (false === $controller = $this->resolver->getController($request)) {throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));}$event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 193)
if (!$this->handlingHttpCache) {$this->resetServices = true;}try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 32)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
require_once('/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/migration-doranco/vendor/autoload_runtime.php')
in
public/index.php
(line 5)
<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};
Doctrine\DBAL\Driver\PDO\ Exception
in
vendor/doctrine/dbal/src/Driver/PDO/Exception.php
(line 24)
} else {$code = $exception->getCode();$sqlState = null;}return new self($exception->getMessage(), $sqlState, $code, $exception);}}
in
vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php
::
new
(line 52)
$params['user'] ?? '',$params['password'] ?? '',$driverOptions,);} catch (PDOException $exception) {throw Exception::new($exception);}return new Connection($pdo);}
in
vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php
->
connect
(line 27)
*/public function connect(#[SensitiveParameter]array $params,): DriverConnection {return $this->wrappedDriver->connect($params);}public function getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform{return $this->wrappedDriver->getDatabasePlatform($versionProvider);
in
vendor/doctrine/dbal/src/Logging/Driver.php
->
connect
(line 30)
array $params,): Connection {$this->logger->info('Connecting with parameters {params}', ['params' => $this->maskPassword($params)]);return new Connection(parent::connect($params),$this->logger,);}/**
in
vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php
->
connect
(line 27)
*/public function connect(#[SensitiveParameter]array $params,): DriverConnection {return $this->wrappedDriver->connect($params);}public function getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform{return $this->wrappedDriver->getDatabasePlatform($versionProvider);
in
vendor/symfony/doctrine-bridge/Middleware/Debug/Driver.php
->
connect
(line 37)
parent::__construct($driver);}public function connect(array $params): ConnectionInterface{$connection = parent::connect($params);if ('void' !== (string) (new \ReflectionMethod(ConnectionInterface::class, 'commit'))->getReturnType()) {return new DBAL3\Connection($connection,$this->debugDataHolder,
in
vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php
->
connect
(line 27)
*/public function connect(#[SensitiveParameter]array $params,): DriverConnection {return $this->wrappedDriver->connect($params);}public function getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform{return $this->wrappedDriver->getDatabasePlatform($versionProvider);
in
vendor/symfony/doctrine-bridge/Middleware/IdleConnection/Driver.php
->
connect
(line 35)
}public function connect(array $params): ConnectionInterface{$timestamp = time();$connection = parent::connect($params);$this->connectionExpiries[$this->connectionName] = $timestamp + $this->ttl;return $connection;}}
in
vendor/doctrine/dbal/src/Connection.php
->
connect
(line 222)
if ($this->_conn !== null) {return $this->_conn;}try {$connection = $this->_conn = $this->driver->connect($this->params);} catch (Driver\Exception $e) {throw $this->convertException($e);}if ($this->autoCommit === false) {
in
vendor/doctrine/dbal/src/Connection.php
->
connect
(line 792)
): Result {if ($qcp !== null) {return $this->executeCacheQuery($sql, $params, $types, $qcp);}$connection = $this->connect();try {if (count($params) > 0) {[$sql, $params, $types] = $this->expandArrayParameters($sql, $params, $types);
in
vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php
->
executeQuery
(line 27)
/*** {@inheritDoc}*/public function execute(Connection $conn, array $params, array $types): Result{return $conn->executeQuery($this->getSqlStatements(), $params, $types, $this->queryCacheProfile);}}
in
vendor/doctrine/orm/src/Query.php
->
execute
(line 296)
$sqlParams,$types,$this->em->getConnection()->getParams(),);return $executor->execute($this->em->getConnection(), $sqlParams, $types);}/*** @param array<string,mixed> $sqlParams* @param array<string,Type> $types
in
vendor/doctrine/orm/src/AbstractQuery.php
->
_doExecute
(line 930)
$setCacheEntry = static function ($data) use ($cache, $result, $cacheItem, $realCacheKey): void {$cache->save($cacheItem->set($result + [$realCacheKey => $data]));};}$stmt = $this->_doExecute();if (is_numeric($stmt)) {$setCacheEntry($stmt);return $stmt;
in
vendor/doctrine/orm/src/AbstractQuery.php
->
executeIgnoreQueryCache
(line 886)
): mixed {if ($this->cacheable && $this->isCacheEnabled()) {return $this->executeUsingQueryCache($parameters, $hydrationMode);}return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}/*** Execute query ignoring second level cache.*
in
vendor/doctrine/orm/src/AbstractQuery.php
->
execute
(line 737)
* @throws NonUniqueResultException*/public function getOneOrNullResult(string|int|null $hydrationMode = null): mixed{try {$result = $this->execute(null, $hydrationMode);} catch (NoResultException) {return null;}if ($this->hydrationMode !== self::HYDRATE_SINGLE_SCALAR && ! $result) {
AbstractQuery->getOneOrNullResult()
in
src/Repository/Gestiform/Admin/MasterlistelgRepository.php
(line 232)
new Parameter(':codelg', $codelg),new Parameter(':module', $module),new Parameter(':codemaster', $codemaster)]));$qb->setMaxResults(1);return $qb->getQuery()->getOneOrNullResult();}public function getOneByListeCodeTypeForm($module, $codemaster, $codelg){return $this->createQueryBuilder('m')
MasterlistelgRepository->getOneByListeCode('NOYAU', 'PARAMETRAGE', 'NBHRSFORMATION')
in
src/Service/Formations/Devis/DevisService.php
(line 52)
private readonly EventRepository $eventRepository,){parent::__construct($entityManager);$this->hoursPerDay = $this->masterlistelgService->getRepository()->getOneByListeCode('NOYAU', 'PARAMETRAGE', 'NBHRSFORMATION')->getValeur();}public function getRepository(): DevisRepository{return $this->entityManager->getRepository(Devis::class);
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
->
__construct
(line 2409)
if (isset($container->privates['App\\Service\\Formations\\Devis\\DevisService'])) {return $container->privates['App\\Service\\Formations\\Devis\\DevisService'];}$g = ($container->privates['App\\Service\\UI\\Renderers\\HtmlRenderer'] ??= new \App\Service\UI\Renderers\HtmlRenderer());$instance = new \App\Service\Formations\Devis\DevisService($a, $g, $b, $c, $d, $e, new \App\Service\Formations\Devis\DevisLigneService($a, $g), $f, ($container->privates['App\\Service\\Misc\\UrlGeneratorHelper'] ?? self::getUrlGeneratorHelperService($container)), ($container->privates['App\\Repository\\Gestiform\\Formations\\Session\\Planning\\EventRepository'] ?? self::getEventRepositoryService($container)));if (isset($container->privates['App\\Service\\Formations\\Devis\\DevisService'])) {return $container->privates['App\\Service\\Formations\\Devis\\DevisService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getDevisServiceService
(line 3814)
$e = ($container->privates['App\\Service\\Formations\\Catalogue\\Bloc\\BlocCompetenceService'] ?? self::getBlocCompetenceServiceService($container));if (isset($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'])) {return $container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'];}$f = ($container->privates['App\\Service\\Formations\\Devis\\DevisService'] ?? self::getDevisServiceService($container));if (isset($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'])) {return $container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'];}$g = ($container->privates['App\\Service\\Formations\\Dossier\\DocumentService'] ?? self::getDocumentServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getMoTCleSpecifiqueService
(line 3731)
if (isset($container->privates['App\\Service\\Misc\\ModelDocumentService'])) {return $container->privates['App\\Service\\Misc\\ModelDocumentService'];}$instance = new \App\Service\Misc\ModelDocumentService($a, ($container->privates['App\\Service\\UI\\Renderers\\HtmlRenderer'] ??= new \App\Service\UI\Renderers\HtmlRenderer()), $b, $c, $d, (\dirname(__DIR__, 4).'/public/uploads/'), ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), $e, $f, ($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'] ?? self::getMoTCleSpecifiqueService($container)), new \App\Service\PdfGenerator\TemplateSpecifique(new \App\Service\PdfGenerator\apprenant\ContratApprentissageExportPdf(), new \App\Service\PdfGenerator\facturations\FactureExportPdf($f), new \App\Service\PdfGenerator\catalogue\DevisExportPdf($f, $b), $g));if (isset($container->privates['App\\Service\\Misc\\ModelDocumentService'])) {return $container->privates['App\\Service\\Misc\\ModelDocumentService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getModelDocumentServiceService
(line 2708)
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container));if (isset($container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'])) {return $container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'];}$b = ($container->privates['App\\Service\\Misc\\ModelDocumentService'] ?? self::getModelDocumentServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'])) {return $container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getHistoriqueEmailServiceService
(line 3248)
$d = ($container->privates['App\\Service\\Formations\\Dossier\\AdreeseService'] ?? self::getAdreeseServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Formateur\\FormateurService'])) {return $container->privates['App\\Service\\Formations\\Formateur\\FormateurService'];}$e = ($container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'] ?? self::getHistoriqueEmailServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Formateur\\FormateurService'])) {return $container->privates['App\\Service\\Formations\\Formateur\\FormateurService'];}$f = ($container->privates['App\\Service\\Formations\\Dossier\\DocumentService'] ?? self::getDocumentServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getFormateurServiceService
(line 3453)
$d = ($container->privates['App\\Service\\Formations\\Catalogue\\Module\\ModuleService'] ?? self::getModuleServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'];}$e = ($container->privates['App\\Service\\Formations\\Formateur\\FormateurService'] ?? self::getFormateurServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'];}$f = ($container->privates['App\\Service\\Formations\\Entreprise\\ContratService'] ?? self::getContratServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getEventServiceService
(line 3525)
$c = ($container->privates['App\\Service\\Admin\\MasterlistelgService'] ?? self::getMasterlistelgServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'];}$d = ($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'] ?? self::getEventServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getPlanningServiceService
(line 3557)
$b = ($container->privates['App\\Service\\Admin\\MasterlistelgService'] ?? self::getMasterlistelgServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'];}$c = ($container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'] ?? self::getPlanningServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'];}$d = ($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'] ?? self::getEventServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getSessionParcoursServiceService
(line 4006)
$b = ($container->privates['App\\Service\\Admin\\MasterListeService'] ?? self::getMasterListeServiceService($container));if (isset($container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'])) {return $container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'];}$c = ($container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'] ?? self::getSessionParcoursServiceService($container));if (isset($container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'])) {return $container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getSidebarMenuManagerService
(line 5593)
])));$instance->addGlobal('page', ($container->privates['App\\Service\\UI\\Page\\PageConfig'] ??= new \App\Service\UI\Page\PageConfig()));$instance->addGlobal('sectionsManager', new \App\Service\UI\Sections\SectionsManager($h));$instance->addGlobal('datatables', new \App\Service\UI\Datatable\DatatablesConfig());$instance->addGlobal('mainMenuManager', new \App\Service\UI\Menu\MainMenuManager(($container->privates['security.helper'] ?? self::getSecurity_HelperService($container)), $f, $e));$instance->addGlobal('sidebarMenuManager', ($container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'] ?? self::getSidebarMenuManagerService($container)));$instance->addGlobal('datatableClasses', new \App\Service\UI\Datatable\DatatableClasses());$instance->addGlobal('moduleService', ($container->privates['App\\Service\\Formations\\Catalogue\\Module\\ModuleService'] ?? self::getModuleServiceService($container)));$instance->addGlobal('cleSpecifique', ($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'] ?? self::getMoTCleSpecifiqueService($container)));$instance->addGlobal('back_login', $container->getEnv('BACK_LOGIN'));$instance->registerUndefinedFilterCallback([$m, 'suggestFilter']);
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getTwigService
(line 916)
}, 4), $c));$instance->add(($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));$instance->add(($container->services['data_collector.cache'] ?? self::getDataCollector_CacheService($container)));$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($container->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)), ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)), ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container))));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->privates['twig'] ?? self::getTwigService($container))));$instance->add($d);$instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($container->services['doctrine'] ?? self::getDoctrineService($container)), true, ($container->privates['doctrine.debug_data_holder'] ??= new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))));$instance->add(($container->services['data_collector.dump'] ?? self::getDataCollector_DumpService($container)));$instance->add($e);$instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($container->privates['mailer.message_logger_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
in
var/cache/dev/ContainerAyRPxK3/getWebProfiler_Controller_ProfilerService.php
::
get_Container_Private_ProfilerService
(line 23)
*/public static function do($container, $lazyLoad = true){include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';return $container->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($container->services['router'] ?? self::getRouterService($container)), ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container)), ($container->privates['twig'] ?? self::getTwigService($container)), $container->parameters['data_collector.templates'], ($container->privates['web_profiler.csp.handler'] ?? self::getWebProfiler_Csp_HandlerService($container)), \dirname(__DIR__, 4));}}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
do
(line 856)
$file .= '.php';}$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}protected function createProxy($class, \Closure $factory){class_exists($class, false) || require __DIR__.'/'.$class.'.php';
in
vendor/symfony/dependency-injection/Container.php
->
load
(line 221)
$container->loading[$id] = true;try {if (isset($container->fileMap[$id])) {return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}} catch (\Exception $e) {unset($container->services[$id]);
in
vendor/symfony/dependency-injection/Container.php
::
make
(line 203)
*/public function get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object{return $this->services[$id]?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}/*** Creates a service.*
in
vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php
->
get
(line 38)
protected function instantiateController(string $class): object{$class = ltrim($class, '\\');if ($this->container->has($class)) {return $this->container->get($class);}try {return parent::instantiateController($class);} catch (\Error $e) {
in
vendor/symfony/framework-bundle/Controller/ControllerResolver.php
->
instantiateController
(line 25)
*/class ControllerResolver extends ContainerControllerResolver{protected function instantiateController(string $class): object{$controller = parent::instantiateController($class);if ($controller instanceof AbstractController) {if (null === $previousContainer = $controller->setContainer($this->container)) {throw new \LogicException(\sprintf('"%s" has no container set, did you forget to define it as a service subscriber?', $class));}
in
vendor/symfony/http-kernel/Controller/ControllerResolver.php
->
instantiateController
(line 127)
}[$class, $method] = explode('::', $controller, 2);try {$controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {try {if ((new \ReflectionMethod($class, $method))->isStatic()) {return $class.'::'.$method;}
in
vendor/symfony/http-kernel/Controller/ControllerResolver.php
->
createController
(line 95)
if (\function_exists($controller)) {return $this->checkController($request, $controller);}try {$callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {throw new \InvalidArgumentException(\sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo()).$e->getMessage(), 0, $e);}if (!\is_callable($callable)) {
in
vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php
->
getController
(line 33)
public function getController(Request $request): callable|false{$e = $this->stopwatch->start('controller.get_callable');try {return $this->resolver->getController($request);} finally {$e->stop();}}}
in
vendor/symfony/http-kernel/HttpKernel.php
->
getController
(line 166)
if ($event->hasResponse()) {return $this->filterResponse($event->getResponse(), $request, $type);}// load controllerif (false === $controller = $this->resolver->getController($request)) {throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));}$event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 193)
if (!$this->handlingHttpCache) {$this->resetServices = true;}try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 32)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
require_once('/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/migration-doranco/vendor/autoload_runtime.php')
in
public/index.php
(line 5)
<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};
PDOException
in
vendor/doctrine/dbal/src/Driver/PDO/PDOConnect.php
(line 25)
#[SensitiveParameter]string $password,array $options,): PDO {if (PHP_VERSION_ID < 80400) {return new PDO($dsn, $username, $password, $options);}return PDO::connect($dsn, $username, $password, $options);}}
in
vendor/doctrine/dbal/src/Driver/PDO/PDOConnect.php
->
__construct
(line 25)
#[SensitiveParameter]string $password,array $options,): PDO {if (PHP_VERSION_ID < 80400) {return new PDO($dsn, $username, $password, $options);}return PDO::connect($dsn, $username, $password, $options);}}
in
vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php
->
doConnect
(line 45)
$safeParams = $params;unset($safeParams['password']);try {$pdo = $this->doConnect($this->constructPdoDsn($safeParams),$params['user'] ?? '',$params['password'] ?? '',$driverOptions,);
in
vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php
->
connect
(line 27)
*/public function connect(#[SensitiveParameter]array $params,): DriverConnection {return $this->wrappedDriver->connect($params);}public function getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform{return $this->wrappedDriver->getDatabasePlatform($versionProvider);
in
vendor/doctrine/dbal/src/Logging/Driver.php
->
connect
(line 30)
array $params,): Connection {$this->logger->info('Connecting with parameters {params}', ['params' => $this->maskPassword($params)]);return new Connection(parent::connect($params),$this->logger,);}/**
in
vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php
->
connect
(line 27)
*/public function connect(#[SensitiveParameter]array $params,): DriverConnection {return $this->wrappedDriver->connect($params);}public function getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform{return $this->wrappedDriver->getDatabasePlatform($versionProvider);
in
vendor/symfony/doctrine-bridge/Middleware/Debug/Driver.php
->
connect
(line 37)
parent::__construct($driver);}public function connect(array $params): ConnectionInterface{$connection = parent::connect($params);if ('void' !== (string) (new \ReflectionMethod(ConnectionInterface::class, 'commit'))->getReturnType()) {return new DBAL3\Connection($connection,$this->debugDataHolder,
in
vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php
->
connect
(line 27)
*/public function connect(#[SensitiveParameter]array $params,): DriverConnection {return $this->wrappedDriver->connect($params);}public function getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform{return $this->wrappedDriver->getDatabasePlatform($versionProvider);
in
vendor/symfony/doctrine-bridge/Middleware/IdleConnection/Driver.php
->
connect
(line 35)
}public function connect(array $params): ConnectionInterface{$timestamp = time();$connection = parent::connect($params);$this->connectionExpiries[$this->connectionName] = $timestamp + $this->ttl;return $connection;}}
in
vendor/doctrine/dbal/src/Connection.php
->
connect
(line 222)
if ($this->_conn !== null) {return $this->_conn;}try {$connection = $this->_conn = $this->driver->connect($this->params);} catch (Driver\Exception $e) {throw $this->convertException($e);}if ($this->autoCommit === false) {
in
vendor/doctrine/dbal/src/Connection.php
->
connect
(line 792)
): Result {if ($qcp !== null) {return $this->executeCacheQuery($sql, $params, $types, $qcp);}$connection = $this->connect();try {if (count($params) > 0) {[$sql, $params, $types] = $this->expandArrayParameters($sql, $params, $types);
in
vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php
->
executeQuery
(line 27)
/*** {@inheritDoc}*/public function execute(Connection $conn, array $params, array $types): Result{return $conn->executeQuery($this->getSqlStatements(), $params, $types, $this->queryCacheProfile);}}
in
vendor/doctrine/orm/src/Query.php
->
execute
(line 296)
$sqlParams,$types,$this->em->getConnection()->getParams(),);return $executor->execute($this->em->getConnection(), $sqlParams, $types);}/*** @param array<string,mixed> $sqlParams* @param array<string,Type> $types
in
vendor/doctrine/orm/src/AbstractQuery.php
->
_doExecute
(line 930)
$setCacheEntry = static function ($data) use ($cache, $result, $cacheItem, $realCacheKey): void {$cache->save($cacheItem->set($result + [$realCacheKey => $data]));};}$stmt = $this->_doExecute();if (is_numeric($stmt)) {$setCacheEntry($stmt);return $stmt;
in
vendor/doctrine/orm/src/AbstractQuery.php
->
executeIgnoreQueryCache
(line 886)
): mixed {if ($this->cacheable && $this->isCacheEnabled()) {return $this->executeUsingQueryCache($parameters, $hydrationMode);}return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}/*** Execute query ignoring second level cache.*
in
vendor/doctrine/orm/src/AbstractQuery.php
->
execute
(line 737)
* @throws NonUniqueResultException*/public function getOneOrNullResult(string|int|null $hydrationMode = null): mixed{try {$result = $this->execute(null, $hydrationMode);} catch (NoResultException) {return null;}if ($this->hydrationMode !== self::HYDRATE_SINGLE_SCALAR && ! $result) {
AbstractQuery->getOneOrNullResult()
in
src/Repository/Gestiform/Admin/MasterlistelgRepository.php
(line 232)
new Parameter(':codelg', $codelg),new Parameter(':module', $module),new Parameter(':codemaster', $codemaster)]));$qb->setMaxResults(1);return $qb->getQuery()->getOneOrNullResult();}public function getOneByListeCodeTypeForm($module, $codemaster, $codelg){return $this->createQueryBuilder('m')
MasterlistelgRepository->getOneByListeCode('NOYAU', 'PARAMETRAGE', 'NBHRSFORMATION')
in
src/Service/Formations/Devis/DevisService.php
(line 52)
private readonly EventRepository $eventRepository,){parent::__construct($entityManager);$this->hoursPerDay = $this->masterlistelgService->getRepository()->getOneByListeCode('NOYAU', 'PARAMETRAGE', 'NBHRSFORMATION')->getValeur();}public function getRepository(): DevisRepository{return $this->entityManager->getRepository(Devis::class);
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
->
__construct
(line 2409)
if (isset($container->privates['App\\Service\\Formations\\Devis\\DevisService'])) {return $container->privates['App\\Service\\Formations\\Devis\\DevisService'];}$g = ($container->privates['App\\Service\\UI\\Renderers\\HtmlRenderer'] ??= new \App\Service\UI\Renderers\HtmlRenderer());$instance = new \App\Service\Formations\Devis\DevisService($a, $g, $b, $c, $d, $e, new \App\Service\Formations\Devis\DevisLigneService($a, $g), $f, ($container->privates['App\\Service\\Misc\\UrlGeneratorHelper'] ?? self::getUrlGeneratorHelperService($container)), ($container->privates['App\\Repository\\Gestiform\\Formations\\Session\\Planning\\EventRepository'] ?? self::getEventRepositoryService($container)));if (isset($container->privates['App\\Service\\Formations\\Devis\\DevisService'])) {return $container->privates['App\\Service\\Formations\\Devis\\DevisService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getDevisServiceService
(line 3814)
$e = ($container->privates['App\\Service\\Formations\\Catalogue\\Bloc\\BlocCompetenceService'] ?? self::getBlocCompetenceServiceService($container));if (isset($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'])) {return $container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'];}$f = ($container->privates['App\\Service\\Formations\\Devis\\DevisService'] ?? self::getDevisServiceService($container));if (isset($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'])) {return $container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'];}$g = ($container->privates['App\\Service\\Formations\\Dossier\\DocumentService'] ?? self::getDocumentServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getMoTCleSpecifiqueService
(line 3731)
if (isset($container->privates['App\\Service\\Misc\\ModelDocumentService'])) {return $container->privates['App\\Service\\Misc\\ModelDocumentService'];}$instance = new \App\Service\Misc\ModelDocumentService($a, ($container->privates['App\\Service\\UI\\Renderers\\HtmlRenderer'] ??= new \App\Service\UI\Renderers\HtmlRenderer()), $b, $c, $d, (\dirname(__DIR__, 4).'/public/uploads/'), ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), $e, $f, ($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'] ?? self::getMoTCleSpecifiqueService($container)), new \App\Service\PdfGenerator\TemplateSpecifique(new \App\Service\PdfGenerator\apprenant\ContratApprentissageExportPdf(), new \App\Service\PdfGenerator\facturations\FactureExportPdf($f), new \App\Service\PdfGenerator\catalogue\DevisExportPdf($f, $b), $g));if (isset($container->privates['App\\Service\\Misc\\ModelDocumentService'])) {return $container->privates['App\\Service\\Misc\\ModelDocumentService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getModelDocumentServiceService
(line 2708)
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container));if (isset($container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'])) {return $container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'];}$b = ($container->privates['App\\Service\\Misc\\ModelDocumentService'] ?? self::getModelDocumentServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'])) {return $container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getHistoriqueEmailServiceService
(line 3248)
$d = ($container->privates['App\\Service\\Formations\\Dossier\\AdreeseService'] ?? self::getAdreeseServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Formateur\\FormateurService'])) {return $container->privates['App\\Service\\Formations\\Formateur\\FormateurService'];}$e = ($container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'] ?? self::getHistoriqueEmailServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Formateur\\FormateurService'])) {return $container->privates['App\\Service\\Formations\\Formateur\\FormateurService'];}$f = ($container->privates['App\\Service\\Formations\\Dossier\\DocumentService'] ?? self::getDocumentServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getFormateurServiceService
(line 3453)
$d = ($container->privates['App\\Service\\Formations\\Catalogue\\Module\\ModuleService'] ?? self::getModuleServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'];}$e = ($container->privates['App\\Service\\Formations\\Formateur\\FormateurService'] ?? self::getFormateurServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'];}$f = ($container->privates['App\\Service\\Formations\\Entreprise\\ContratService'] ?? self::getContratServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getEventServiceService
(line 3525)
$c = ($container->privates['App\\Service\\Admin\\MasterlistelgService'] ?? self::getMasterlistelgServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'];}$d = ($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'] ?? self::getEventServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getPlanningServiceService
(line 3557)
$b = ($container->privates['App\\Service\\Admin\\MasterlistelgService'] ?? self::getMasterlistelgServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'];}$c = ($container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'] ?? self::getPlanningServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'];}$d = ($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'] ?? self::getEventServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getSessionParcoursServiceService
(line 4006)
$b = ($container->privates['App\\Service\\Admin\\MasterListeService'] ?? self::getMasterListeServiceService($container));if (isset($container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'])) {return $container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'];}$c = ($container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'] ?? self::getSessionParcoursServiceService($container));if (isset($container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'])) {return $container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getSidebarMenuManagerService
(line 5593)
])));$instance->addGlobal('page', ($container->privates['App\\Service\\UI\\Page\\PageConfig'] ??= new \App\Service\UI\Page\PageConfig()));$instance->addGlobal('sectionsManager', new \App\Service\UI\Sections\SectionsManager($h));$instance->addGlobal('datatables', new \App\Service\UI\Datatable\DatatablesConfig());$instance->addGlobal('mainMenuManager', new \App\Service\UI\Menu\MainMenuManager(($container->privates['security.helper'] ?? self::getSecurity_HelperService($container)), $f, $e));$instance->addGlobal('sidebarMenuManager', ($container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'] ?? self::getSidebarMenuManagerService($container)));$instance->addGlobal('datatableClasses', new \App\Service\UI\Datatable\DatatableClasses());$instance->addGlobal('moduleService', ($container->privates['App\\Service\\Formations\\Catalogue\\Module\\ModuleService'] ?? self::getModuleServiceService($container)));$instance->addGlobal('cleSpecifique', ($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'] ?? self::getMoTCleSpecifiqueService($container)));$instance->addGlobal('back_login', $container->getEnv('BACK_LOGIN'));$instance->registerUndefinedFilterCallback([$m, 'suggestFilter']);
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getTwigService
(line 916)
}, 4), $c));$instance->add(($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));$instance->add(($container->services['data_collector.cache'] ?? self::getDataCollector_CacheService($container)));$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($container->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)), ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)), ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container))));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->privates['twig'] ?? self::getTwigService($container))));$instance->add($d);$instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($container->services['doctrine'] ?? self::getDoctrineService($container)), true, ($container->privates['doctrine.debug_data_holder'] ??= new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))));$instance->add(($container->services['data_collector.dump'] ?? self::getDataCollector_DumpService($container)));$instance->add($e);$instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($container->privates['mailer.message_logger_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
in
var/cache/dev/ContainerAyRPxK3/getWebProfiler_Controller_ProfilerService.php
::
get_Container_Private_ProfilerService
(line 23)
*/public static function do($container, $lazyLoad = true){include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';return $container->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($container->services['router'] ?? self::getRouterService($container)), ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container)), ($container->privates['twig'] ?? self::getTwigService($container)), $container->parameters['data_collector.templates'], ($container->privates['web_profiler.csp.handler'] ?? self::getWebProfiler_Csp_HandlerService($container)), \dirname(__DIR__, 4));}}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
do
(line 856)
$file .= '.php';}$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}protected function createProxy($class, \Closure $factory){class_exists($class, false) || require __DIR__.'/'.$class.'.php';
in
vendor/symfony/dependency-injection/Container.php
->
load
(line 221)
$container->loading[$id] = true;try {if (isset($container->fileMap[$id])) {return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}} catch (\Exception $e) {unset($container->services[$id]);
in
vendor/symfony/dependency-injection/Container.php
::
make
(line 203)
*/public function get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object{return $this->services[$id]?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}/*** Creates a service.*
in
vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php
->
get
(line 38)
protected function instantiateController(string $class): object{$class = ltrim($class, '\\');if ($this->container->has($class)) {return $this->container->get($class);}try {return parent::instantiateController($class);} catch (\Error $e) {
in
vendor/symfony/framework-bundle/Controller/ControllerResolver.php
->
instantiateController
(line 25)
*/class ControllerResolver extends ContainerControllerResolver{protected function instantiateController(string $class): object{$controller = parent::instantiateController($class);if ($controller instanceof AbstractController) {if (null === $previousContainer = $controller->setContainer($this->container)) {throw new \LogicException(\sprintf('"%s" has no container set, did you forget to define it as a service subscriber?', $class));}
in
vendor/symfony/http-kernel/Controller/ControllerResolver.php
->
instantiateController
(line 127)
}[$class, $method] = explode('::', $controller, 2);try {$controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {try {if ((new \ReflectionMethod($class, $method))->isStatic()) {return $class.'::'.$method;}
in
vendor/symfony/http-kernel/Controller/ControllerResolver.php
->
createController
(line 95)
if (\function_exists($controller)) {return $this->checkController($request, $controller);}try {$callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {throw new \InvalidArgumentException(\sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo()).$e->getMessage(), 0, $e);}if (!\is_callable($callable)) {
in
vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php
->
getController
(line 33)
public function getController(Request $request): callable|false{$e = $this->stopwatch->start('controller.get_callable');try {return $this->resolver->getController($request);} finally {$e->stop();}}}
in
vendor/symfony/http-kernel/HttpKernel.php
->
getController
(line 166)
if ($event->hasResponse()) {return $this->filterResponse($event->getResponse(), $request, $type);}// load controllerif (false === $controller = $this->resolver->getController($request)) {throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));}$event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 193)
if (!$this->handlingHttpCache) {$this->resetServices = true;}try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 32)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
require_once('/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/migration-doranco/vendor/autoload_runtime.php')
in
public/index.php
(line 5)
<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};
PDOException
in
vendor/doctrine/dbal/src/Driver/PDO/PDOConnect.php
(line 25)
#[SensitiveParameter]string $password,array $options,): PDO {if (PHP_VERSION_ID < 80400) {return new PDO($dsn, $username, $password, $options);}return PDO::connect($dsn, $username, $password, $options);}}
in
vendor/doctrine/dbal/src/Driver/PDO/PDOConnect.php
->
__construct
(line 25)
#[SensitiveParameter]string $password,array $options,): PDO {if (PHP_VERSION_ID < 80400) {return new PDO($dsn, $username, $password, $options);}return PDO::connect($dsn, $username, $password, $options);}}
in
vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php
->
doConnect
(line 45)
$safeParams = $params;unset($safeParams['password']);try {$pdo = $this->doConnect($this->constructPdoDsn($safeParams),$params['user'] ?? '',$params['password'] ?? '',$driverOptions,);
in
vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php
->
connect
(line 27)
*/public function connect(#[SensitiveParameter]array $params,): DriverConnection {return $this->wrappedDriver->connect($params);}public function getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform{return $this->wrappedDriver->getDatabasePlatform($versionProvider);
in
vendor/doctrine/dbal/src/Logging/Driver.php
->
connect
(line 30)
array $params,): Connection {$this->logger->info('Connecting with parameters {params}', ['params' => $this->maskPassword($params)]);return new Connection(parent::connect($params),$this->logger,);}/**
in
vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php
->
connect
(line 27)
*/public function connect(#[SensitiveParameter]array $params,): DriverConnection {return $this->wrappedDriver->connect($params);}public function getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform{return $this->wrappedDriver->getDatabasePlatform($versionProvider);
in
vendor/symfony/doctrine-bridge/Middleware/Debug/Driver.php
->
connect
(line 37)
parent::__construct($driver);}public function connect(array $params): ConnectionInterface{$connection = parent::connect($params);if ('void' !== (string) (new \ReflectionMethod(ConnectionInterface::class, 'commit'))->getReturnType()) {return new DBAL3\Connection($connection,$this->debugDataHolder,
in
vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php
->
connect
(line 27)
*/public function connect(#[SensitiveParameter]array $params,): DriverConnection {return $this->wrappedDriver->connect($params);}public function getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform{return $this->wrappedDriver->getDatabasePlatform($versionProvider);
in
vendor/symfony/doctrine-bridge/Middleware/IdleConnection/Driver.php
->
connect
(line 35)
}public function connect(array $params): ConnectionInterface{$timestamp = time();$connection = parent::connect($params);$this->connectionExpiries[$this->connectionName] = $timestamp + $this->ttl;return $connection;}}
in
vendor/doctrine/dbal/src/Connection.php
->
connect
(line 222)
if ($this->_conn !== null) {return $this->_conn;}try {$connection = $this->_conn = $this->driver->connect($this->params);} catch (Driver\Exception $e) {throw $this->convertException($e);}if ($this->autoCommit === false) {
in
vendor/doctrine/dbal/src/Connection.php
->
connect
(line 792)
): Result {if ($qcp !== null) {return $this->executeCacheQuery($sql, $params, $types, $qcp);}$connection = $this->connect();try {if (count($params) > 0) {[$sql, $params, $types] = $this->expandArrayParameters($sql, $params, $types);
in
vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php
->
executeQuery
(line 27)
/*** {@inheritDoc}*/public function execute(Connection $conn, array $params, array $types): Result{return $conn->executeQuery($this->getSqlStatements(), $params, $types, $this->queryCacheProfile);}}
in
vendor/doctrine/orm/src/Query.php
->
execute
(line 296)
$sqlParams,$types,$this->em->getConnection()->getParams(),);return $executor->execute($this->em->getConnection(), $sqlParams, $types);}/*** @param array<string,mixed> $sqlParams* @param array<string,Type> $types
in
vendor/doctrine/orm/src/AbstractQuery.php
->
_doExecute
(line 930)
$setCacheEntry = static function ($data) use ($cache, $result, $cacheItem, $realCacheKey): void {$cache->save($cacheItem->set($result + [$realCacheKey => $data]));};}$stmt = $this->_doExecute();if (is_numeric($stmt)) {$setCacheEntry($stmt);return $stmt;
in
vendor/doctrine/orm/src/AbstractQuery.php
->
executeIgnoreQueryCache
(line 886)
): mixed {if ($this->cacheable && $this->isCacheEnabled()) {return $this->executeUsingQueryCache($parameters, $hydrationMode);}return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}/*** Execute query ignoring second level cache.*
in
vendor/doctrine/orm/src/AbstractQuery.php
->
execute
(line 737)
* @throws NonUniqueResultException*/public function getOneOrNullResult(string|int|null $hydrationMode = null): mixed{try {$result = $this->execute(null, $hydrationMode);} catch (NoResultException) {return null;}if ($this->hydrationMode !== self::HYDRATE_SINGLE_SCALAR && ! $result) {
AbstractQuery->getOneOrNullResult()
in
src/Repository/Gestiform/Admin/MasterlistelgRepository.php
(line 232)
new Parameter(':codelg', $codelg),new Parameter(':module', $module),new Parameter(':codemaster', $codemaster)]));$qb->setMaxResults(1);return $qb->getQuery()->getOneOrNullResult();}public function getOneByListeCodeTypeForm($module, $codemaster, $codelg){return $this->createQueryBuilder('m')
MasterlistelgRepository->getOneByListeCode('NOYAU', 'PARAMETRAGE', 'NBHRSFORMATION')
in
src/Service/Formations/Devis/DevisService.php
(line 52)
private readonly EventRepository $eventRepository,){parent::__construct($entityManager);$this->hoursPerDay = $this->masterlistelgService->getRepository()->getOneByListeCode('NOYAU', 'PARAMETRAGE', 'NBHRSFORMATION')->getValeur();}public function getRepository(): DevisRepository{return $this->entityManager->getRepository(Devis::class);
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
->
__construct
(line 2409)
if (isset($container->privates['App\\Service\\Formations\\Devis\\DevisService'])) {return $container->privates['App\\Service\\Formations\\Devis\\DevisService'];}$g = ($container->privates['App\\Service\\UI\\Renderers\\HtmlRenderer'] ??= new \App\Service\UI\Renderers\HtmlRenderer());$instance = new \App\Service\Formations\Devis\DevisService($a, $g, $b, $c, $d, $e, new \App\Service\Formations\Devis\DevisLigneService($a, $g), $f, ($container->privates['App\\Service\\Misc\\UrlGeneratorHelper'] ?? self::getUrlGeneratorHelperService($container)), ($container->privates['App\\Repository\\Gestiform\\Formations\\Session\\Planning\\EventRepository'] ?? self::getEventRepositoryService($container)));if (isset($container->privates['App\\Service\\Formations\\Devis\\DevisService'])) {return $container->privates['App\\Service\\Formations\\Devis\\DevisService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getDevisServiceService
(line 3814)
$e = ($container->privates['App\\Service\\Formations\\Catalogue\\Bloc\\BlocCompetenceService'] ?? self::getBlocCompetenceServiceService($container));if (isset($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'])) {return $container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'];}$f = ($container->privates['App\\Service\\Formations\\Devis\\DevisService'] ?? self::getDevisServiceService($container));if (isset($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'])) {return $container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'];}$g = ($container->privates['App\\Service\\Formations\\Dossier\\DocumentService'] ?? self::getDocumentServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getMoTCleSpecifiqueService
(line 3731)
if (isset($container->privates['App\\Service\\Misc\\ModelDocumentService'])) {return $container->privates['App\\Service\\Misc\\ModelDocumentService'];}$instance = new \App\Service\Misc\ModelDocumentService($a, ($container->privates['App\\Service\\UI\\Renderers\\HtmlRenderer'] ??= new \App\Service\UI\Renderers\HtmlRenderer()), $b, $c, $d, (\dirname(__DIR__, 4).'/public/uploads/'), ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), $e, $f, ($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'] ?? self::getMoTCleSpecifiqueService($container)), new \App\Service\PdfGenerator\TemplateSpecifique(new \App\Service\PdfGenerator\apprenant\ContratApprentissageExportPdf(), new \App\Service\PdfGenerator\facturations\FactureExportPdf($f), new \App\Service\PdfGenerator\catalogue\DevisExportPdf($f, $b), $g));if (isset($container->privates['App\\Service\\Misc\\ModelDocumentService'])) {return $container->privates['App\\Service\\Misc\\ModelDocumentService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getModelDocumentServiceService
(line 2708)
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container));if (isset($container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'])) {return $container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'];}$b = ($container->privates['App\\Service\\Misc\\ModelDocumentService'] ?? self::getModelDocumentServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'])) {return $container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getHistoriqueEmailServiceService
(line 3248)
$d = ($container->privates['App\\Service\\Formations\\Dossier\\AdreeseService'] ?? self::getAdreeseServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Formateur\\FormateurService'])) {return $container->privates['App\\Service\\Formations\\Formateur\\FormateurService'];}$e = ($container->privates['App\\Service\\Formations\\Dossier\\HistoriqueEmailService'] ?? self::getHistoriqueEmailServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Formateur\\FormateurService'])) {return $container->privates['App\\Service\\Formations\\Formateur\\FormateurService'];}$f = ($container->privates['App\\Service\\Formations\\Dossier\\DocumentService'] ?? self::getDocumentServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getFormateurServiceService
(line 3453)
$d = ($container->privates['App\\Service\\Formations\\Catalogue\\Module\\ModuleService'] ?? self::getModuleServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'];}$e = ($container->privates['App\\Service\\Formations\\Formateur\\FormateurService'] ?? self::getFormateurServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'];}$f = ($container->privates['App\\Service\\Formations\\Entreprise\\ContratService'] ?? self::getContratServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getEventServiceService
(line 3525)
$c = ($container->privates['App\\Service\\Admin\\MasterlistelgService'] ?? self::getMasterlistelgServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'];}$d = ($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'] ?? self::getEventServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getPlanningServiceService
(line 3557)
$b = ($container->privates['App\\Service\\Admin\\MasterlistelgService'] ?? self::getMasterlistelgServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'];}$c = ($container->privates['App\\Service\\Formations\\Sessions\\Planning\\PlanningService'] ?? self::getPlanningServiceService($container));if (isset($container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'])) {return $container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'];}$d = ($container->privates['App\\Service\\Formations\\Sessions\\Planning\\EventService'] ?? self::getEventServiceService($container));
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getSessionParcoursServiceService
(line 4006)
$b = ($container->privates['App\\Service\\Admin\\MasterListeService'] ?? self::getMasterListeServiceService($container));if (isset($container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'])) {return $container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'];}$c = ($container->privates['App\\Service\\Formations\\Sessions\\SessionParcours\\SessionParcoursService'] ?? self::getSessionParcoursServiceService($container));if (isset($container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'])) {return $container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'];}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getSidebarMenuManagerService
(line 5593)
])));$instance->addGlobal('page', ($container->privates['App\\Service\\UI\\Page\\PageConfig'] ??= new \App\Service\UI\Page\PageConfig()));$instance->addGlobal('sectionsManager', new \App\Service\UI\Sections\SectionsManager($h));$instance->addGlobal('datatables', new \App\Service\UI\Datatable\DatatablesConfig());$instance->addGlobal('mainMenuManager', new \App\Service\UI\Menu\MainMenuManager(($container->privates['security.helper'] ?? self::getSecurity_HelperService($container)), $f, $e));$instance->addGlobal('sidebarMenuManager', ($container->privates['App\\Service\\UI\\Menu\\SidebarMenuManager'] ?? self::getSidebarMenuManagerService($container)));$instance->addGlobal('datatableClasses', new \App\Service\UI\Datatable\DatatableClasses());$instance->addGlobal('moduleService', ($container->privates['App\\Service\\Formations\\Catalogue\\Module\\ModuleService'] ?? self::getModuleServiceService($container)));$instance->addGlobal('cleSpecifique', ($container->privates['App\\Service\\PdfGenerator\\MoTCleSpecifique'] ?? self::getMoTCleSpecifiqueService($container)));$instance->addGlobal('back_login', $container->getEnv('BACK_LOGIN'));$instance->registerUndefinedFilterCallback([$m, 'suggestFilter']);
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
getTwigService
(line 916)
}, 4), $c));$instance->add(($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));$instance->add(($container->services['data_collector.cache'] ?? self::getDataCollector_CacheService($container)));$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($container->privates['security.untracked_token_storage'] ??= new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()), ($container->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($container->privates['security.logout_url_generator'] ?? self::getSecurity_LogoutUrlGeneratorService($container)), ($container->privates['debug.security.access.decision_manager'] ?? self::getDebug_Security_Access_DecisionManagerService($container)), ($container->privates['security.firewall.map'] ?? self::getSecurity_Firewall_MapService($container)), ($container->privates['debug.security.firewall'] ?? self::getDebug_Security_FirewallService($container))));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->privates['twig'] ?? self::getTwigService($container))));$instance->add($d);$instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($container->services['doctrine'] ?? self::getDoctrineService($container)), true, ($container->privates['doctrine.debug_data_holder'] ??= new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))));$instance->add(($container->services['data_collector.dump'] ?? self::getDataCollector_DumpService($container)));$instance->add($e);$instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($container->privates['mailer.message_logger_listener'] ??= new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
in
var/cache/dev/ContainerAyRPxK3/getWebProfiler_Controller_ProfilerService.php
::
get_Container_Private_ProfilerService
(line 23)
*/public static function do($container, $lazyLoad = true){include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';return $container->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($container->services['router'] ?? self::getRouterService($container)), ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container)), ($container->privates['twig'] ?? self::getTwigService($container)), $container->parameters['data_collector.templates'], ($container->privates['web_profiler.csp.handler'] ?? self::getWebProfiler_Csp_HandlerService($container)), \dirname(__DIR__, 4));}}
in
var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php
::
do
(line 856)
$file .= '.php';}$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}protected function createProxy($class, \Closure $factory){class_exists($class, false) || require __DIR__.'/'.$class.'.php';
in
vendor/symfony/dependency-injection/Container.php
->
load
(line 221)
$container->loading[$id] = true;try {if (isset($container->fileMap[$id])) {return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}} catch (\Exception $e) {unset($container->services[$id]);
in
vendor/symfony/dependency-injection/Container.php
::
make
(line 203)
*/public function get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object{return $this->services[$id]?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}/*** Creates a service.*
in
vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php
->
get
(line 38)
protected function instantiateController(string $class): object{$class = ltrim($class, '\\');if ($this->container->has($class)) {return $this->container->get($class);}try {return parent::instantiateController($class);} catch (\Error $e) {
in
vendor/symfony/framework-bundle/Controller/ControllerResolver.php
->
instantiateController
(line 25)
*/class ControllerResolver extends ContainerControllerResolver{protected function instantiateController(string $class): object{$controller = parent::instantiateController($class);if ($controller instanceof AbstractController) {if (null === $previousContainer = $controller->setContainer($this->container)) {throw new \LogicException(\sprintf('"%s" has no container set, did you forget to define it as a service subscriber?', $class));}
in
vendor/symfony/http-kernel/Controller/ControllerResolver.php
->
instantiateController
(line 127)
}[$class, $method] = explode('::', $controller, 2);try {$controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {try {if ((new \ReflectionMethod($class, $method))->isStatic()) {return $class.'::'.$method;}
in
vendor/symfony/http-kernel/Controller/ControllerResolver.php
->
createController
(line 95)
if (\function_exists($controller)) {return $this->checkController($request, $controller);}try {$callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {throw new \InvalidArgumentException(\sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo()).$e->getMessage(), 0, $e);}if (!\is_callable($callable)) {
in
vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php
->
getController
(line 33)
public function getController(Request $request): callable|false{$e = $this->stopwatch->start('controller.get_callable');try {return $this->resolver->getController($request);} finally {$e->stop();}}}
in
vendor/symfony/http-kernel/HttpKernel.php
->
getController
(line 166)
if ($event->hasResponse()) {return $this->filterResponse($event->getResponse(), $request, $type);}// load controllerif (false === $controller = $this->resolver->getController($request)) {throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));}$event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 193)
if (!$this->handlingHttpCache) {$this->resetServices = true;}try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 32)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
require_once('/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/migration-doranco/vendor/autoload_runtime.php')
in
public/index.php
(line 5)
<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 08:39:55 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "cef431"
},
"request_uri": "https://dev.v4.mycommunity.lmosoft.com/_profiler/cef431",
"method": "GET"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.request" to listener "App\EventSubscriber\OutputBufferSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\EventSubscriber\\OutputBufferSubscriber::onKernelRequest"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| INFO 08:39:55 | deprecation |
User Deprecated: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {
"exception": {}
}
|
| INFO 08:39:55 | doctrine |
Connecting with parameters {params} {
"params": {
"driver": "pdo_mysql",
"charset": "utf8mb4",
"idle_connection_ttl": 600,
"host": "ocms.myd.infomaniak.com",
"port": 3306,
"user": "ocms_migrate",
"password": "<redacted>",
"driverOptions": [],
"serverVersion": "5.7.29",
"defaultTableOptions": {
"charset": "utf8mb4",
"collate": "utf8mb4_unicode_ci"
},
"dbname": "ocms_dev_v4_gestiform"
}
}
|
| DEBUG 08:39:55 | doctrine | Executing statement: SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1 (parameters: {params}, types: {types}) |
| DEBUG 08:39:55 | doctrine | Executing statement: SELECT t0.id AS id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.archive AS archive_8, t0.email AS email_9, t0.password AS password_10, t0.plain_password AS plain_password_11, t0.roles AS roles_12, t0.enabled AS enabled_13, t0.status AS status_14, t0.rgpd AS rgpd_15, t0.api_token AS api_token_16, t0.created_by_id AS created_by_id_17, t0.updated_by_id AS updated_by_id_18, t0.adresse_id AS adresse_id_19, t0.photo_id AS photo_id_20, t0.api_gestiform_id AS api_gestiform_id_21, t0.type, t1.rgpd_signed_at AS rgpd_signed_at_22, t1.personal_informations_id AS personal_informations_id_23, t1.rgpd_document_id AS rgpd_document_id_24, t1.responsable_hierarchique_id AS responsable_hierarchique_id_25, t2.mineur AS mineur_26, t2.dossier_actif_id AS dossier_actif_id_27, t2.representant_legal_id AS representant_legal_id_28, t3.prefecture AS prefecture_29, t3.numero_activite AS numero_activite_30, t3.numero_activite2 AS numero_activite2_31, t3.liste_competences AS liste_competences_32, t3.debut_habilitation AS debut_habilitation_33, t3.fin_habilitation AS fin_habilitation_34, t3.jury_uniquement AS jury_uniquement_35, t3.mission_proposee AS mission_proposee_36, t3.statut_id AS statut_id_37, t4.personal_informations_id AS personal_informations_id_38, t4.signature_file_id AS signature_file_id_39 FROM user t0 LEFT JOIN employe t1 ON t0.id = t1.id LEFT JOIN apprenant t2 ON t0.id = t2.id LEFT JOIN formateur t3 ON t0.id = t3.id LEFT JOIN personne t4 ON t0.id = t4.id WHERE t0.id = ? (parameters: {params}, types: {types}) |
| DEBUG 08:39:55 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\IsSignatureValidAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.controller_arguments" to listener "ContainerAyRPxK3\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "ContainerAyRPxK3\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
|
| DEBUG 08:39:55 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
Stack Traces 4
|
[4/4]
ConnectionException
|
|---|
Doctrine\DBAL\Exception\ConnectionException:
An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for ocms.myd.infomaniak.com failed: Name or service not known
at vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:91
at Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(object(Exception), null)
(vendor/doctrine/dbal/src/Connection.php:1460)
at Doctrine\DBAL\Connection->handleDriverException(object(Exception), null)
(vendor/doctrine/dbal/src/Connection.php:1402)
at Doctrine\DBAL\Connection->convertException(object(Exception))
(vendor/doctrine/dbal/src/Connection.php:224)
at Doctrine\DBAL\Connection->connect()
(vendor/doctrine/dbal/src/Connection.php:792)
at Doctrine\DBAL\Connection->executeQuery('SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1', array('NBHRSFORMATION', 'NOYAU', 'PARAMETRAGE'), array(object(ParameterType), object(ParameterType), object(ParameterType)), null)
(vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php:27)
at Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(object(Connection), array('NBHRSFORMATION', 'NOYAU', 'PARAMETRAGE'), array(object(ParameterType), object(ParameterType), object(ParameterType)))
(vendor/doctrine/orm/src/Query.php:296)
at Doctrine\ORM\Query->_doExecute()
(vendor/doctrine/orm/src/AbstractQuery.php:930)
at Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(null, null)
(vendor/doctrine/orm/src/AbstractQuery.php:886)
at Doctrine\ORM\AbstractQuery->execute(null, null)
(vendor/doctrine/orm/src/AbstractQuery.php:737)
at Doctrine\ORM\AbstractQuery->getOneOrNullResult()
(src/Repository/Gestiform/Admin/MasterlistelgRepository.php:232)
at App\Repository\Gestiform\Admin\MasterlistelgRepository->getOneByListeCode('NOYAU', 'PARAMETRAGE', 'NBHRSFORMATION')
(src/Service/Formations/Devis/DevisService.php:52)
at App\Service\Formations\Devis\DevisService->__construct(object(EntityManagerGhost614a58f), object(HtmlRenderer), object(MasterlistelgService), object(TarifVenteParcoursService), object(OffreFormationService), object(ProfilService), object(DevisLigneService), object(FinancementService), object(UrlGeneratorHelper), object(EventRepository))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:2409)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getDevisServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3814)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getMoTCleSpecifiqueService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3731)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getModelDocumentServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:2708)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getHistoriqueEmailServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3248)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getFormateurServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3453)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getEventServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3525)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getPlanningServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3557)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getSessionParcoursServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:4006)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getSidebarMenuManagerService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:5593)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getTwigService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:916)
at ContainerAyRPxK3\App_KernelDevDebugContainer::get_Container_Private_ProfilerService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/getWebProfiler_Controller_ProfilerService.php:23)
at ContainerAyRPxK3\getWebProfiler_Controller_ProfilerService::do(object(App_KernelDevDebugContainer), true)
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:856)
at ContainerAyRPxK3\App_KernelDevDebugContainer->load('getWebProfiler_Controller_ProfilerService.php')
(vendor/symfony/dependency-injection/Container.php:221)
at Symfony\Component\DependencyInjection\Container::make(object(App_KernelDevDebugContainer), 'web_profiler.controller.profiler', 1)
(vendor/symfony/dependency-injection/Container.php:203)
at Symfony\Component\DependencyInjection\Container->get('web_profiler.controller.profiler')
(vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38)
at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController('web_profiler.controller.profiler')
(vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25)
at Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController('web_profiler.controller.profiler')
(vendor/symfony/http-kernel/Controller/ControllerResolver.php:127)
at Symfony\Component\HttpKernel\Controller\ControllerResolver->createController('web_profiler.controller.profiler::panelAction')
(vendor/symfony/http-kernel/Controller/ControllerResolver.php:95)
at Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(object(Request))
(vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33)
at Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(object(Request))
(vendor/symfony/http-kernel/HttpKernel.php:166)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:193)
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:32)
at require_once('/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/migration-doranco/vendor/autoload_runtime.php')
(public/index.php:5)
|
|
[3/4]
Exception
|
|---|
Doctrine\DBAL\Driver\PDO\Exception:
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for ocms.myd.infomaniak.com failed: Name or service not known
at vendor/doctrine/dbal/src/Driver/PDO/Exception.php:24
at Doctrine\DBAL\Driver\PDO\Exception::new(object(PDOException))
(vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:52)
at Doctrine\DBAL\Driver\PDO\MySQL\Driver->connect(object(SensitiveParameterValue))
(vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:27)
at Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(object(SensitiveParameterValue))
(vendor/doctrine/dbal/src/Logging/Driver.php:30)
at Doctrine\DBAL\Logging\Driver->connect(object(SensitiveParameterValue))
(vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:27)
at Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(object(SensitiveParameterValue))
(vendor/symfony/doctrine-bridge/Middleware/Debug/Driver.php:37)
at Symfony\Bridge\Doctrine\Middleware\Debug\Driver->connect(array('driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'idle_connection_ttl' => 600, 'host' => 'ocms.myd.infomaniak.com', 'port' => 3306, 'user' => 'ocms_migrate', 'password' => '4lPUz-vjdW3', 'driverOptions' => array(), 'serverVersion' => '5.7.29', 'defaultTableOptions' => array('charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci'), 'dbname' => 'ocms_dev_v4_gestiform'))
(vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:27)
at Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(object(SensitiveParameterValue))
(vendor/symfony/doctrine-bridge/Middleware/IdleConnection/Driver.php:35)
at Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver->connect(array('driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'idle_connection_ttl' => 600, 'host' => 'ocms.myd.infomaniak.com', 'port' => 3306, 'user' => 'ocms_migrate', 'password' => '4lPUz-vjdW3', 'driverOptions' => array(), 'serverVersion' => '5.7.29', 'defaultTableOptions' => array('charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci'), 'dbname' => 'ocms_dev_v4_gestiform'))
(vendor/doctrine/dbal/src/Connection.php:222)
at Doctrine\DBAL\Connection->connect()
(vendor/doctrine/dbal/src/Connection.php:792)
at Doctrine\DBAL\Connection->executeQuery('SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1', array('NBHRSFORMATION', 'NOYAU', 'PARAMETRAGE'), array(object(ParameterType), object(ParameterType), object(ParameterType)), null)
(vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php:27)
at Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(object(Connection), array('NBHRSFORMATION', 'NOYAU', 'PARAMETRAGE'), array(object(ParameterType), object(ParameterType), object(ParameterType)))
(vendor/doctrine/orm/src/Query.php:296)
at Doctrine\ORM\Query->_doExecute()
(vendor/doctrine/orm/src/AbstractQuery.php:930)
at Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(null, null)
(vendor/doctrine/orm/src/AbstractQuery.php:886)
at Doctrine\ORM\AbstractQuery->execute(null, null)
(vendor/doctrine/orm/src/AbstractQuery.php:737)
at Doctrine\ORM\AbstractQuery->getOneOrNullResult()
(src/Repository/Gestiform/Admin/MasterlistelgRepository.php:232)
at App\Repository\Gestiform\Admin\MasterlistelgRepository->getOneByListeCode('NOYAU', 'PARAMETRAGE', 'NBHRSFORMATION')
(src/Service/Formations/Devis/DevisService.php:52)
at App\Service\Formations\Devis\DevisService->__construct(object(EntityManagerGhost614a58f), object(HtmlRenderer), object(MasterlistelgService), object(TarifVenteParcoursService), object(OffreFormationService), object(ProfilService), object(DevisLigneService), object(FinancementService), object(UrlGeneratorHelper), object(EventRepository))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:2409)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getDevisServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3814)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getMoTCleSpecifiqueService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3731)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getModelDocumentServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:2708)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getHistoriqueEmailServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3248)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getFormateurServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3453)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getEventServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3525)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getPlanningServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3557)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getSessionParcoursServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:4006)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getSidebarMenuManagerService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:5593)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getTwigService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:916)
at ContainerAyRPxK3\App_KernelDevDebugContainer::get_Container_Private_ProfilerService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/getWebProfiler_Controller_ProfilerService.php:23)
at ContainerAyRPxK3\getWebProfiler_Controller_ProfilerService::do(object(App_KernelDevDebugContainer), true)
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:856)
at ContainerAyRPxK3\App_KernelDevDebugContainer->load('getWebProfiler_Controller_ProfilerService.php')
(vendor/symfony/dependency-injection/Container.php:221)
at Symfony\Component\DependencyInjection\Container::make(object(App_KernelDevDebugContainer), 'web_profiler.controller.profiler', 1)
(vendor/symfony/dependency-injection/Container.php:203)
at Symfony\Component\DependencyInjection\Container->get('web_profiler.controller.profiler')
(vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38)
at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController('web_profiler.controller.profiler')
(vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25)
at Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController('web_profiler.controller.profiler')
(vendor/symfony/http-kernel/Controller/ControllerResolver.php:127)
at Symfony\Component\HttpKernel\Controller\ControllerResolver->createController('web_profiler.controller.profiler::panelAction')
(vendor/symfony/http-kernel/Controller/ControllerResolver.php:95)
at Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(object(Request))
(vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33)
at Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(object(Request))
(vendor/symfony/http-kernel/HttpKernel.php:166)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:193)
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:32)
at require_once('/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/migration-doranco/vendor/autoload_runtime.php')
(public/index.php:5)
|
|
[2/4]
PDOException
|
|---|
PDOException:
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for ocms.myd.infomaniak.com failed: Name or service not known
at vendor/doctrine/dbal/src/Driver/PDO/PDOConnect.php:25
at PDO->__construct('mysql:host=ocms.myd.infomaniak.com;port=3306;dbname=ocms_dev_v4_gestiform;charset=utf8mb4;', 'ocms_migrate', object(SensitiveParameterValue), array())
(vendor/doctrine/dbal/src/Driver/PDO/PDOConnect.php:25)
at Doctrine\DBAL\Driver\PDO\MySQL\Driver->doConnect(object(SensitiveParameterValue), 'ocms_migrate', object(SensitiveParameterValue), array())
(vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:45)
at Doctrine\DBAL\Driver\PDO\MySQL\Driver->connect(object(SensitiveParameterValue))
(vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:27)
at Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(object(SensitiveParameterValue))
(vendor/doctrine/dbal/src/Logging/Driver.php:30)
at Doctrine\DBAL\Logging\Driver->connect(object(SensitiveParameterValue))
(vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:27)
at Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(object(SensitiveParameterValue))
(vendor/symfony/doctrine-bridge/Middleware/Debug/Driver.php:37)
at Symfony\Bridge\Doctrine\Middleware\Debug\Driver->connect(array('driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'idle_connection_ttl' => 600, 'host' => 'ocms.myd.infomaniak.com', 'port' => 3306, 'user' => 'ocms_migrate', 'password' => '4lPUz-vjdW3', 'driverOptions' => array(), 'serverVersion' => '5.7.29', 'defaultTableOptions' => array('charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci'), 'dbname' => 'ocms_dev_v4_gestiform'))
(vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:27)
at Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(object(SensitiveParameterValue))
(vendor/symfony/doctrine-bridge/Middleware/IdleConnection/Driver.php:35)
at Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver->connect(array('driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'idle_connection_ttl' => 600, 'host' => 'ocms.myd.infomaniak.com', 'port' => 3306, 'user' => 'ocms_migrate', 'password' => '4lPUz-vjdW3', 'driverOptions' => array(), 'serverVersion' => '5.7.29', 'defaultTableOptions' => array('charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci'), 'dbname' => 'ocms_dev_v4_gestiform'))
(vendor/doctrine/dbal/src/Connection.php:222)
at Doctrine\DBAL\Connection->connect()
(vendor/doctrine/dbal/src/Connection.php:792)
at Doctrine\DBAL\Connection->executeQuery('SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1', array('NBHRSFORMATION', 'NOYAU', 'PARAMETRAGE'), array(object(ParameterType), object(ParameterType), object(ParameterType)), null)
(vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php:27)
at Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(object(Connection), array('NBHRSFORMATION', 'NOYAU', 'PARAMETRAGE'), array(object(ParameterType), object(ParameterType), object(ParameterType)))
(vendor/doctrine/orm/src/Query.php:296)
at Doctrine\ORM\Query->_doExecute()
(vendor/doctrine/orm/src/AbstractQuery.php:930)
at Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(null, null)
(vendor/doctrine/orm/src/AbstractQuery.php:886)
at Doctrine\ORM\AbstractQuery->execute(null, null)
(vendor/doctrine/orm/src/AbstractQuery.php:737)
at Doctrine\ORM\AbstractQuery->getOneOrNullResult()
(src/Repository/Gestiform/Admin/MasterlistelgRepository.php:232)
at App\Repository\Gestiform\Admin\MasterlistelgRepository->getOneByListeCode('NOYAU', 'PARAMETRAGE', 'NBHRSFORMATION')
(src/Service/Formations/Devis/DevisService.php:52)
at App\Service\Formations\Devis\DevisService->__construct(object(EntityManagerGhost614a58f), object(HtmlRenderer), object(MasterlistelgService), object(TarifVenteParcoursService), object(OffreFormationService), object(ProfilService), object(DevisLigneService), object(FinancementService), object(UrlGeneratorHelper), object(EventRepository))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:2409)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getDevisServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3814)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getMoTCleSpecifiqueService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3731)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getModelDocumentServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:2708)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getHistoriqueEmailServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3248)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getFormateurServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3453)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getEventServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3525)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getPlanningServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3557)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getSessionParcoursServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:4006)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getSidebarMenuManagerService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:5593)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getTwigService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:916)
at ContainerAyRPxK3\App_KernelDevDebugContainer::get_Container_Private_ProfilerService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/getWebProfiler_Controller_ProfilerService.php:23)
at ContainerAyRPxK3\getWebProfiler_Controller_ProfilerService::do(object(App_KernelDevDebugContainer), true)
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:856)
at ContainerAyRPxK3\App_KernelDevDebugContainer->load('getWebProfiler_Controller_ProfilerService.php')
(vendor/symfony/dependency-injection/Container.php:221)
at Symfony\Component\DependencyInjection\Container::make(object(App_KernelDevDebugContainer), 'web_profiler.controller.profiler', 1)
(vendor/symfony/dependency-injection/Container.php:203)
at Symfony\Component\DependencyInjection\Container->get('web_profiler.controller.profiler')
(vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38)
at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController('web_profiler.controller.profiler')
(vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25)
at Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController('web_profiler.controller.profiler')
(vendor/symfony/http-kernel/Controller/ControllerResolver.php:127)
at Symfony\Component\HttpKernel\Controller\ControllerResolver->createController('web_profiler.controller.profiler::panelAction')
(vendor/symfony/http-kernel/Controller/ControllerResolver.php:95)
at Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(object(Request))
(vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33)
at Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(object(Request))
(vendor/symfony/http-kernel/HttpKernel.php:166)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:193)
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:32)
at require_once('/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/migration-doranco/vendor/autoload_runtime.php')
(public/index.php:5)
|
|
[1/4]
PDOException
|
|---|
PDOException:
PDO::__construct(): php_network_getaddresses: getaddrinfo for ocms.myd.infomaniak.com failed: Name or service not known
at vendor/doctrine/dbal/src/Driver/PDO/PDOConnect.php:25
at PDO->__construct('mysql:host=ocms.myd.infomaniak.com;port=3306;dbname=ocms_dev_v4_gestiform;charset=utf8mb4;', 'ocms_migrate', object(SensitiveParameterValue), array())
(vendor/doctrine/dbal/src/Driver/PDO/PDOConnect.php:25)
at Doctrine\DBAL\Driver\PDO\MySQL\Driver->doConnect(object(SensitiveParameterValue), 'ocms_migrate', object(SensitiveParameterValue), array())
(vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:45)
at Doctrine\DBAL\Driver\PDO\MySQL\Driver->connect(object(SensitiveParameterValue))
(vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:27)
at Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(object(SensitiveParameterValue))
(vendor/doctrine/dbal/src/Logging/Driver.php:30)
at Doctrine\DBAL\Logging\Driver->connect(object(SensitiveParameterValue))
(vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:27)
at Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(object(SensitiveParameterValue))
(vendor/symfony/doctrine-bridge/Middleware/Debug/Driver.php:37)
at Symfony\Bridge\Doctrine\Middleware\Debug\Driver->connect(array('driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'idle_connection_ttl' => 600, 'host' => 'ocms.myd.infomaniak.com', 'port' => 3306, 'user' => 'ocms_migrate', 'password' => '4lPUz-vjdW3', 'driverOptions' => array(), 'serverVersion' => '5.7.29', 'defaultTableOptions' => array('charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci'), 'dbname' => 'ocms_dev_v4_gestiform'))
(vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:27)
at Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(object(SensitiveParameterValue))
(vendor/symfony/doctrine-bridge/Middleware/IdleConnection/Driver.php:35)
at Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver->connect(array('driver' => 'pdo_mysql', 'charset' => 'utf8mb4', 'idle_connection_ttl' => 600, 'host' => 'ocms.myd.infomaniak.com', 'port' => 3306, 'user' => 'ocms_migrate', 'password' => '4lPUz-vjdW3', 'driverOptions' => array(), 'serverVersion' => '5.7.29', 'defaultTableOptions' => array('charset' => 'utf8mb4', 'collate' => 'utf8mb4_unicode_ci'), 'dbname' => 'ocms_dev_v4_gestiform'))
(vendor/doctrine/dbal/src/Connection.php:222)
at Doctrine\DBAL\Connection->connect()
(vendor/doctrine/dbal/src/Connection.php:792)
at Doctrine\DBAL\Connection->executeQuery('SELECT m0_.id AS id_0, m0_.created_at AS created_at_1, m0_.updated_at AS updated_at_2, m0_.archive AS archive_3, m0_.code AS code_4, m0_.designation AS designation_5, m0_.valeur AS valeur_6, m0_.valeur2 AS valeur2_7, m0_.htmlvaleur AS htmlvaleur_8, m0_.valeur3 AS valeur3_9, m1_.id AS id_10, m1_.created_at AS created_at_11, m1_.updated_at AS updated_at_12, m1_.archive AS archive_13, m1_.module AS module_14, m1_.code AS code_15, m1_.designation AS designation_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18, m0_.masterliste_id AS masterliste_id_19, m0_.api_gestiform_id AS api_gestiform_id_20, m1_.created_by_id AS created_by_id_21, m1_.updated_by_id AS updated_by_id_22, m1_.api_gestiform_id AS api_gestiform_id_23 FROM masterlistelg m0_ INNER JOIN masterliste m1_ ON m0_.masterliste_id = m1_.id WHERE m0_.code = ? AND m1_.module = ? AND m1_.code = ? LIMIT 1', array('NBHRSFORMATION', 'NOYAU', 'PARAMETRAGE'), array(object(ParameterType), object(ParameterType), object(ParameterType)), null)
(vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php:27)
at Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(object(Connection), array('NBHRSFORMATION', 'NOYAU', 'PARAMETRAGE'), array(object(ParameterType), object(ParameterType), object(ParameterType)))
(vendor/doctrine/orm/src/Query.php:296)
at Doctrine\ORM\Query->_doExecute()
(vendor/doctrine/orm/src/AbstractQuery.php:930)
at Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(null, null)
(vendor/doctrine/orm/src/AbstractQuery.php:886)
at Doctrine\ORM\AbstractQuery->execute(null, null)
(vendor/doctrine/orm/src/AbstractQuery.php:737)
at Doctrine\ORM\AbstractQuery->getOneOrNullResult()
(src/Repository/Gestiform/Admin/MasterlistelgRepository.php:232)
at App\Repository\Gestiform\Admin\MasterlistelgRepository->getOneByListeCode('NOYAU', 'PARAMETRAGE', 'NBHRSFORMATION')
(src/Service/Formations/Devis/DevisService.php:52)
at App\Service\Formations\Devis\DevisService->__construct(object(EntityManagerGhost614a58f), object(HtmlRenderer), object(MasterlistelgService), object(TarifVenteParcoursService), object(OffreFormationService), object(ProfilService), object(DevisLigneService), object(FinancementService), object(UrlGeneratorHelper), object(EventRepository))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:2409)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getDevisServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3814)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getMoTCleSpecifiqueService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3731)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getModelDocumentServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:2708)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getHistoriqueEmailServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3248)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getFormateurServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3453)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getEventServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3525)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getPlanningServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:3557)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getSessionParcoursServiceService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:4006)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getSidebarMenuManagerService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:5593)
at ContainerAyRPxK3\App_KernelDevDebugContainer::getTwigService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:916)
at ContainerAyRPxK3\App_KernelDevDebugContainer::get_Container_Private_ProfilerService(object(App_KernelDevDebugContainer))
(var/cache/dev/ContainerAyRPxK3/getWebProfiler_Controller_ProfilerService.php:23)
at ContainerAyRPxK3\getWebProfiler_Controller_ProfilerService::do(object(App_KernelDevDebugContainer), true)
(var/cache/dev/ContainerAyRPxK3/App_KernelDevDebugContainer.php:856)
at ContainerAyRPxK3\App_KernelDevDebugContainer->load('getWebProfiler_Controller_ProfilerService.php')
(vendor/symfony/dependency-injection/Container.php:221)
at Symfony\Component\DependencyInjection\Container::make(object(App_KernelDevDebugContainer), 'web_profiler.controller.profiler', 1)
(vendor/symfony/dependency-injection/Container.php:203)
at Symfony\Component\DependencyInjection\Container->get('web_profiler.controller.profiler')
(vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:38)
at Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController('web_profiler.controller.profiler')
(vendor/symfony/framework-bundle/Controller/ControllerResolver.php:25)
at Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController('web_profiler.controller.profiler')
(vendor/symfony/http-kernel/Controller/ControllerResolver.php:127)
at Symfony\Component\HttpKernel\Controller\ControllerResolver->createController('web_profiler.controller.profiler::panelAction')
(vendor/symfony/http-kernel/Controller/ControllerResolver.php:95)
at Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(object(Request))
(vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:33)
at Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(object(Request))
(vendor/symfony/http-kernel/HttpKernel.php:166)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:193)
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:32)
at require_once('/home/clients/7de9bbc6d7ee301e552da9c61207d9e9/web/migration-doranco/vendor/autoload_runtime.php')
(public/index.php:5)
|