| exception |
Doctrine\DBAL\Exception\InvalidFieldNameException {#1307
#message: """
An exception occurred while executing a query: SQLSTATE[42703]: Undefined column: 7 ERREUR: la colonne t0.mode_paiement_id n'existe pas\n
LINE 1: ...r_id AS panier_id_8, t0.saison_id AS saison_id_9, t0.mode_pa...\n
^\n
HINT: Peut-être que vous souhaitiez référencer la colonne « t0.moyen_paiement_id ».
"""
#code: 7
#file: "/var/lib/frankenphp/thaon/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php"
#line: 69
-previous: Doctrine\DBAL\Driver\PDO\Exception {#1303 …}
-query: Doctrine\DBAL\Query {#1304 …}
trace: {
/var/lib/frankenphp/thaon/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/lib/frankenphp/thaon/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/lib/frankenphp/thaon/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/lib/frankenphp/thaon/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/lib/frankenphp/thaon/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:738 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, ?object $entity = null, ?AssociationMapping $assoc = null, array $hints = [], Doctrine\DBAL\LockMode|int|null $lockMode = null, ?int $limit = null, ?array $orderBy = null): ?object …
› [$params, $types] = $this->expandParameters($criteria);
› $stmt = $this->conn->executeQuery($sql, $params, $types);
›
}
/var/lib/frankenphp/thaon/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:756 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, ?object $entity = null): ?object …
› {
› return $this->load($identifier, $entity);
› }
}
/var/lib/frankenphp/thaon/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:223 {
Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxy():217} …
› ): void {
› $original = $entityPersister->loadById($identifier, $object);
› if ($original === null) {
}
Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxy():217}() {}
/var/lib/frankenphp/thaon/vendor/doctrine/orm/src/UnitOfWork.php:3065 {
Doctrine\ORM\UnitOfWork->initializeObject(object $obj): void …
› $reflection = $this->em->getClassMetadata($obj::class)->getReflectionClass();
› $reflection->initializeLazyObject($obj);
› }
}
/var/lib/frankenphp/thaon/vendor/doctrine/orm/src/EntityManager.php:566 {
Doctrine\ORM\EntityManager->initializeObject(object $obj): void …
› {
› $this->unitOfWork->initializeObject($obj);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/doctrine-bridge/Form/ChoiceList/IdReader.php:89 {
Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader->getIdValue(?object $object = null): string …
›
› $this->om->initializeObject($object);
›
}
/var/lib/frankenphp/thaon/vendor/symfony/form/ChoiceList/Loader/AbstractChoiceLoader.php:49 {
Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader->{closure:Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader::loadValuesForChoices():49} …
› // if a value callback exists, use it
› return array_map(fn ($item) => (string) $value($item), $choices);
› }
}
Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader->{closure:Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader::loadValuesForChoices():49}() {}
/var/lib/frankenphp/thaon/vendor/symfony/form/ChoiceList/Loader/AbstractChoiceLoader.php:49 {
Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader->loadValuesForChoices(array $choices, ?callable $value = null): array …
› // if a value callback exists, use it
› return array_map(fn ($item) => (string) $value($item), $choices);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/ChoiceList/LazyChoiceList.php:81 {
Symfony\Component\Form\ChoiceList\LazyChoiceList->getValuesForChoices(array $choices): array …
› {
› return $this->loader->loadValuesForChoices($choices, $this->value);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php:32 {
Symfony\Component\Form\Extension\Core\DataTransformer\ChoiceToValueTransformer->transform(mixed $choice): mixed …
› {
› return (string) current($this->choiceList->getValuesForChoices([$choice]));
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Form.php:984 {
Symfony\Component\Form\Form->normToView(mixed $value): mixed …
› foreach ($transformers as $transformer) {
› $value = $transformer->transform($value);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Form.php:299 {
Symfony\Component\Form\Form->setData(mixed $modelData): static …
› $normData = $this->modelToNorm($modelData);
› $viewData = $this->normToView($normData);
›
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Extension/Core/DataMapper/DataMapper.php:50 {
Symfony\Component\Form\Extension\Core\DataMapper\DataMapper->mapDataToForms(mixed $data, Traversable $forms): void …
› if (!$empty && $config->getMapped() && $this->dataAccessor->isReadable($data, $form)) {
› $form->setData($this->dataAccessor->getValue($data, $form));
› } else {
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Form.php:321 {
Symfony\Component\Form\Form->setData(mixed $modelData): static …
› // Update child forms from the data (unless their config data is locked)
› $this->config->getDataMapper()->mapDataToForms($viewData, new \RecursiveIteratorIterator(new InheritDataAwareIterator($this->children)));
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Form.php:410 {
Symfony\Component\Form\Form->initialize(): static …
› if (!$this->defaultDataSet) {
› $this->setData($this->config->getData());
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/FormBuilder.php:171 {
Symfony\Component\Form\FormBuilder->getForm(): FormInterface …
› // Automatically initialize the form if it is configured so
› $form->initialize();
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/FormFactory.php:32 {
Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
› {
› return $this->createBuilder($type, $data, $options)->getForm();
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/framework-bundle/Controller/AbstractController.php:354 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/var/lib/frankenphp/thaon/src/Controller/LivraisonController.php:59 {
App\Controller\LivraisonController->edit(Request $request, Livraison $livraison, EntityManagerInterface $entityManager): Response …
› {
› $form = $this->createForm(LivraisonType::class, $livraison);
› $form->handleRequest($request);
}
/var/lib/frankenphp/thaon/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);
›
}
/var/lib/frankenphp/thaon/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) {
}
/var/lib/frankenphp/thaon/vendor/symfony/http-kernel/Kernel.php:191 {
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/lib/frankenphp/thaon/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/lib/frankenphp/thaon/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/lib/frankenphp/thaon/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/lib/frankenphp/thaon/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#176
-records: [
2 => [
[
"timestamp" => 1777563966
"timestamp_rfc3339" => "2026-04-30T15:46:06.646+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "app_livraison_edit"
"route_parameters" => [
"_route" => "app_livraison_edit"
"_controller" => "App\Controller\LivraisonController::edit"
"id" => "2013286"
]
"request_uri" => "http://cocagne.neotech.fr/livraison/2013286/edit"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1777563966
"timestamp_rfc3339" => "2026-04-30T15:46:06.647+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1777563966
"timestamp_rfc3339" => "2026-04-30T15:46:06.647+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" => 1777563966
"timestamp_rfc3339" => "2026-04-30T15:46:06.647+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" => 1777563966
"timestamp_rfc3339" => "2026-04-30T15:46:06.648+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" => 1777563966
"timestamp_rfc3339" => "2026-04-30T15:46:06.648+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" => 1777563966
"timestamp_rfc3339" => "2026-04-30T15:46:06.661+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_pgsql"
"idle_connection_ttl" => 600
"host" => "192.168.137.46"
"port" => 5432
"user" => "cocagne"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "cocagne"
"serverVersion" => "18"
"charset" => "utf8"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1777563966
"timestamp_rfc3339" => "2026-04-30T15:46:06.693+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.qte AS qte_1, t0.livre AS livre_2, t0.jour AS jour_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.abonnement_id AS abonnement_id_7, t0.produit_id AS produit_id_8, t0.depot_id AS depot_id_9, t0.tournee_id AS tournee_id_10, t0.calendrier_id AS calendrier_id_11 FROM livraison t0 WHERE t0.id = ?"
"params" => [
1 => "2013286"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#667
+name: "STRING"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1777563966
"timestamp_rfc3339" => "2026-04-30T15:46:06.708+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.date_debut AS date_debut_1, t0.nombre AS nombre_2, t0.montant AS montant_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.adherent_id AS adherent_id_7, t0.panier_id AS panier_id_8, t0.saison_id AS saison_id_9, t0.mode_paiement_id AS mode_paiement_id_10 FROM abonnement t0 WHERE t0.id = ?"
"params" => [
1 => 28687
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#667}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1777563966
"timestamp_rfc3339" => "2026-04-30T15:46:06.711+00:00"
"message" => """
Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing a query: SQLSTATE[42703]: Undefined column: 7 ERREUR: la colonne t0.mode_paiement_id n'existe pas\n
LINE 1: ...r_id AS panier_id_8, t0.saison_id AS saison_id_9, t0.mode_pa...\n
^\n
HINT: Peut-être que vous souhaitiez référencer la colonne « t0.moyen_paiement_id »." at ExceptionConverter.php line 69
"""
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Doctrine\DBAL\Exception\InvalidFieldNameException {#1307
#message: """
An exception occurred while executing a query: SQLSTATE[42703]: Undefined column: 7 ERREUR: la colonne t0.mode_paiement_id n'existe pas\n
LINE 1: ...r_id AS panier_id_8, t0.saison_id AS saison_id_9, t0.mode_pa...\n
^\n
HINT: Peut-être que vous souhaitiez référencer la colonne « t0.moyen_paiement_id ».
"""
#code: 7
#file: "/var/lib/frankenphp/thaon/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php"
#line: 69
-previous: Doctrine\DBAL\Driver\PDO\Exception {#1303 …}
-query: Doctrine\DBAL\Query {#1304 …}
trace: {
/var/lib/frankenphp/thaon/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/lib/frankenphp/thaon/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/lib/frankenphp/thaon/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/lib/frankenphp/thaon/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/lib/frankenphp/thaon/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:738 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, ?object $entity = null, ?AssociationMapping $assoc = null, array $hints = [], Doctrine\DBAL\LockMode|int|null $lockMode = null, ?int $limit = null, ?array $orderBy = null): ?object …
› [$params, $types] = $this->expandParameters($criteria);
› $stmt = $this->conn->executeQuery($sql, $params, $types);
›
}
/var/lib/frankenphp/thaon/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:756 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, ?object $entity = null): ?object …
› {
› return $this->load($identifier, $entity);
› }
}
/var/lib/frankenphp/thaon/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:223 {
Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxy():217} …
› ): void {
› $original = $entityPersister->loadById($identifier, $object);
› if ($original === null) {
}
Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxy():217}() {}
/var/lib/frankenphp/thaon/vendor/doctrine/orm/src/UnitOfWork.php:3065 {
Doctrine\ORM\UnitOfWork->initializeObject(object $obj): void …
› $reflection = $this->em->getClassMetadata($obj::class)->getReflectionClass();
› $reflection->initializeLazyObject($obj);
› }
}
/var/lib/frankenphp/thaon/vendor/doctrine/orm/src/EntityManager.php:566 {
Doctrine\ORM\EntityManager->initializeObject(object $obj): void …
› {
› $this->unitOfWork->initializeObject($obj);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/doctrine-bridge/Form/ChoiceList/IdReader.php:89 {
Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader->getIdValue(?object $object = null): string …
›
› $this->om->initializeObject($object);
›
}
/var/lib/frankenphp/thaon/vendor/symfony/form/ChoiceList/Loader/AbstractChoiceLoader.php:49 {
Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader->{closure:Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader::loadValuesForChoices():49} …
› // if a value callback exists, use it
› return array_map(fn ($item) => (string) $value($item), $choices);
› }
}
Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader->{closure:Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader::loadValuesForChoices():49}() {}
/var/lib/frankenphp/thaon/vendor/symfony/form/ChoiceList/Loader/AbstractChoiceLoader.php:49 {
Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader->loadValuesForChoices(array $choices, ?callable $value = null): array …
› // if a value callback exists, use it
› return array_map(fn ($item) => (string) $value($item), $choices);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/ChoiceList/LazyChoiceList.php:81 {
Symfony\Component\Form\ChoiceList\LazyChoiceList->getValuesForChoices(array $choices): array …
› {
› return $this->loader->loadValuesForChoices($choices, $this->value);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php:32 {
Symfony\Component\Form\Extension\Core\DataTransformer\ChoiceToValueTransformer->transform(mixed $choice): mixed …
› {
› return (string) current($this->choiceList->getValuesForChoices([$choice]));
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Form.php:984 {
Symfony\Component\Form\Form->normToView(mixed $value): mixed …
› foreach ($transformers as $transformer) {
› $value = $transformer->transform($value);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Form.php:299 {
Symfony\Component\Form\Form->setData(mixed $modelData): static …
› $normData = $this->modelToNorm($modelData);
› $viewData = $this->normToView($normData);
›
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Extension/Core/DataMapper/DataMapper.php:50 {
Symfony\Component\Form\Extension\Core\DataMapper\DataMapper->mapDataToForms(mixed $data, Traversable $forms): void …
› if (!$empty && $config->getMapped() && $this->dataAccessor->isReadable($data, $form)) {
› $form->setData($this->dataAccessor->getValue($data, $form));
› } else {
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Form.php:321 {
Symfony\Component\Form\Form->setData(mixed $modelData): static …
› // Update child forms from the data (unless their config data is locked)
› $this->config->getDataMapper()->mapDataToForms($viewData, new \RecursiveIteratorIterator(new InheritDataAwareIterator($this->children)));
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/Form.php:410 {
Symfony\Component\Form\Form->initialize(): static …
› if (!$this->defaultDataSet) {
› $this->setData($this->config->getData());
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/FormBuilder.php:171 {
Symfony\Component\Form\FormBuilder->getForm(): FormInterface …
› // Automatically initialize the form if it is configured so
› $form->initialize();
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/form/FormFactory.php:32 {
Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
› {
› return $this->createBuilder($type, $data, $options)->getForm();
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/framework-bundle/Controller/AbstractController.php:354 {
Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
› {
› return $this->container->get('form.factory')->create($type, $data, $options);
› }
}
/var/lib/frankenphp/thaon/src/Controller/LivraisonController.php:59 {
App\Controller\LivraisonController->edit(Request $request, Livraison $livraison, EntityManagerInterface $entityManager): Response …
› {
› $form = $this->createForm(LivraisonType::class, $livraison);
› $form->handleRequest($request);
}
/var/lib/frankenphp/thaon/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);
›
}
/var/lib/frankenphp/thaon/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) {
}
/var/lib/frankenphp/thaon/vendor/symfony/http-kernel/Kernel.php:191 {
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/lib/frankenphp/thaon/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/lib/frankenphp/thaon/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/lib/frankenphp/thaon/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/lib/frankenphp/thaon/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
]
1364 => [
[
"timestamp" => 1777563966
"timestamp_rfc3339" => "2026-04-30T15:46:06.925+00:00"
"message" => """
User Deprecated: Specifying the "nullable" attribute for join columns in to-one associations (here, App\Entity\PointDistribution::$tournee) that are part of the identifier is a no-op.\n
The ORM will always set it to false.\n
Doing so is deprecated and will be an error in 4.0. (ToOneOwningSideMapping.php:136 called by ClassMetadata.php:1431, https://github.com/doctrine/orm/pull/12126, package doctrine/orm)
"""
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1576
#message: """
User Deprecated: Specifying the "nullable" attribute for join columns in to-one associations (here, App\Entity\PointDistribution::$tournee) that are part of the identifier is a no-op.\n
The ORM will always set it to false.\n
Doing so is deprecated and will be an error in 4.0. (ToOneOwningSideMapping.php:136 called by ClassMetadata.php:1431, https://github.com/doctrine/orm/pull/12126, package doctrine/orm)
"""
#code: 0
#file: "/var/lib/frankenphp/thaon/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/lib/frankenphp/thaon/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/lib/frankenphp/thaon/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/lib/frankenphp/thaon/vendor/doctrine/orm/src/Mapping/ToOneOwningSideMapping.php:136 {
Doctrine\ORM\Mapping\ToOneOwningSideMapping::fromMappingArrayAndName(array $mappingArray, NamingStrategy $namingStrategy, string $name, ?array $table, bool $isInheritanceTypeSingleTable): static …
› if ($joinColumn->nullable !== null) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/lib/frankenphp/thaon/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:1431 {
Doctrine\ORM\Mapping\ClassMetadata->_validateAndCompleteAssociationMapping(array $mapping): AssociationMapping …
› case self::MANY_TO_ONE:
› return ManyToOneAssociationMapping::fromMappingArrayAndName(
› $mapping,
}
/var/lib/frankenphp/thaon/vendor/doctrine/orm/src/Mapping/ClassMetadata.php:2018 {
Doctrine\ORM\Mapping\ClassMetadata->mapManyToOne(array $mapping): void …
›
› $mapping = $this->_validateAndCompleteAssociationMapping($mapping);
›
}
/var/lib/frankenphp/thaon/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:408 {
Doctrine\ORM\Mapping\Driver\AttributeDriver->loadMetadataForClass(string $className, ClassMetadata $metadata): void …
› $mapping['fetch'] = $this->getFetchMode($className, $manyToOneAttribute->fetch);
› $metadata->mapManyToOne($mapping);
› } elseif ($manyToManyAttribute !== null) {
}
/var/lib/frankenphp/thaon/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:61 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass(string $className, ClassMetadata $metadata): void …
› if ($this->isInNamespace($className, $namespace)) {
› $driver->loadMetadataForClass($className, $metadata);
›
}
/var/lib/frankenphp/thaon/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:41 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
› {
› $this->driver->loadMetadataForClass($className, $metadata);
›
}
/var/lib/frankenphp/thaon/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:167 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
› try {
› $this->driver->loadMetadataForClass($class->getName(), $class);
› } catch (ReflectionException $e) {
}
/var/lib/frankenphp/thaon/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:23 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/lib/frankenphp/thaon/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/lib/frankenphp/thaon/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:187 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/lib/frankenphp/thaon/vendor/doctrine/orm/src/Tools/SchemaValidator.php:130 {
Doctrine\ORM\Tools\SchemaValidator->validateClass(ClassMetadata $class): array …
›
› $targetMetadata = $cmf->getMetadataFor($assoc->targetEntity);
›
}
/var/lib/frankenphp/thaon/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php:118 {
Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
›
› $classErrors = $validator->validateClass($class);
› $r = $class->getReflectionClass();
}
/var/lib/frankenphp/thaon/vendor/symfony/http-kernel/Profiler/Profiler.php:158 {
Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/var/lib/frankenphp/thaon/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:102 {
Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/lib/frankenphp/thaon/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/lib/frankenphp/thaon/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/lib/frankenphp/thaon/vendor/symfony/http-kernel/HttpKernel.php:216 {
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/lib/frankenphp/thaon/vendor/symfony/http-kernel/HttpKernel.php:204 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/lib/frankenphp/thaon/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) {
}
/var/lib/frankenphp/thaon/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/var/lib/frankenphp/thaon/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/lib/frankenphp/thaon/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/lib/frankenphp/thaon/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/lib/frankenphp/thaon/vendor/symfony/http-kernel/HttpKernel.php:241 {
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/var/lib/frankenphp/thaon/vendor/symfony/http-kernel/HttpKernel.php:91 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $response = $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/lib/frankenphp/thaon/vendor/symfony/http-kernel/Kernel.php:191 {
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/lib/frankenphp/thaon/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/lib/frankenphp/thaon/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/lib/frankenphp/thaon/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/lib/frankenphp/thaon/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
]
]
-errorCount: [
2 => 1
1364 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#175 …}
} |