Error 500 Internal Server Error

GET http://www.dev.ecolesup-euro.fr/pre-inscription-en-ligne?specialite=20

Forwarded to ErrorController (15ef29)

Query Metrics

7 Database Queries
5 Different statements
6.00 ms Query time
5 Invalid entities

Queries

Group similar statements

# Time Info
1 2.08 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.alpha2 AS alpha2_3, t0.alpha3 AS alpha3_4, t0.nom_en_gb AS nom_en_gb_5, t0.nom_fr_fr AS nom_fr_fr_6 FROM pays t0
Parameters:
[]
2 0.71 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.value AS value_4, t0.position AS position_5 FROM ese_configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "STRIPE_PUBLIC_KEY"
]
3 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.value AS value_4, t0.position AS position_5 FROM ese_configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "APPLICATION_FEES"
]
4 0.43 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.value AS value_4, t0.position AS position_5 FROM ese_configuration t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "REGISTRATION_FEES"
]
5 0.64 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.short_description AS short_description_4, t0.debouche AS debouche_5, t0.niveau_entree AS niveau_entree_6, t0.image_couverture AS image_couverture_7, t0.fiche_pdf AS fiche_pdf_8, t0.slug AS slug_9, t0.weight AS weight_10, t0.deleted AS deleted_11, t0.filiere_specialite_id AS filiere_specialite_id_12 FROM filiere t0 WHERE t0.id = ?
Parameters:
[
  20
]
6 0.92 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.position AS position_5, t0.short_description AS short_description_6, t0.image_baniere AS image_baniere_7, t0.deleted AS deleted_8, t9.id AS id_10, t9.level AS level_11, t9.tranche_one AS tranche_one_12, t9.tranche_two AS tranche_two_13, t9.tranche_three AS tranche_three_14, t9.cycle_id AS cycle_id_15 FROM cycle_filiere t0 LEFT JOIN pension t9 ON t9.cycle_id = t0.id WHERE t0.deleted = ?
Parameters:
[
  0
]
7 0.80 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.position AS position_5, t0.short_description AS short_description_6, t0.image_baniere AS image_baniere_7, t0.deleted AS deleted_8, t9.id AS id_10, t9.level AS level_11, t9.tranche_one AS tranche_one_12, t9.tranche_two AS tranche_two_13, t9.tranche_three AS tranche_three_14, t9.cycle_id AS cycle_id_15 FROM cycle_filiere t0 LEFT JOIN pension t9 ON t9.cycle_id = t0.id INNER JOIN filiere_cycle_filiere ON t0.id = filiere_cycle_filiere.cycle_filiere_id WHERE filiere_cycle_filiere.filiere_id = ?
Parameters:
[
  20
]

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\Country No errors.
App\Entity\Configuration No errors.
App\Entity\Filiere No errors.
App\Entity\FiliereSpecialite No errors.
App\Entity\CycleFiliere No errors.
App\Entity\Inscription No errors.
App\Entity\Pension No errors.
App\Entity\InscriptionDiplome No errors.
App\Entity\CMSAccompagnementEse No errors.
App\Entity\CMSPage
  • The field App\Entity\CMSPage#menuItems is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\MenuItem#menuItems does not contain the required 'inversedBy="menuItems"' attribute.
App\Entity\CMSPageTranslation No errors.
App\Entity\CMSArticle No errors.
App\Entity\CMSSponsors No errors.
App\Entity\Payment
  • The association App\Entity\Payment#inscription refers to the inverse side field App\Entity\Inscription#payments which does not exist.
App\Entity\CMSArticleTranslation No errors.
App\Entity\User No errors.
App\Entity\MenuItem
  • The mappings App\Entity\MenuItem#CMSCategory and App\Entity\CMSCategory#menuItems are inconsistent with each other.
  • The mappings App\Entity\MenuItem#category and App\Entity\Category#menuItems are inconsistent with each other.
  • The mappings App\Entity\MenuItem#CMSPage and App\Entity\CMSPage#menuItems are inconsistent with each other.
App\Entity\MenuItemTranslation No errors.
App\Entity\InscriptionCMSAccompagnementEse No errors.
App\Entity\Contact No errors.
App\Entity\CMSCategory
  • The field App\Entity\CMSCategory#menuItems is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\MenuItem#menuItems does not contain the required 'inversedBy="menuItems"' attribute.
App\Entity\Category
  • The field App\Entity\Category#menuItems is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\MenuItem#menuItems does not contain the required 'inversedBy="menuItems"' attribute.
App\Entity\CategoryTranslation No errors.
App\Entity\CMSEventImage No errors.
App\Entity\Menu No errors.
App\Entity\CMSSlider No errors.
App\Entity\CMSEvent No errors.
App\Entity\CMSCategoryTranslation No errors.
App\Entity\CategoryBanner No errors.
Vich\UploaderBundle\Entity\File No errors.