Error 500 Internal Server Error

GET https://preprod.notremessedemariage.fr/mariages/

Query Metrics

2 Database Queries
2 Different statements
1.33 ms Query time
0 Invalid entities
5 Managed entities

Queries

Group similar statements

# Time Info
1 0.73 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t5.id AS id_6, t5.first_name AS first_name_7, t5.last_name AS last_name_8, t5.email AS email_9, t5.phone AS phone_10, t5.user_id AS user_id_11, t5.address_id AS address_id_12 FROM user t0 LEFT JOIN profile_details t5 ON t5.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  1
]
2 0.60 ms
SELECT t0.id AS id_1, t0.date_and_time AS date_and_time_2, t0.church_name AS church_name_3, t0.parish_name AS parish_name_4, t0.mass AS mass_5, t0.archived AS archived_6, t0.creation_date AS creation_date_7, t0.paid AS paid_8, t0.payment_method AS payment_method_9, t0.payment_date AS payment_date_10, t0.wedding AS wedding_11, t0.address_id AS address_id_12, t0.person1_details_id AS person1_details_id_13, t0.person2_details_id AS person2_details_id_14, t0.celebrant_details_id AS celebrant_details_id_15, t0.creation_by_id AS creation_by_id_16, t0.paid_by_id AS paid_by_id_17 FROM celebration t0 WHERE t0.creation_by_id = ? AND t0.wedding = ?
Parameters:
[
  1
  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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\ProfileDetails 2
App\Entity\User 1
App\Entity\Celebration 1
App\Entity\Address 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\ProfileDetails No errors.
App\Entity\Address No errors.
App\Entity\Celebration No errors.