User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:68 called by App_KernelDevDebugContainer.php:1835, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:79 called by App_KernelDevDebugContainer.php:1835, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:181, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "5.7.40" instead of "5.7". (AbstractMySQLDriver.php:111 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
"SELECT t0.ID AS ID_1, t0.date_audience AS date_audience_2, t0.heure_audience AS heure_audience_3, t0.type_de_bien AS type_de_bien_4, t0.mise_a_prix AS mise_a_prix_5, t0.designation AS designation_6, t0.cadastre AS cadastre_7, t0.numeroVoie AS numeroVoie_8, t0.indiceRepetition AS indiceRepetition_9, t0.nomVoie AS nomVoie_10, t0.lieuDit AS lieuDit_11, t0.ville AS ville_12, t0.codePostal AS codePostal_13, t0.codeDepartement AS codeDepartement_14, t0.prix_cession AS prix_cession_15, t0.frais_de_poursuite AS frais_de_poursuite_16, t0.date_visite AS date_visite_17, t0.surenchere AS surenchere_18, t0.occupation AS occupation_19, t0.horaires_visite AS horaires_visite_20, t0.type_de_bien_de AS type_de_bien_de_21, t0.type_de_bien_en AS type_de_bien_en_22, t0.brochureFilename AS brochureFilename_23 FROM encheres t0 WHERE t0.ID = ?"
(parameters:
[1 => "377"
]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.ID AS ID_1, t0.date_audience AS date_audience_2, t0.heure_audience AS heure_audience_3, t0.type_de_bien AS type_de_bien_4, t0.mise_a_prix AS mise_a_prix_5, t0.designation AS designation_6, t0.cadastre AS cadastre_7, t0.numeroVoie AS numeroVoie_8, t0.indiceRepetition AS indiceRepetition_9, t0.nomVoie AS nomVoie_10, t0.lieuDit AS lieuDit_11, t0.ville AS ville_12, t0.codePostal AS codePostal_13, t0.codeDepartement AS codeDepartement_14, t0.prix_cession AS prix_cession_15, t0.frais_de_poursuite AS frais_de_poursuite_16, t0.date_visite AS date_visite_17, t0.surenchere AS surenchere_18, t0.occupation AS occupation_19, t0.horaires_visite AS horaires_visite_20, t0.type_de_bien_de AS type_de_bien_de_21, t0.type_de_bien_en AS type_de_bien_en_22, t0.brochureFilename AS brochureFilename_23 FROM encheres t0 WHERE t0.ID = ?"
"params" => [1 => "377"
]
"types" => [1 => 1]
]
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.