Log Messages
Level (7)
Channel (3)
| Time | Message |
|---|---|
| info |
Matched route "afficher_avis".
request
[ "route" => "afficher_avis" "route_parameters" => [ "_route" => "afficher_avis" "_controller" => "App\Controller\AvisDecesController::afficher" "id" => "3030" ] "request_uri" => "https://marchetti.olihost.com/avis/3030" "method" => "GET" ] |
| debug |
Checking for authenticator support.
security
[ "firewall_name" => "main" "authenticators" => 1 ] |
| debug |
Checking support on authenticator.
security
[ "firewall_name" => "main" "authenticator" => "App\Security\LoginAuthenticator" ] |
| debug |
Authenticator does not support the request.
security
[ "firewall_name" => "main" "authenticator" => "App\Security\LoginAuthenticator" ] |
| info |
Connecting with parameters [ "driver" => "pdo_mysql" "charset" => "utf8mb4" "host" => "127.0.0.1" "port" => "3306" "user" => "marchetti_db" "password" => "<redacted>" "dbname" => "marchetti_prod" "idle_connection_ttl" => 600 "driverOptions" => [] "serverVersion" => "8.0.36" "defaultTableOptions" => [ "charset" => "utf8mb4" "collate" => "utf8mb4_unicode_ci" ] ]
doctrine
[ "params" => [ "driver" => "pdo_mysql" "charset" => "utf8mb4" "host" => "127.0.0.1" "port" => "3306" "user" => "marchetti_db" "password" => "<redacted>" "dbname" => "marchetti_prod" "idle_connection_ttl" => 600 "driverOptions" => [] "serverVersion" => "8.0.36" "defaultTableOptions" => [ "charset" => "utf8mb4" "collate" => "utf8mb4_unicode_ci" ] ] ] |
| debug |
Executing statement: "SELECT h0_.id AS id_0, h0_.ip AS ip_1, h0_.datetime AS datetime_2, h0_.route AS route_3 FROM historique_route h0_ WHERE h0_.ip = ? AND h0_.route = ? AND h0_.datetime >= ? LIMIT 1" (parameters: [ 1 => "216.73.216.149" 2 => "afficher_avis" 3 => "2026-05-10 23:07:55" ], types: [ 1 => Doctrine\DBAL\ParameterType {#549 +name: "STRING" } 2 => Doctrine\DBAL\ParameterType {#549} 3 => Doctrine\DBAL\ParameterType {#549} ])
doctrine
[ "sql" => "SELECT h0_.id AS id_0, h0_.ip AS ip_1, h0_.datetime AS datetime_2, h0_.route AS route_3 FROM historique_route h0_ WHERE h0_.ip = ? AND h0_.route = ? AND h0_.datetime >= ? LIMIT 1" "params" => [ 1 => "216.73.216.149" 2 => "afficher_avis" 3 => "2026-05-10 23:07:55" ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#549 +name: "STRING" } 2 => Doctrine\DBAL\ParameterType {#549} 3 => Doctrine\DBAL\ParameterType {#549} ] ] |
| debug |
Beginning transaction
doctrine
|
| debug |
Executing statement: "INSERT INTO historique_route (ip, datetime, route) VALUES (?, ?, ?)" (parameters: [ 1 => "216.73.216.149" 2 => "2026-05-10 23:17:55" 3 => "afficher_avis" ], types: [ 1 => Doctrine\DBAL\ParameterType {#549 +name: "STRING" } 2 => Doctrine\DBAL\ParameterType {#549} 3 => Doctrine\DBAL\ParameterType {#549} ])
doctrine
[ "sql" => "INSERT INTO historique_route (ip, datetime, route) VALUES (?, ?, ?)" "params" => [ 1 => "216.73.216.149" 2 => "2026-05-10 23:17:55" 3 => "afficher_avis" ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#549 +name: "STRING" } 2 => Doctrine\DBAL\ParameterType {#549} 3 => Doctrine\DBAL\ParameterType {#549} ] ] |
| debug |
Committing transaction
doctrine
|
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "App\Subscriber\RequestSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\Subscriber\RequestSubscriber::onKernelRequest" ] |
| debug |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] |
| debug |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "ContainerRHHIKBZ\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "ContainerRHHIKBZ\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.date_creation AS date_creation_2, t0.date_obseques AS date_obseques_3, t0.lieu_obseques AS lieu_obseques_4, t0.code_famille AS code_famille_5, t0.date_publication AS date_publication_6, t0.creneau_visite AS creneau_visite_7, t0.avis_depose AS avis_depose_8, t0.actif AS actif_9, t0.cloture_espace_condoleance AS cloture_espace_condoleance_10, t0.nb_visite AS nb_visite_11, t0.alerte_auto_famille AS alerte_auto_famille_12, t0.email_famille AS email_famille_13, t0.couple AS couple_14, t0.masquer_age AS masquer_age_15, t0.date_publication_remerciement AS date_publication_remerciement_16, t0.defunt_id AS defunt_id_17, t0.utilisateur_id AS utilisateur_id_18 FROM avis_deces t0 WHERE t0.id = ?" (parameters: [ 1 => "3030" ], types: [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.date_creation AS date_creation_2, t0.date_obseques AS date_obseques_3, t0.lieu_obseques AS lieu_obseques_4, t0.code_famille AS code_famille_5, t0.date_publication AS date_publication_6, t0.creneau_visite AS creneau_visite_7, t0.avis_depose AS avis_depose_8, t0.actif AS actif_9, t0.cloture_espace_condoleance AS cloture_espace_condoleance_10, t0.nb_visite AS nb_visite_11, t0.alerte_auto_famille AS alerte_auto_famille_12, t0.email_famille AS email_famille_13, t0.couple AS couple_14, t0.masquer_age AS masquer_age_15, t0.date_publication_remerciement AS date_publication_remerciement_16, t0.defunt_id AS defunt_id_17, t0.utilisateur_id AS utilisateur_id_18 FROM avis_deces t0 WHERE t0.id = ?" "params" => [ 1 => "3030" ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT a0_.id AS id_0, a0_.date_creation AS date_creation_1, a0_.date_obseques AS date_obseques_2, a0_.lieu_obseques AS lieu_obseques_3, a0_.code_famille AS code_famille_4, a0_.date_publication AS date_publication_5, a0_.creneau_visite AS creneau_visite_6, a0_.avis_depose AS avis_depose_7, a0_.actif AS actif_8, a0_.cloture_espace_condoleance AS cloture_espace_condoleance_9, a0_.nb_visite AS nb_visite_10, a0_.alerte_auto_famille AS alerte_auto_famille_11, a0_.email_famille AS email_famille_12, a0_.couple AS couple_13, a0_.masquer_age AS masquer_age_14, a0_.date_publication_remerciement AS date_publication_remerciement_15, a0_.defunt_id AS defunt_id_16, a0_.utilisateur_id AS utilisateur_id_17 FROM avis_deces a0_ WHERE a0_.id > ? AND a0_.actif = ? ORDER BY a0_.id ASC LIMIT 1" (parameters: [ 1 => "3030" 2 => 1 ], types: [ 1 => Doctrine\DBAL\ParameterType {#549 +name: "STRING" } 2 => Doctrine\DBAL\ParameterType {#1035 +name: "BOOLEAN" } ])
doctrine
[ "sql" => "SELECT a0_.id AS id_0, a0_.date_creation AS date_creation_1, a0_.date_obseques AS date_obseques_2, a0_.lieu_obseques AS lieu_obseques_3, a0_.code_famille AS code_famille_4, a0_.date_publication AS date_publication_5, a0_.creneau_visite AS creneau_visite_6, a0_.avis_depose AS avis_depose_7, a0_.actif AS actif_8, a0_.cloture_espace_condoleance AS cloture_espace_condoleance_9, a0_.nb_visite AS nb_visite_10, a0_.alerte_auto_famille AS alerte_auto_famille_11, a0_.email_famille AS email_famille_12, a0_.couple AS couple_13, a0_.masquer_age AS masquer_age_14, a0_.date_publication_remerciement AS date_publication_remerciement_15, a0_.defunt_id AS defunt_id_16, a0_.utilisateur_id AS utilisateur_id_17 FROM avis_deces a0_ WHERE a0_.id > ? AND a0_.actif = ? ORDER BY a0_.id ASC LIMIT 1" "params" => [ 1 => "3030" 2 => 1 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#549 +name: "STRING" } 2 => Doctrine\DBAL\ParameterType {#1035 +name: "BOOLEAN" } ] ] |
| debug |
Executing statement: "SELECT a0_.id AS id_0, a0_.date_creation AS date_creation_1, a0_.date_obseques AS date_obseques_2, a0_.lieu_obseques AS lieu_obseques_3, a0_.code_famille AS code_famille_4, a0_.date_publication AS date_publication_5, a0_.creneau_visite AS creneau_visite_6, a0_.avis_depose AS avis_depose_7, a0_.actif AS actif_8, a0_.cloture_espace_condoleance AS cloture_espace_condoleance_9, a0_.nb_visite AS nb_visite_10, a0_.alerte_auto_famille AS alerte_auto_famille_11, a0_.email_famille AS email_famille_12, a0_.couple AS couple_13, a0_.masquer_age AS masquer_age_14, a0_.date_publication_remerciement AS date_publication_remerciement_15, a0_.defunt_id AS defunt_id_16, a0_.utilisateur_id AS utilisateur_id_17 FROM avis_deces a0_ WHERE a0_.id < ? AND a0_.actif = ? ORDER BY a0_.id DESC LIMIT 1" (parameters: [ 1 => "3030" 2 => 1 ], types: [ 1 => Doctrine\DBAL\ParameterType {#549 +name: "STRING" } 2 => Doctrine\DBAL\ParameterType {#1035 +name: "BOOLEAN" } ])
doctrine
[ "sql" => "SELECT a0_.id AS id_0, a0_.date_creation AS date_creation_1, a0_.date_obseques AS date_obseques_2, a0_.lieu_obseques AS lieu_obseques_3, a0_.code_famille AS code_famille_4, a0_.date_publication AS date_publication_5, a0_.creneau_visite AS creneau_visite_6, a0_.avis_depose AS avis_depose_7, a0_.actif AS actif_8, a0_.cloture_espace_condoleance AS cloture_espace_condoleance_9, a0_.nb_visite AS nb_visite_10, a0_.alerte_auto_famille AS alerte_auto_famille_11, a0_.email_famille AS email_famille_12, a0_.couple AS couple_13, a0_.masquer_age AS masquer_age_14, a0_.date_publication_remerciement AS date_publication_remerciement_15, a0_.defunt_id AS defunt_id_16, a0_.utilisateur_id AS utilisateur_id_17 FROM avis_deces a0_ WHERE a0_.id < ? AND a0_.actif = ? ORDER BY a0_.id DESC LIMIT 1" "params" => [ 1 => "3030" 2 => 1 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#549 +name: "STRING" } 2 => Doctrine\DBAL\ParameterType {#1035 +name: "BOOLEAN" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.ip AS ip_2, t0.essais AS essais_3, t0.date_essai AS date_essai_4, t0.avis_deces_id AS avis_deces_id_5 FROM bruteforce t0 WHERE t0.ip = ? AND t0.avis_deces_id = ? LIMIT 1" (parameters: [ 1 => "216.73.216.149" 2 => 3030 ], types: [ 1 => Doctrine\DBAL\ParameterType {#549 +name: "STRING" } 2 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.ip AS ip_2, t0.essais AS essais_3, t0.date_essai AS date_essai_4, t0.avis_deces_id AS avis_deces_id_5 FROM bruteforce t0 WHERE t0.ip = ? AND t0.avis_deces_id = ? LIMIT 1" "params" => [ 1 => "216.73.216.149" 2 => 3030 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#549 +name: "STRING" } 2 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.message AS message_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.validite AS validite_7, t0.prive AS prive_8, t0.nom_fichier AS nom_fichier_9, t0.adresse AS adresse_10, t0.commune AS commune_11, t0.avis_deces_id AS avis_deces_id_12 FROM condoleance t0 WHERE t0.avis_deces_id = ? AND t0.validite = ? ORDER BY t0.date_creation DESC" (parameters: [ 1 => 3030 2 => 1 ], types: [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } 2 => Doctrine\DBAL\ParameterType {#1035 +name: "BOOLEAN" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.message AS message_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.validite AS validite_7, t0.prive AS prive_8, t0.nom_fichier AS nom_fichier_9, t0.adresse AS adresse_10, t0.commune AS commune_11, t0.avis_deces_id AS avis_deces_id_12 FROM condoleance t0 WHERE t0.avis_deces_id = ? AND t0.validite = ? ORDER BY t0.date_creation DESC" "params" => [ 1 => 3030 2 => 1 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } 2 => Doctrine\DBAL\ParameterType {#1035 +name: "BOOLEAN" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.genre AS genre_2, t0.nom AS nom_3, t0.nom_jeune_fille AS nom_jeune_fille_4, t0.prenom AS prenom_5, t0.date_naissance AS date_naissance_6, t0.date_deces AS date_deces_7, t0.lieu_naissance AS lieu_naissance_8, t0.lieu_deces AS lieu_deces_9, t0.commune_residence AS commune_residence_10, t0.commune_codepostal AS commune_codepostal_11 FROM defunt t0 WHERE t0.id = ?" (parameters: [ 1 => 3033 ], types: [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.genre AS genre_2, t0.nom AS nom_3, t0.nom_jeune_fille AS nom_jeune_fille_4, t0.prenom AS prenom_5, t0.date_naissance AS date_naissance_6, t0.date_deces AS date_deces_7, t0.lieu_naissance AS lieu_naissance_8, t0.lieu_deces AS lieu_deces_9, t0.commune_residence AS commune_residence_10, t0.commune_codepostal AS commune_codepostal_11 FROM defunt t0 WHERE t0.id = ?" "params" => [ 1 => 3033 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } ] ] |
| debug |
Beginning transaction
doctrine
|
| debug |
Executing statement: "UPDATE avis_deces SET nb_visite = ? WHERE id = ?" (parameters: [ 1 => 75 2 => 3030 ], types: [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } 2 => Doctrine\DBAL\ParameterType {#649} ])
doctrine
[ "sql" => "UPDATE avis_deces SET nb_visite = ? WHERE id = ?" "params" => [ 1 => 75 2 => 3030 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } 2 => Doctrine\DBAL\ParameterType {#649} ] ] |
| debug |
Committing transaction
doctrine
|
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.validite AS validite_2, t0.date_creation AS date_creation_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.email AS email_6, t0.nom_fichier AS nom_fichier_7, t0.avis_deces_id AS avis_deces_id_8 FROM portrait t0 WHERE t0.avis_deces_id = ? AND t0.validite = ? LIMIT 1" (parameters: [ 1 => 3030 2 => 1 ], types: [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } 2 => Doctrine\DBAL\ParameterType {#1035 +name: "BOOLEAN" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.validite AS validite_2, t0.date_creation AS date_creation_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.email AS email_6, t0.nom_fichier AS nom_fichier_7, t0.avis_deces_id AS avis_deces_id_8 FROM portrait t0 WHERE t0.avis_deces_id = ? AND t0.validite = ? LIMIT 1" "params" => [ 1 => 3030 2 => 1 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } 2 => Doctrine\DBAL\ParameterType {#1035 +name: "BOOLEAN" } ] ] |
| debug |
Executing statement: "SELECT a0_.id AS id_0, a0_.contenu AS contenu_1, a0_.avis_deces_id AS avis_deces_id_2 FROM avis_deces_remerciement a0_ WHERE a0_.avis_deces_id = ? ORDER BY a0_.id ASC LIMIT 1" (parameters: [ 1 => 3030 ], types: [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT a0_.id AS id_0, a0_.contenu AS contenu_1, a0_.avis_deces_id AS avis_deces_id_2 FROM avis_deces_remerciement a0_ WHERE a0_.avis_deces_id = ? ORDER BY a0_.id ASC LIMIT 1" "params" => [ 1 => 3030 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.genre AS genre_2, t0.nom AS nom_3, t0.nom_jeune_fille AS nom_jeune_fille_4, t0.prenom AS prenom_5, t0.date_naissance AS date_naissance_6, t0.date_deces AS date_deces_7, t0.lieu_naissance AS lieu_naissance_8, t0.lieu_deces AS lieu_deces_9, t0.commune_residence AS commune_residence_10, t0.commune_codepostal AS commune_codepostal_11 FROM defunt t0 WHERE t0.id = ?" (parameters: [ 1 => 3032 ], types: [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.genre AS genre_2, t0.nom AS nom_3, t0.nom_jeune_fille AS nom_jeune_fille_4, t0.prenom AS prenom_5, t0.date_naissance AS date_naissance_6, t0.date_deces AS date_deces_7, t0.lieu_naissance AS lieu_naissance_8, t0.lieu_deces AS lieu_deces_9, t0.commune_residence AS commune_residence_10, t0.commune_codepostal AS commune_codepostal_11 FROM defunt t0 WHERE t0.id = ?" "params" => [ 1 => 3032 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.genre AS genre_2, t0.nom AS nom_3, t0.nom_jeune_fille AS nom_jeune_fille_4, t0.prenom AS prenom_5, t0.date_naissance AS date_naissance_6, t0.date_deces AS date_deces_7, t0.lieu_naissance AS lieu_naissance_8, t0.lieu_deces AS lieu_deces_9, t0.commune_residence AS commune_residence_10, t0.commune_codepostal AS commune_codepostal_11 FROM defunt t0 WHERE t0.id = ?" (parameters: [ 1 => 3047 ], types: [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.genre AS genre_2, t0.nom AS nom_3, t0.nom_jeune_fille AS nom_jeune_fille_4, t0.prenom AS prenom_5, t0.date_naissance AS date_naissance_6, t0.date_deces AS date_deces_7, t0.lieu_naissance AS lieu_naissance_8, t0.lieu_deces AS lieu_deces_9, t0.commune_residence AS commune_residence_10, t0.commune_codepostal AS commune_codepostal_11 FROM defunt t0 WHERE t0.id = ?" "params" => [ 1 => 3047 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.libelle_etape AS libelle_etape_2, t0.date_etape AS date_etape_3, t0.latitude AS latitude_4, t0.longitude AS longitude_5, t0.rue AS rue_6, t0.ville AS ville_7, t0.code_postal AS code_postal_8, t0.ordre AS ordre_9, t0.avis_deces_id AS avis_deces_id_10 FROM etape t0 WHERE t0.avis_deces_id = ?" (parameters: [ 1 => 3030 ], types: [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.libelle_etape AS libelle_etape_2, t0.date_etape AS date_etape_3, t0.latitude AS latitude_4, t0.longitude AS longitude_5, t0.rue AS rue_6, t0.ville AS ville_7, t0.code_postal AS code_postal_8, t0.ordre AS ordre_9, t0.avis_deces_id AS avis_deces_id_10 FROM etape t0 WHERE t0.avis_deces_id = ?" "params" => [ 1 => 3030 ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#649 +name: "INTEGER" } ] ] |
| debug |
Executing query: "SELECT DATABASE()"
doctrine
[ "sql" => "SELECT DATABASE()" ] |
| debug |
Executing statement: """ SELECT TABLE_NAME\n FROM information_schema.TABLES\n WHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\n ORDER BY TABLE_NAME """(parameters: [ 1 => "marchetti_prod" ], types: [ 1 => Doctrine\DBAL\ParameterType {#549 +name: "STRING" } ])
doctrine
[ "sql" => """ SELECT TABLE_NAME\n FROM information_schema.TABLES\n WHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\n ORDER BY TABLE_NAME """ "params" => [ 1 => "marchetti_prod" ] "types" => [ 1 => Doctrine\DBAL\ParameterType {#549 +name: "STRING" } ] ] |
| debug |
Executing query: "SELECT DATABASE()"
doctrine
[ "sql" => "SELECT DATABASE()" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" ] |
There are no log messages.
Container Compilation Logs (0)
Log messages generated during the compilation of the service container.
There are no compiler log messages.