Error 500 Internal Server Error

GET https://www.ist-mamou.org/formations/G%C3%A9nie%20Informatique

Query Metrics

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

Queries

Group similar statements

# Time Info
1 2.70 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.duration AS duration_4, t0.ects AS ects_5, t0.created_at AS created_at_6, t0.created_by AS created_by_7, t0.updated_at AS updated_at_8, t0.updated_by AS updated_by_9, t0.department_id AS department_id_10 FROM formation t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "Génie Informatique"
]

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\Formation
  • The association App\Entity\Formation#onlineCourses refers to the owning side field App\Entity\OnlineCourse#Formation which does not exist.
App\Entity\Department
  • The mappings App\Entity\Department#formation and App\Entity\Timetable#formation are inconsistent with each other.