Error 500 Internal Server Error

GET https://mail.etdluilu.cd/login

Forwarded to ExceptionAction (303a05)

Query Metrics

13 Database Queries
13 Different statements
3.79 ms Query time
40 Invalid entities

Queries

Group similar statements

# Time Info
1 0.84 ms
SELECT SUM(v0_.quantite) AS sclr_0, SUBSTRING(v0_.date_vente FROM 6 FOR 2) AS sclr_1 FROM vente_local v0_ WHERE (v0_.date_vente BETWEEN ? AND ?) AND v0_.is_publish = 1 GROUP BY sclr_1 ORDER BY sclr_1 ASC
Parameters:
[
  "2025-01-01 00:00:00"
  "2025-12-31 23:59:00"
]
2 0.31 ms
SELECT SUM(p0_.quantite) AS sclr_0, SUBSTRING(p0_.date_production FROM 6 FOR 2) AS sclr_1 FROM production p0_ WHERE (p0_.date_production BETWEEN ? AND ?) AND p0_.is_publish = 1 GROUP BY sclr_1 ORDER BY sclr_1 ASC
Parameters:
[
  "2025-01-01 00:00:00"
  "2025-12-31 23:59:00"
]
3 0.29 ms
SELECT SUM(e0_.quantite) AS sclr_0, SUBSTRING(e0_.date_exportation FROM 6 FOR 2) AS sclr_1 FROM exportation e0_ WHERE (e0_.date_exportation BETWEEN ? AND ?) AND e0_.is_publish = 1 GROUP BY sclr_1 ORDER BY sclr_1 ASC
Parameters:
[
  "2025-01-01 00:00:00"
  "2025-12-31 23:59:00"
]
4 0.28 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.photo AS photo_4, t0.date_actualite AS date_actualite_5, t0.slug AS slug_6, t0.auteur AS auteur_7, t0.is_pubie AS is_pubie_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deleted_at AS deleted_at_11, t0.categorie_actualite_id AS categorie_actualite_id_12, t0.user_id AS user_id_13 FROM actualite t0 WHERE t0.is_pubie = ? ORDER BY t0.id DESC LIMIT 4
Parameters:
[
  1
]
5 0.24 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0 FROM projet p0_ WHERE p0_.is_publish = 1
Parameters:
[]
6 0.23 ms
SELECT COUNT(DISTINCT t0_.id) AS sclr_0 FROM titre_minier t0_ WHERE t0_.is_publish = 1
Parameters:
[]
7 0.25 ms
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contrat_principal c0_ WHERE c0_.is_publish = 1
Parameters:
[]
8 0.22 ms
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contrat_relatif c0_
Parameters:
[]
9 0.23 ms
SELECT COUNT(DISTINCT a0_.id) AS sclr_0 FROM arrete a0_ WHERE a0_.is_publish = 1
Parameters:
[]
10 0.23 ms
SELECT COUNT(DISTINCT e0_.id) AS sclr_0 FROM environemental e0_ WHERE e0_.is_publish = 1
Parameters:
[]
11 0.23 ms
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM cahier_de_charge c0_ WHERE c0_.is_publish = 1
Parameters:
[]
12 0.22 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0 FROM part_actionnaire p0_
Parameters:
[]
13 0.22 ms
SELECT COUNT(DISTINCT r0_.id) AS sclr_0 FROM resource_hydrolique r0_
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

