Error 500 Internal Server Error

GET https://trouvemoi.eu/evenements/calendrier?mois=2034-08

ErrorController

Request

GET Parameters

Key Value
mois
"2034-08"

POST Parameters

No POST parameters

Uploaded Files

No uploaded files

Request Attributes

Key Value
_controller
"error_controller"
_controller_attributes
[]
_stopwatch_token
"e4d6a2"
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 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"trouvemoi.eu"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-accel-internal
"/internal-nginx-static-location"
x-php-ob-level
"1"
x-real-ip
"216.73.217.95"

Request Content

Request content not available (it was retrieved as a resource).

Retry Command

curl \
  --compressed \
  --url 'https://trouvemoi.eu/evenements/calendrier?mois=2034-08' \
  --header 'Accept-Encoding: gzip, br, zstd, deflate' \
  --header 'User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
  --header 'Accept: */*' \
  --header 'X-Accel-Internal: /internal-nginx-static-location' \
  --header 'X-Real-Ip: 216.73.217.95' \
  --header 'X-Php-Ob-Level: 1'

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 26 Sep 2026 06:10:20 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B42703%5D%3A%20Undefined%20column%3A%207%20ERROR%3A%20%20column%20e0_.description%20does%20not%20exist%0ALINE%201%3A%20...path%20AS%20image_path_2%2C%20e0_.location%20AS%20location_3%2C%20e0_.descri...%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5E"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Ftrouvemoi.eu%2Fhttpdocs%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FPostgreSQL%2FExceptionConverter.php:69"
x-debug-token
"3cd8fc"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APPLE_OAUTH_CLIENT_ID
"test-apple-services-id"
APPLE_OAUTH_KEY_ID
"test-apple-key-id"
APPLE_OAUTH_PRIVATE_KEY_PATH
"test-apple-private-key-path"
APPLE_OAUTH_TEAM_ID
"test-apple-team-id"
APP_ENV
"dev"
APP_SECRET
"b3a1ba0889dad87f5815bac033ede3e4"
APP_SHARE_DIR
"var/share"
CONTACT_INBOX_EMAIL
"contact@trouvemoi.eu"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"postgresql://loisir:Ogdo7251+@127.0.0.1:5432/admin_plaisir?serverVersion=16&charset=utf8"
DEFAULT_URI
"http://localhost"
ELASTICSEARCH_URL
"http://127.0.0.1:9200"
FACEBOOK_OAUTH_CLIENT_ID
"test-facebook-app-id"
FACEBOOK_OAUTH_CLIENT_SECRET
"test-facebook-app-secret"
GOOGLE_OAUTH_CLIENT_ID
"test-google-client-id"
GOOGLE_OAUTH_CLIENT_SECRET
"test-google-client-secret"
JWT_PASSPHRASE
"ec53e8d0518a6127ea7c6f06ef3a2af420529e497df27eb4db60d9d8b476015e"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"null://null"
MAILER_SENDER
"TrouveMoi <no-reply@trouvemoi.eu>"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
OAUTH_REDIRECT_BASE
"http://127.0.0.1:8000"
REDIS_URL
"redis://localhost:6379"
STRIPE_PUBLISHABLE_KEY
""
STRIPE_SECRET_KEY
""
STRIPE_WEBHOOK_SECRET
""

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/vhosts/trouvemoi.eu/httpdocs"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/vhosts/trouvemoi.eu/httpdocs"
]
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/trouvemoi.eu/httpdocs/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/trouvemoi.eu/httpdocs/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/trouvemoi.eu"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"trouvemoi.eu"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"216.73.217.95"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"mois=2034-08"
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_QUERY_STRING
"mois=2034-08"
REDIRECT_SCRIPT_URI
"https://trouvemoi.eu/evenements/calendrier"
REDIRECT_SCRIPT_URL
"/evenements/calendrier"
REDIRECT_SSL_TLS_SNI
"trouvemoi.eu"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"ardhzIEQyrnT8UEzTgQJwgAAAE0"
REDIRECT_URL
"/evenements/calendrier"
REMOTE_ADDR
"216.73.217.95"
REMOTE_PORT
"53650"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1790403020
REQUEST_TIME_FLOAT
1790403020.382
REQUEST_URI
"/evenements/calendrier?mois=2034-08"
SCRIPT_FILENAME
"/var/www/vhosts/trouvemoi.eu/httpdocs/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://trouvemoi.eu/evenements/calendrier"
SCRIPT_URL
"/evenements/calendrier"
SERVER_ADDR
"85.215.125.27"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"trouvemoi.eu"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache Server at trouvemoi.eu Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"trouvemoi.eu"
SYMFONY_DOTENV_PATH
"/var/www/vhosts/trouvemoi.eu/httpdocs/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,MAILER_SENDER,REDIS_URL,ELASTICSEARCH_URL,STRIPE_PUBLISHABLE_KEY,STRIPE_SECRET_KEY,STRIPE_WEBHOOK_SECRET,OAUTH_REDIRECT_BASE,GOOGLE_OAUTH_CLIENT_ID,GOOGLE_OAUTH_CLIENT_SECRET,FACEBOOK_OAUTH_CLIENT_ID,FACEBOOK_OAUTH_CLIENT_SECRET,APPLE_OAUTH_CLIENT_ID,APPLE_OAUTH_TEAM_ID,APPLE_OAUTH_KEY_ID,APPLE_OAUTH_PRIVATE_KEY_PATH,CONTACT_INBOX_EMAIL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,CORS_ALLOW_ORIGIN"
UNIQUE_ID
"ardhzIEQyrnT8UEzTgQJwgAAAE0"
USER
"trouvemoi.eu_w3wfa542s9m"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 4884f0)

Key Value
_controller
"App\Event\Controller\EventsController::calendar"
_controller_attributes
[
  Symfony\Component\Routing\Attribute\Route {#477
    +methods: []
    +envs: []
    +schemes: []
    +aliases: []
    +path: [
      "fr" => "/evenements/calendrier"
      "en" => "/en/events/calendar"
    ]
    +name: "app_events_calendar"
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
]
_firewall_context
"security.firewall.map.context.main"
_locale
"fr"
_remove_csp_headers
true
_route
"app_events_calendar"
_route_params
[
  "_locale" => "fr"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#724
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#645 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#729
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#754 …}
  }
]
_stopwatch_token
"79c38b"