Error 500 Internal Server Error

GET https://sogoodsante.spontaneit.fr/therapies/js/main.js

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.38 ms
SELECT t0.id AS id_1, t0.idparent AS idparent_2, t0.title AS title_3, t0.photo AS photo_4, t0.shortdescription AS shortdescription_5, t0.description AS description_6, t0.color AS color_7, t0.status AS status_8, t0.code AS code_9, t0.iscategory AS iscategory_10, t0.old_id AS old_id_11, t0.slug AS slug_12, t0.date_update AS date_update_13, t0.mention_legale AS mention_legale_14, t0.therapy_parent_id AS therapy_parent_id_15 FROM therapy t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "main.js"
]

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\Therapy
  • The mappings App\Entity\Therapy#prestations and App\Entity\Prestation#therapy are inconsistent with each other.
  • The mappings App\Entity\Therapy#prestations_secondaires and App\Entity\Prestation#therapies_secondaires are inconsistent with each other.
App\Entity\Prestation
  • The association App\Entity\Prestation#user refers to the inverse side field App\Entity\User#events which does not exist.
  • The association App\Entity\Prestation#therapy refers to the inverse side field App\Entity\Therapy#events which does not exist.
  • The association App\Entity\Prestation#type refers to the inverse side field App\Entity\TypePrestation#events which does not exist.
  • The association App\Entity\Prestation#therapies_secondaires refers to the inverse side field App\Entity\Therapy#events_secondaires which does not exist.