| exception |
Doctrine\DBAL\Exception\InvalidFieldNameException {#1102
#message: """
An exception occurred while executing a query: SQLSTATE[42703]: Undefined column: 7 ERROR: column e0_.description does not exist\n
LINE 1: ...path AS image_path_2, e0_.location AS location_3, e0_.descri...\n
^
"""
#code: 7
#file: "/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php"
#line: 69
-previous: Doctrine\DBAL\Driver\PDO\Exception {#1104 …}
-query: Doctrine\DBAL\Query {#1100 …}
trace: {
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php:69 {
Doctrine\DBAL\Driver\API\PostgreSQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
› case '42703':
› return new InvalidFieldNameException($exception, $query);
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/dbal/src/Connection.php:1460 {
Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
› $this->exceptionConverter ??= $this->driver->getExceptionConverter();
› $exception = $this->exceptionConverter->convert($driverException, $query);
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/dbal/src/Connection.php:1396 {
Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
› ): DriverException {
› return $this->handleDriverException($e, new Query($sql, $params, $types));
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/dbal/src/Connection.php:809 {
Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], array $types = [], ?QueryCacheProfile $qcp = null): Result …
› } catch (Driver\Exception $e) {
› throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php:27 {
Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(Connection $conn, array $params, array $types): Result …
› {
› return $conn->executeQuery($this->getSqlStatements(), $params, $types, $this->queryCacheProfile);
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/orm/src/Query.php:296 {
Doctrine\ORM\Query->_doExecute(): Result|int …
›
› return $executor->execute($this->em->getConnection(), $sqlParams, $types);
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/orm/src/AbstractQuery.php:930 {
Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
›
› $stmt = $this->_doExecute();
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/orm/src/AbstractQuery.php:886 {
Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
›
› return $this->executeIgnoreQueryCache($parameters, $hydrationMode);
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/orm/src/AbstractQuery.php:688 {
Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
› {
› return $this->execute(null, $hydrationMode);
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/src/Event/Repository/EventRepository.php:74 {
App\Event\Repository\EventRepository->findBetween(DateTimeImmutable $from, DateTimeImmutable $to): array …
› ->getQuery()
› ->getResult();
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/src/Event/Controller/EventsController.php:147 {
App\Event\Controller\EventsController->calendarData(?DateTimeImmutable $mois = null): array …
› return [
› 'calendar' => $this->calendarPresenter->grid($debut, $this->events->findBetween($debut, $fin)),
› 'monthLabel' => $this->calendarPresenter->monthLabel($debut),
}
/var/www/vhosts/trouvemoi.eu/httpdocs/src/Event/Controller/EventsController.php:128 {
App\Event\Controller\EventsController->calendar(Request $request): Response …
› return $this->render('event/nav/calendrier.html.twig', [
› ...$this->calendarData($this->readMonth($request)),
› 'selections' => StaticEvents::selections(),
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:188 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:79 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type, $controllerMetadata);
› } catch (\Throwable $e) {
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:143 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/trouvemoi.eu/httpdocs/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#400
-records: [
"" => [
[
"timestamp" => 1790403020
"timestamp_rfc3339" => "2026-09-26T06:10:20.436+00:00"
"message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#442
#message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
#code: 0
#file: "/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
include_once …
›
› @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/var/cache/dev/Container8utDv3T/App_KernelDevDebugContainer.php:535 {
Container8utDv3T\App_KernelDevDebugContainer::{closure:Container8utDv3T\App_KernelDevDebugContainer::__construct():162} …
› include_once \dirname(__DIR__, 4).'/vendor/twig/html-extra/HtmlExtension.php';
› include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
› include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/dependency-injection/Container.php:145 {
Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
› unset($this->privates['service_container']);
› $initialize($this);
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/dependency-injection/Kernel/KernelTrait.php:139 {
App\Kernel->doInitializeContainer(): void …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
›
› $this->doInitializeContainer();
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:78 {
App\Kernel->initializeContainer(): void …
› {
› parent::initializeContainer();
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:255 {
Symfony\Component\HttpKernel\Kernel->preBoot(): void …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:122 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->container) {
› $this->preBoot();
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/trouvemoi.eu/httpdocs/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1790403020
"timestamp_rfc3339" => "2026-09-26T06:10:20.436+00:00"
"message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#438
#message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
#code: 0
#file: "/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
include_once …
›
› @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/var/cache/dev/Container8utDv3T/App_KernelDevDebugContainer.php:536 {
Container8utDv3T\App_KernelDevDebugContainer::{closure:Container8utDv3T\App_KernelDevDebugContainer::__construct():162} …
› include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
› include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/dependency-injection/Container.php:145 {
Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service): void …
› unset($this->privates['service_container']);
› $initialize($this);
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/dependency-injection/Kernel/KernelTrait.php:139 {
App\Kernel->doInitializeContainer(): void …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:202 {
Symfony\Component\HttpKernel\Kernel->initializeContainer(): void …
›
› $this->doInitializeContainer();
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:78 {
App\Kernel->initializeContainer(): void …
› {
› parent::initializeContainer();
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:255 {
Symfony\Component\HttpKernel\Kernel->preBoot(): void …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:122 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$this->container) {
› $this->preBoot();
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/trouvemoi.eu/httpdocs/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
]
35 => [
[
"timestamp" => 1790403020
"timestamp_rfc3339" => "2026-09-26T06:10:20.445+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "app_events_calendar"
"route_parameters" => [
"_route" => "app_events_calendar"
"_controller" => "App\Event\Controller\EventsController::calendar"
"_locale" => "fr"
]
"request_uri" => "https://trouvemoi.eu/evenements/calendrier?mois=2034-08"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1790403020
"timestamp_rfc3339" => "2026-09-26T06:10:20.453+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1790403020
"timestamp_rfc3339" => "2026-09-26T06:10:20.453+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1790403020
"timestamp_rfc3339" => "2026-09-26T06:10:20.453+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1790403020
"timestamp_rfc3339" => "2026-09-26T06:10:20.453+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1790403020
"timestamp_rfc3339" => "2026-09-26T06:10:20.453+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1790403020
"timestamp_rfc3339" => "2026-09-26T06:10:20.486+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_pgsql"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 5432
"user" => "loisir"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "admin_plaisir"
"serverVersion" => "16"
"charset" => "utf8"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1790403020
"timestamp_rfc3339" => "2026-09-26T06:10:20.494+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT e0_.title AS title_0, e0_.slug AS slug_1, e0_.image_path AS image_path_2, e0_.location AS location_3, e0_.description AS description_4, e0_.starts_at AS starts_at_5, e0_.ends_at AS ends_at_6, e0_.participants_count AS participants_count_7, e0_.private AS private_8, e0_.position AS position_9, e0_.id AS id_10, e0_.created_at AS created_at_11, e0_.updated_at AS updated_at_12, e0_.deleted_at AS deleted_at_13, e1_.name AS name_14, e1_.slug AS slug_15, e1_.color AS color_16, e1_.position AS position_17, e1_.id AS id_18, e1_.created_at AS created_at_19, e1_.updated_at AS updated_at_20, e0_.category_id AS category_id_21, e0_.organizer_id AS organizer_id_22 FROM event e0_ LEFT JOIN event_category e1_ ON e0_.category_id = e1_.id WHERE e0_.deleted_at IS NULL AND e0_.starts_at >= ? AND e0_.starts_at < ? ORDER BY e0_.starts_at ASC"
"params" => [
1 => "2034-08-01 00:00:00"
2 => "2034-09-01 00:00:00"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1114
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#1114}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1790403020
"timestamp_rfc3339" => "2026-09-26T06:10:20.497+00:00"
"message" => """
Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing a query: SQLSTATE[42703]: Undefined column: 7 ERROR: column e0_.description does not exist\n
LINE 1: ...path AS image_path_2, e0_.location AS location_3, e0_.descri...\n
^" at ExceptionConverter.php line 69
"""
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Doctrine\DBAL\Exception\InvalidFieldNameException {#1102
#message: """
An exception occurred while executing a query: SQLSTATE[42703]: Undefined column: 7 ERROR: column e0_.description does not exist\n
LINE 1: ...path AS image_path_2, e0_.location AS location_3, e0_.descri...\n
^
"""
#code: 7
#file: "/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php"
#line: 69
-previous: Doctrine\DBAL\Driver\PDO\Exception {#1104 …}
-query: Doctrine\DBAL\Query {#1100 …}
trace: {
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php:69 {
Doctrine\DBAL\Driver\API\PostgreSQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
› case '42703':
› return new InvalidFieldNameException($exception, $query);
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/dbal/src/Connection.php:1460 {
Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
› $this->exceptionConverter ??= $this->driver->getExceptionConverter();
› $exception = $this->exceptionConverter->convert($driverException, $query);
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/dbal/src/Connection.php:1396 {
Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
› ): DriverException {
› return $this->handleDriverException($e, new Query($sql, $params, $types));
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/dbal/src/Connection.php:809 {
Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], array $types = [], ?QueryCacheProfile $qcp = null): Result …
› } catch (Driver\Exception $e) {
› throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php:27 {
Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(Connection $conn, array $params, array $types): Result …
› {
› return $conn->executeQuery($this->getSqlStatements(), $params, $types, $this->queryCacheProfile);
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/orm/src/Query.php:296 {
Doctrine\ORM\Query->_doExecute(): Result|int …
›
› return $executor->execute($this->em->getConnection(), $sqlParams, $types);
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/orm/src/AbstractQuery.php:930 {
Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
›
› $stmt = $this->_doExecute();
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/orm/src/AbstractQuery.php:886 {
Doctrine\ORM\AbstractQuery->execute(Doctrine\Common\Collections\ArrayCollection|array|null $parameters = null, string|int|null $hydrationMode = null): mixed …
›
› return $this->executeIgnoreQueryCache($parameters, $hydrationMode);
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/doctrine/orm/src/AbstractQuery.php:688 {
Doctrine\ORM\AbstractQuery->getResult(string|int $hydrationMode = self::HYDRATE_OBJECT): mixed …
› {
› return $this->execute(null, $hydrationMode);
› }
}
/var/www/vhosts/trouvemoi.eu/httpdocs/src/Event/Repository/EventRepository.php:74 {
App\Event\Repository\EventRepository->findBetween(DateTimeImmutable $from, DateTimeImmutable $to): array …
› ->getQuery()
› ->getResult();
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/src/Event/Controller/EventsController.php:147 {
App\Event\Controller\EventsController->calendarData(?DateTimeImmutable $mois = null): array …
› return [
› 'calendar' => $this->calendarPresenter->grid($debut, $this->events->findBetween($debut, $fin)),
› 'monthLabel' => $this->calendarPresenter->monthLabel($debut),
}
/var/www/vhosts/trouvemoi.eu/httpdocs/src/Event/Controller/EventsController.php:128 {
App\Event\Controller\EventsController->calendar(Request $request): Response …
› return $this->render('event/nav/calendrier.html.twig', [
› ...$this->calendarData($this->readMonth($request)),
› 'selections' => StaticEvents::selections(),
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:188 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:79 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type, $controllerMetadata);
› } catch (\Throwable $e) {
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/http-kernel/Kernel.php:143 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/vhosts/trouvemoi.eu/httpdocs/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/vhosts/trouvemoi.eu/httpdocs/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
]
]
-errorCount: [
"" => 0
35 => 1
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#402 …}
} |