Class Mapping errors
App\Entity\Production\VenteLocal
  • The field 'App\Entity\Production\VenteLocal#quantite' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field App\Entity\Production\VenteLocal#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Production\VenteLocal#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Production\Production
  • The field App\Entity\Production\Production#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Production\Production#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Production\Exportation
  • The field 'App\Entity\Production\Exportation#quantite' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The association App\Entity\Production\Exportation#pays refers to the inverse side field App\Entity\Transparence\Pays#exportations which does not exist.
  • The field App\Entity\Production\Exportation#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Production\Exportation#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Actualite\Actualite
  • The field App\Entity\Actualite\Actualite#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Actualite\Actualite#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Actualite\CategorieActualite
  • The field App\Entity\Actualite\CategorieActualite#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Actualite\CategorieActualite#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\User
  • The field App\Entity\User#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\User#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Activite\Projet
  • The field App\Entity\Activite\Projet#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Activite\Projet#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Activite\TitreMinier
  • The association App\Entity\Activite\TitreMinier#arrete refers to the inverse side field App\Entity\Transparence\Arrete#titreMiniers which does not exist.
  • The field App\Entity\Activite\TitreMinier#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Activite\TitreMinier#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\ContratPrincipal
  • The field App\Entity\Transparence\ContratPrincipal#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\ContratPrincipal#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\ContratRelatif
  • The field App\Entity\Transparence\ContratRelatif#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\ContratRelatif#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\Arrete
  • The field App\Entity\Transparence\Arrete#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\Arrete#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Impact\Environemental
  • The field App\Entity\Impact\Environemental#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Impact\Environemental#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Obligation\CahierDeCharge
  • The field App\Entity\Obligation\CahierDeCharge#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Obligation\CahierDeCharge#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Actionnariat\PartActionnaire
  • The field App\Entity\Actionnariat\PartActionnaire#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Actionnariat\PartActionnaire#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Autres\ResourceHydrolique
  • The field App\Entity\Autres\ResourceHydrolique#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Autres\ResourceHydrolique#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\Commodite
  • The field App\Entity\Transparence\Commodite#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\Commodite#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\Province
  • The field App\Entity\Transparence\Province#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\Province#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Production\Usine
  • The field App\Entity\Production\Usine#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Production\Usine#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Autres\Village
  • The field App\Entity\Autres\Village#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Autres\Village#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\Pays
  • The field App\Entity\Transparence\Pays#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\Pays#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Activite\Reserve
  • The field App\Entity\Activite\Reserve#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Activite\Reserve#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Activite\Ressource
  • The field App\Entity\Activite\Ressource#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Activite\Ressource#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Actionnariat\Investissement
  • The field App\Entity\Actionnariat\Investissement#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Actionnariat\Investissement#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Autres\Gisement
  • The field App\Entity\Autres\Gisement#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Autres\Gisement#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Obligation\SureteFinanciere
  • The field App\Entity\Obligation\SureteFinanciere#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Obligation\SureteFinanciere#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Autres\Amodiation
  • The association App\Entity\Autres\Amodiation#arrete refers to the inverse side field App\Entity\Transparence\Arrete#amodiations which does not exist.
  • The field App\Entity\Autres\Amodiation#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Autres\Amodiation#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Activite\Transformation
  • The field App\Entity\Activite\Transformation#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Activite\Transformation#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Activite\Cession
  • The association App\Entity\Activite\Cession#arrete refers to the inverse side field App\Entity\Transparence\Arrete#cessions which does not exist.
  • The field App\Entity\Activite\Cession#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Activite\Cession#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Activite\Transfert
  • The field App\Entity\Activite\Transfert#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Activite\Transfert#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Activite\Option
  • The association App\Entity\Activite\Option#arrete refers to the inverse side field App\Entity\Transparence\Arrete#options which does not exist.
  • The field App\Entity\Activite\Option#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Activite\Option#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\TypeDocument
  • The field App\Entity\Transparence\TypeDocument#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\TypeDocument#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Actionnariat\ActionnariatLocal
  • The field App\Entity\Actionnariat\ActionnariatLocal#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Actionnariat\ActionnariatLocal#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\TypeContrat
  • The field App\Entity\Transparence\TypeContrat#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\TypeContrat#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\EntiteGouvernementale
  • The field App\Entity\Transparence\EntiteGouvernementale#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\EntiteGouvernementale#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\PartContrat
  • The field App\Entity\Transparence\PartContrat#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\PartContrat#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\SousCategorieArrete
  • The field App\Entity\Transparence\SousCategorieArrete#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\SousCategorieArrete#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\TypeArrete
  • The field App\Entity\Transparence\TypeArrete#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\TypeArrete#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Autres\ComitePilotage
  • The field App\Entity\Autres\ComitePilotage#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Autres\ComitePilotage#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Obligation\ProjetCahierDeCharge
  • The field App\Entity\Obligation\ProjetCahierDeCharge#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Obligation\ProjetCahierDeCharge#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Actionnariat\Actionnaire
  • The field App\Entity\Actionnariat\Actionnaire#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Actionnariat\Actionnaire#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.