Error 500 Internal Server Error

GET https://wpe.jeromelaguel.fr/tournois/fr?page=0

Forwarded to ErrorController (745191)

Query Metrics

4 Database Queries
4 Different statements
9.55 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.86 ms
(50.89%)
1
SELECT p0_.id AS id_0, p0_.nom AS nom_1, p0_.indicatif AS indicatif_2, p0_.continent_id AS continent_id_3, p0_.langue_id AS langue_id_4 FROM pays p0_ INNER JOIN langue l1_ ON p0_.langue_id = l1_.id WHERE l1_.id = ?
Parameters:
[
  1
]
1.89 ms
(19.81%)
1
SELECT c0_.id AS id_0, c0_.nom AS nom_1, c0_.langue_id AS langue_id_2 FROM continent c0_ INNER JOIN langue l1_ ON c0_.langue_id = l1_.id WHERE l1_.id = ?
Parameters:
[
  1
]
1.44 ms
(15.04%)
1
SELECT l0_.id AS id_0 FROM langue l0_ WHERE l0_.code = ?
Parameters:
[
  "fr"
]
1.36 ms
(14.27%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM niveau t0
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\Langue No errors.
App\Entity\Pays No errors.
App\Entity\Continent No errors.
App\Entity\Niveau No errors.
App\Entity\Evenement No errors.
App\Entity\Config No errors.
App\Entity\Selection No errors.
App\Entity\Style No errors.
App\Entity\Photo No errors.
App\Entity\EvenementInformation No errors.
App\Entity\Promo No errors.
App\Entity\Contact
  • The field App\Entity\Contact#configs is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Config#contacts does not contain the required 'inversedBy="configs"' attribute.
App\Entity\Epreuve No errors.
App\Entity\Age No errors.