Error 500 Internal Server Error

GET https://ufrseg.logicielspourtous.com/public/config/preinscription/formation/

Query Metrics

1 Database Queries
1 Different statements
1.26 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.26 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.date_debut AS date_debut_3, t0.date_fin AS date_fin_4, t0.actif AS actif_5, t0.verrou AS verrou_6, t0.numero AS numero_7 FROM annee_scolaire t0 WHERE t0.actif = ? LIMIT 1
Parameters:
[
  1
]

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\AnneeScolaire No errors.
App\Entity\Semestre No errors.
App\Entity\Cours No errors.
App\Entity\Classe No errors.
App\Entity\Controle
  • The association App\Entity\Controle#ue refers to the inverse side field App\Entity\UniteEnseignement#controles which does not exist.
App\Entity\Promotion No errors.
App\Entity\Niveau
  • The field App\Entity\Niveau#inscriptions is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Inscription#niveau does not contain the required 'inversedBy="inscriptions"' attribute.