Error 500 Internal Server Error

GET http://dev1.e-dienste.eu/

Forwarded to ErrorController (ab360e)

Query Metrics

3 Database Queries
3 Different statements
2.45 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.03 ms
SELECT c0_.id AS id_0, c0_.created_at AS created_at_1, c0_.name AS name_2, c0_.type AS type_3, c0_.is_active AS is_active_4, c0_.pseudo AS pseudo_5, c0_.club_id AS club_id_6 FROM court c0_ WHERE c0_.is_active = 1
Parameters:
[]
2 0.82 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.homepage AS homepage_4, t0.address AS address_5, t0.house_number AS house_number_6, t0.pricing_plan AS pricing_plan_7, t0.season_start AS season_start_8, t0.season_end AS season_end_9, t0.edit_at AS edit_at_10, t0.is_active AS is_active_11, t0.delete_date AS delete_date_12, t0.csv AS csv_13, t0.is_school AS is_school_14, t0.email AS email_15, t0.guest_fee AS guest_fee_16, t17.id AS id_18, t17.created_at AS created_at_19, t17.edit_at AS edit_at_20, t17.name AS name_21, t17.company_type AS company_type_22, t17.pricing AS pricing_23, t17.trainer_count AS trainer_count_24, t17.email AS email_25, t17.address AS address_26, t17.club_id AS club_id_27 FROM club t0 LEFT JOIN billing_information t17 ON t17.club_id = t0.id
Parameters:
[]
3 0.60 ms
SELECT r0_.id AS id_0, r0_.created_at AS created_at_1, r0_.title AS title_2, r0_.number_of_guests AS number_of_guests_3, r0_.start_time AS start_time_4, r0_.end_time AS end_time_5, r0_.is_training AS is_training_6, r0_.is_filled AS is_filled_7, r0_.is_group AS is_group_8, r0_.court_id AS court_id_9, r0_.train_group_id AS train_group_id_10, r0_.group_reservation_id AS group_reservation_id_11 FROM reservation r0_ INNER JOIN court c1_ ON r0_.court_id = c1_.id WHERE (r0_.start_time BETWEEN ? AND ?) AND c1_.club_id = ?
Parameters:
[
  "2024-07-06 06:00"
  "2024-07-06 22:00"
  null
]

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