Error 500 Internal Server Error

GET https://amai-group.com/contact

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
contact
[
  "nom" => "Beaconxfs"
  "prenom" => "Beaconxfs"
  "tel" => "84295889697"
  "email" => "ballpointmf1@gmail.com"
  "sujet" => ""
  "message" => ""
  "_token" => "e0243.pNnEiaIV2Z50kG6dlMSUI8MMT25Cnqge7rCyhkdYIoE.6LOuwthPreQM2g_1xpDAQZFhI18m6OZXjePC8C4Od8LjkKq80GGe9TzeOw"
]
submit
""

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"91827e"
exception
Doctrine\DBAL\Exception\NotNullConstraintViolationException {#1307
  #message: "An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'sujet' cannot be null"
  #code: 1048
  #file: "/htdocs/amai/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 126
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#1656 …}
  -query: Doctrine\DBAL\Query {#1660 …}
  trace: {
    /htdocs/amai/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:126 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      ›     case 1566:        return new NotNullConstraintViolationException($exception, $query);}
    }
    /htdocs/amai/vendor/doctrine/dbal/src/Connection.php:1976 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › $this->exceptionConverter ??= $this->_driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);arguments: {
        $exception: Doctrine\DBAL\Driver\PDO\Exception {#1656 …}
        $query: Doctrine\DBAL\Query {#1660 …}
      }
    }
    /htdocs/amai/vendor/doctrine/dbal/src/Connection.php:1918 {
      Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
      › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
      arguments: {
        $driverException: Doctrine\DBAL\Driver\PDO\Exception {#1656 …}
        $query: Doctrine\DBAL\Query {#1660 …}
      }
    }
    /htdocs/amai/vendor/doctrine/dbal/src/Statement.php:194 {
      Doctrine\DBAL\Statement->execute($params = null): Result …
      › } catch (Driver\Exception $ex) {    throw $this->conn->convertExceptionDuringQuery($ex, $this->sql, $this->params, $this->types);} finally {
      arguments: {
        $e: Doctrine\DBAL\Driver\PDO\Exception {#1656 …}
        $sql: "INSERT INTO contact (nom, prenom, email, tel, sujet, message, date) VALUES (?, ?, ?, ?, ?, ?, ?)"
        $params: [ …7]
        $types: [ …7]
      }
    }
    /htdocs/amai/vendor/doctrine/dbal/src/Statement.php:249 {
      Doctrine\DBAL\Statement->executeStatement(array $params = []): int …
      › 
      ›     return $this->execute($params)->rowCount();}
      arguments: {
        $params: null
      }
    }
    /htdocs/amai/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:253 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->executeInserts(): void …
      › 
      › $stmt->executeStatement();}
    /htdocs/amai/vendor/doctrine/orm/src/UnitOfWork.php:1060 {
      Doctrine\ORM\UnitOfWork->executeInserts(): void …
      › 
      › $persister->executeInserts();}
    /htdocs/amai/vendor/doctrine/orm/src/UnitOfWork.php:403 {
      Doctrine\ORM\UnitOfWork->commit(): void …
      ›     // in the database.    $this->executeInserts();}
    }
    /htdocs/amai/vendor/doctrine/orm/src/EntityManager.php:268 {
      Doctrine\ORM\EntityManager->flush(): void …
      ›     $this->errorIfClosed();    $this->unitOfWork->commit();}
    }
    /htdocs/amai/src/Controller/SiteController.php:306 {
      App\Controller\SiteController->contact(Request $request, SectionRepository $sectionRepository, MenuRepository $menuRepository, EntityManagerInterface $entityManager): Response …
      › $entityManager->persist($contact);$entityManager->flush();}
    /htdocs/amai/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $sectionRepository: App\Repository\SectionRepository {#522 …}
        $menuRepository: App\Repository\MenuRepository {#531 …}
        $entityManager: ContainerNqfbUyD\EntityManagerGhost614a58f {#369 …}
      }
    }
    /htdocs/amai/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /htdocs/amai/vendor/symfony/http-kernel/Kernel.php:182 {
      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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /htdocs/amai/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /htdocs/amai/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /htdocs/amai/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/htdocs/amai/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#178
  -records: [
    2 => [
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.759+01:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "site_contact"
          "route_parameters" => [
            "_route" => "site_contact"
            "_controller" => "App\Controller\SiteController::contact"
          ]
          "request_uri" => "https://amai-group.com/contact"
          "method" => "POST"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.776+01:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.776+01:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\AppCustomAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.777+01:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\AppCustomAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.777+01:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.777+01:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.777+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.777+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.777+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.777+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.777+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.777+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.777+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.777+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.777+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.777+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.777+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.782+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.782+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.788+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.789+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.789+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.789+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerNqfbUyD\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.789+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.813+01:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "use_savepoints" => true
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "127.0.0.1"
            "port" => 3306
            "user" => "amaig2576279"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "amaig2576279"
            "serverVersion" => "10.11.11-MariaDB-deb12"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.816+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.nom AS nom_2, t0.color AS color_3, t0.background_color AS background_color_4, t0.font_size AS font_size_5, t0.date AS date_6, t0.code AS code_7, t0.parent_id AS parent_id_8 FROM menu t0 WHERE t0.code = ? LIMIT 1"
          "params" => [
            1 => "contact"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.849+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.id AS id_0, s0_.titre_principal AS titre_principal_1, s0_.sous_titre_principal AS sous_titre_principal_2, s0_.contenu_principal AS contenu_principal_3, s0_.code_image_principale AS code_image_principale_4, s0_.position_page AS position_page_5, s0_.code_fichier AS code_fichier_6, s0_.position_template AS position_template_7, s0_.background_image AS background_image_8, s0_.background_color AS background_color_9, s0_.lien_bouton_action1 AS lien_bouton_action1_10, s0_.lien_bouton_action2 AS lien_bouton_action2_11, s0_.lien_bouton_action3 AS lien_bouton_action3_12, s0_.titre_bouton_action1 AS titre_bouton_action1_13, s0_.titre_bouton_action2 AS titre_bouton_action2_14, s0_.titre_bouton_action3 AS titre_bouton_action3_15, s0_.reference AS reference_16, s0_.autre_document_code_fichier AS autre_document_code_fichier_17, s0_.parent_id AS parent_id_18, s0_.menu_id AS menu_id_19, s0_.actualite_evenement_id AS actualite_evenement_id_20 FROM section s0_ LEFT JOIN section s1_ ON s0_.id = s1_.parent_id WHERE s0_.parent_id IS NULL AND s1_.id IS NULL AND s0_.menu_id = ? ORDER BY s0_.position_page ASC"
          "params" => [
            1 => 7
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.963+01:00"
        "message" => "Beginning transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.966+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "INSERT INTO contact (nom, prenom, email, tel, sujet, message, date) VALUES (?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => "Beaconxfs"
            2 => "Beaconxfs"
            3 => "ballpointmf1@gmail.com"
            4 => "84295889697"
            5 => null
            6 => null
            7 => "2026-03-28 22:57:19"
          ]
          "types" => [
            1 => 2
            2 => 2
            3 => 2
            4 => 2
            5 => 2
            6 => 2
            7 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.970+01:00"
        "message" => "Rolling back transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.973+01:00"
        "message" => "Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'sujet' cannot be null" at ExceptionConverter.php line 126"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Doctrine\DBAL\Exception\NotNullConstraintViolationException {#1307
            #message: "An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'sujet' cannot be null"
            #code: 1048
            #file: "/htdocs/amai/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
            #line: 126
            -previous: Doctrine\DBAL\Driver\PDO\Exception {#1656 …}
            -query: Doctrine\DBAL\Query {#1660 …}
            trace: {
              /htdocs/amai/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:126 {
                Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
                ›     case 1566:        return new NotNullConstraintViolationException($exception, $query);}
              }
              /htdocs/amai/vendor/doctrine/dbal/src/Connection.php:1976 {
                Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
                › $this->exceptionConverter ??= $this->_driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);arguments: {
                  $exception: Doctrine\DBAL\Driver\PDO\Exception {#1656 …}
                  $query: Doctrine\DBAL\Query {#1660 …}
                }
              }
              /htdocs/amai/vendor/doctrine/dbal/src/Connection.php:1918 {
                Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
                › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
                arguments: {
                  $driverException: Doctrine\DBAL\Driver\PDO\Exception {#1656 …}
                  $query: Doctrine\DBAL\Query {#1660 …}
                }
              }
              /htdocs/amai/vendor/doctrine/dbal/src/Statement.php:194 {
                Doctrine\DBAL\Statement->execute($params = null): Result …
                › } catch (Driver\Exception $ex) {    throw $this->conn->convertExceptionDuringQuery($ex, $this->sql, $this->params, $this->types);} finally {
                arguments: {
                  $e: Doctrine\DBAL\Driver\PDO\Exception {#1656 …}
                  $sql: "INSERT INTO contact (nom, prenom, email, tel, sujet, message, date) VALUES (?, ?, ?, ?, ?, ?, ?)"
                  $params: [ …7]
                  $types: [ …7]
                }
              }
              /htdocs/amai/vendor/doctrine/dbal/src/Statement.php:249 {
                Doctrine\DBAL\Statement->executeStatement(array $params = []): int …
                › 
                ›     return $this->execute($params)->rowCount();}
                arguments: {
                  $params: null
                }
              }
              /htdocs/amai/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:253 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->executeInserts(): void …
                › 
                › $stmt->executeStatement();}
              /htdocs/amai/vendor/doctrine/orm/src/UnitOfWork.php:1060 {
                Doctrine\ORM\UnitOfWork->executeInserts(): void …
                › 
                › $persister->executeInserts();}
              /htdocs/amai/vendor/doctrine/orm/src/UnitOfWork.php:403 {
                Doctrine\ORM\UnitOfWork->commit(): void …
                ›     // in the database.    $this->executeInserts();}
              }
              /htdocs/amai/vendor/doctrine/orm/src/EntityManager.php:268 {
                Doctrine\ORM\EntityManager->flush(): void …
                ›     $this->errorIfClosed();    $this->unitOfWork->commit();}
              }
              /htdocs/amai/src/Controller/SiteController.php:306 {
                App\Controller\SiteController->contact(Request $request, SectionRepository $sectionRepository, MenuRepository $menuRepository, EntityManagerInterface $entityManager): Response …
                › $entityManager->persist($contact);$entityManager->flush();}
              /htdocs/amai/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $sectionRepository: App\Repository\SectionRepository {#522 …}
                  $menuRepository: App\Repository\MenuRepository {#531 …}
                  $entityManager: ContainerNqfbUyD\EntityManagerGhost614a58f {#369 …}
                }
              }
              /htdocs/amai/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /htdocs/amai/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /htdocs/amai/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /htdocs/amai/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /htdocs/amai/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/htdocs/amai/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.171+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    1442 => [
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.975+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.975+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.975+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.975+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.975+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.975+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.975+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.975+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.975+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.975+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.975+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.983+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.983+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.984+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.984+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.984+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.984+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerNqfbUyD\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735039
        "timestamp_rfc3339" => "2026-03-28T22:57:19.984+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1774735040
        "timestamp_rfc3339" => "2026-03-28T22:57:20.162+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    1442 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#177 …}
}

Request Headers

Header Value
accept
"*/*"
content-length
"280"
content-type
"application/x-www-form-urlencoded"
cookie
"PHPSESSID=0aa4c657f9ccae852da8e1dc45a7c639"
host
"amai-group.com"
pragma
"no-cache"
proxy-authorization
"Basic Um9qamFhYWdoOldPTFFvbDlYaEEx"
referer
"https://amai-group.com/contact"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36"
via
"1.1 webdb3209.lwspanel.com (Varnish/7.7)"
x-cache-engine-enable
"1"
x-cache-user
"amai-2576279"
x-forwarded-proto
"https"
x-l-admin-auth
"0"
x-php-ob-level
"1"
x-real-ip
"2a06:d647:8e67:9df:bfb2:ab40:9cf4:2a0d"
x-request-id
"32352301fef772759f26e5cb876c6423"
x-varnish
"30377277"

Request Content

Raw

contact[nom]=Beaconxfs&contact[prenom]=Beaconxfs&contact[tel]=84295889697&contact[email]=ballpointmf1%40gmail.com&contact[sujet]=&contact[message]=&submit=&contact[_token]=e0243.pNnEiaIV2Z50kG6dlMSUI8MMT25Cnqge7rCyhkdYIoE.6LOuwthPreQM2g_1xpDAQZFhI18m6OZXjePC8C4Od8LjkKq80GGe9TzeOw

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 28 Mar 2026 21:57:20 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B23000%5D%3A%20Integrity%20constraint%20violation%3A%201048%20Column%20%27sujet%27%20cannot%20be%20null"
x-debug-exception-file
"%2Fhtdocs%2Famai%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:126"
x-debug-token
"e686cf"

Cookies

Request Cookies

Key Value
PHPSESSID
"0aa4c657f9ccae852da8e1dc45a7c639"

Response Cookies

No response cookies

Session 4

Session Metadata

Key Value
Created
"Sat, 28 Mar 26 22:57:14 +0100"
Last used
"Sat, 28 Mar 26 22:57:18 +0100"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-contact
"LjjKzZtzxJahRTTbRml1dvNIcSpviVUCGIn5rtGkHNU"
_csrf/https-participant
"DVKHGrjEAIepQEqlS4_fTrTpM5DLsa0OqLU2WfWOqCY"
_csrf/https-temoignage
"QIIUXfTiGu4ausfhraKAB8c6N7YA2_AR4E1S-8a_Flc"

Session Usage

4 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/htdocs/amai/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 69
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 111
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/public/index.php"
    "line" => 5
    "args" => [
      "/htdocs/amai/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:76
[
  [
    "file" => "/htdocs/amai/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 76
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 98
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 60
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/form/Form.php"
    "line" => 476
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 107
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/form/Form.php"
    "line" => 414
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/src/Controller/SiteController.php"
    "line" => 300
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "contact"
    "class" => "App\Controller\SiteController"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/public/index.php"
    "line" => 5
    "args" => [
      "/htdocs/amai/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:52
[
  [
    "file" => "/htdocs/amai/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 52
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 102
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 60
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/form/Form.php"
    "line" => 476
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 107
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/form/Form.php"
    "line" => 414
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/src/Controller/SiteController.php"
    "line" => 300
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "contact"
    "class" => "App\Controller\SiteController"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/public/index.php"
    "line" => 5
    "args" => [
      "/htdocs/amai/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:56
[
  [
    "file" => "/htdocs/amai/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 56
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 102
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 60
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/form/Form.php"
    "line" => 476
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 107
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/form/Form.php"
    "line" => 414
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/src/Controller/SiteController.php"
    "line" => 300
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "contact"
    "class" => "App\Controller\SiteController"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/htdocs/amai/public/index.php"
    "line" => 5
    "args" => [
      "/htdocs/amai/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"9be00e3f80c8eaf3344fb7babd2aa9c0"
DATABASE_URL
"mysql://amaig2576279:zo12tdhuhd@127.0.0.1:3306/amaig2576279?serverVersion=10.11.11-MariaDB-deb12&charset=utf8mb4"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
BASE
"/amai/public"
CONTENT_LENGTH
"280"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/var/www/amai-group.com/htdocs"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/amai-group.com/htdocs"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_COOKIE
"PHPSESSID=0aa4c657f9ccae852da8e1dc45a7c639"
HTTP_HOST
"amai-group.com"
HTTP_PRAGMA
"no-cache"
HTTP_PROXY_AUTHORIZATION
"Basic Um9qamFhYWdoOldPTFFvbDlYaEEx"
HTTP_REFERER
"https://amai-group.com/contact"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36"
HTTP_VIA
"1.1 webdb3209.lwspanel.com (Varnish/7.7)"
HTTP_X_CACHE_ENGINE_ENABLE
"1"
HTTP_X_CACHE_USER
"amai-2576279"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_L_ADMIN_AUTH
"0"
HTTP_X_REAL_IP
"2a06:d647:8e67:9df:bfb2:ab40:9cf4:2a0d"
HTTP_X_REQUEST_ID
"32352301fef772759f26e5cb876c6423"
HTTP_X_VARNISH
"30377277"
MD_HOST
"amai-group.com"
MD_MASTER
"amai-group.com"
MD_SH
"webdb3209"
MD_SLAVES
"amai-2576279.webdb3209.lwspanel.com"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/amai/public/index.php"
QUERY_STRING
""
REDIRECT_BASE
"/amai/public"
REDIRECT_HTTPS
"on"
REDIRECT_MD_HOST
"amai-group.com"
REDIRECT_MD_MASTER
"amai-group.com"
REDIRECT_MD_SH
"webdb3209"
REDIRECT_MD_SLAVES
"amai-2576279.webdb3209.lwspanel.com"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_MD_HOST
"amai-group.com"
REDIRECT_REDIRECT_MD_MASTER
"amai-group.com"
REDIRECT_REDIRECT_MD_SH
"webdb3209"
REDIRECT_REDIRECT_MD_SLAVES
"amai-2576279.webdb3209.lwspanel.com"
REDIRECT_REDIRECT_SCRIPT_URI
"https://amai-group.com/contact"
REDIRECT_REDIRECT_SCRIPT_URL
"/contact"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"achOvzgQq4ELK4QCe90PoQAAAEI"
REDIRECT_REDIRECT_existing_anubis_action
""
REDIRECT_REDIRECT_existing_anubis_rule
""
REDIRECT_REDIRECT_existing_anubis_status
""
REDIRECT_REDIRECT_existing_header_request_id
"32352301fef772759f26e5cb876c6423"
REDIRECT_SCRIPT_URI
"https://amai-group.com/contact"
REDIRECT_SCRIPT_URL
"/contact"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"achOvzgQq4ELK4QCe90PoQAAAEI"
REDIRECT_URL
"/amai/public/contact"
REDIRECT_existing_anubis_action
""
REDIRECT_existing_anubis_rule
""
REDIRECT_existing_anubis_status
""
REDIRECT_existing_header_request_id
"32352301fef772759f26e5cb876c6423"
REMOTE_ADDR
"2a06:d647:8e67:9df:bfb2:ab40:9cf4:2a0d"
REMOTE_PORT
"33982"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1774735039
REQUEST_TIME_FLOAT
1774735039.733
REQUEST_URI
"/contact"
SCRIPT_FILENAME
"//var/www/amai-group.com/htdocs/amai/public/index.php"
SCRIPT_NAME
"/amai/public/index.php"
SCRIPT_URI
"https://amai-group.com/contact"
SCRIPT_URL
"/contact"
SERVER_ADDR
"127.0.0.1"
SERVER_ADMIN
"postmaster@amai-group.com"
SERVER_NAME
"amai-group.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.66 (Debian) Server at amai-group.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.66 (Debian)"
SYMFONY_DOTENV_PATH
"/htdocs/amai/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN"
UNIQUE_ID
"achOvzgQq4ELK4QCe90PoQAAAEI"
existing_anubis_action
""
existing_anubis_rule
""
existing_anubis_status
""
existing_header_request_id
"32352301fef772759f26e5cb876c6423"
lwsapitoken
"571338118622ed078f4f134f85f3a612"
lwscache
"On"

Parent Request

Return to parent request (token = c16a36)

Key Value
_controller
"App\Controller\SiteController::contact"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"site_contact"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"1474c9"