Error 500 Internal Server Error

GET https://test.test.kursimple.de/course/

Forwarded to ErrorController (c4d7f6)

Query Metrics

20 Database Queries
12 Different statements
8.16 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.88 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.street AS street_5, t0.street_number AS street_number_6, t0.addressAddition AS addressAddition_7, t0.postalcode AS postalcode_8, t0.city AS city_9, t0.country AS country_10, t0.email AS email_11, t0.web AS web_12, t0.phone AS phone_13, t0.fax AS fax_14, t0.from_email AS from_email_15, t0.logo_path AS logo_path_16, t0.subdomain AS subdomain_17, t0.keycloak_client_id AS keycloak_client_id_18, t0.keycloakGroupId AS keycloakGroupId_19 FROM client t0 WHERE t0.subdomain = ? LIMIT 1
Parameters:
[
  "test"
]
2 0.31 ms
SELECT t0.id AS id_1, t0.variableKey AS variableKey_2, t0.variableValue AS variableValue_3, t0.variableType AS variableType_4, t0.description AS description_5, t0.created AS created_6, t0.modified AS modified_7, t0.client_id AS client_id_8 FROM client_config_variable t0 WHERE t0.client_id = ? AND t0.variableKey = ? LIMIT 1
Parameters:
[
  1
  "THEME_NAME"
]
3 0.57 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.session_id AS session_id_4, t0.customer_id AS customer_id_5, t0.client_id AS client_id_6 FROM cart t0 WHERE t0.session_id = ? LIMIT 1
Parameters:
[
  ""
]
4 0.40 ms
SELECT p0_.id AS id_0, p0_.created AS created_1, p0_.modified AS modified_2, p0_.title AS title_3, p0_.salutation AS salutation_4, p0_.member AS member_5, p0_.allow_member_vouchers AS allow_member_vouchers_6, p0_.rabatt AS rabatt_7, p0_.firstname AS firstname_8, p0_.lastname AS lastname_9, p0_.date_of_birth AS date_of_birth_10, p0_.city_of_birth AS city_of_birth_11, p0_.comment AS comment_12, p0_.is_main_contact AS is_main_contact_13, p0_.is_speaker AS is_speaker_14, p0_.is_customer AS is_customer_15, p0_.active AS active_16, p0_.street AS street_17, p0_.street_number AS street_number_18, p0_.postalcode AS postalcode_19, p0_.city AS city_20, p0_.contact_email AS contact_email_21, p0_.web AS web_22, p0_.country AS country_23, p0_.phone AS phone_24, p0_.mobile AS mobile_25, p0_.delete_date AS delete_date_26, p0_.iban AS iban_27, p0_.bic AS bic_28, p0_.bank AS bank_29, p0_.debit_agree AS debit_agree_30, p0_.debit_agree_source AS debit_agree_source_31, p0_.debit_agree_date AS debit_agree_date_32, p0_.email_invoice AS email_invoice_33, p0_.privacy_policy_confirmed AS privacy_policy_confirmed_34, p0_.receive_newsletter AS receive_newsletter_35, p0_.debit_active AS debit_active_36, p0_.is_invoice_recipient AS is_invoice_recipient_37, p0_.company AS company_38, p0_.user_id AS user_id_39, p0_.client_id AS client_id_40, p0_.family_member_of_id AS family_member_of_id_41 FROM person p0_ WHERE p0_.user_id = ?
Parameters:
[
  null
]
5 0.19 ms
SELECT s0_.id AS id_0, s0_.created AS created_1, s0_.modified AS modified_2, s0_.image AS image_3, s0_.client_id AS client_id_4, s0_.person_id AS person_id_5 FROM speaker s0_ LEFT JOIN person p1_ ON s0_.person_id = p1_.id WHERE p1_.user_id = ?
Parameters:
[
  null
]
6 0.20 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.street AS street_5, t0.street_number AS street_number_6, t0.addressAddition AS addressAddition_7, t0.postalcode AS postalcode_8, t0.city AS city_9, t0.country AS country_10, t0.email AS email_11, t0.web AS web_12, t0.phone AS phone_13, t0.fax AS fax_14, t0.from_email AS from_email_15, t0.logo_path AS logo_path_16, t0.subdomain AS subdomain_17, t0.keycloak_client_id AS keycloak_client_id_18, t0.keycloakGroupId AS keycloakGroupId_19 FROM client t0 WHERE t0.subdomain = ? LIMIT 1
Parameters:
[
  "test"
]
7 0.16 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.street AS street_5, t0.street_number AS street_number_6, t0.addressAddition AS addressAddition_7, t0.postalcode AS postalcode_8, t0.city AS city_9, t0.country AS country_10, t0.email AS email_11, t0.web AS web_12, t0.phone AS phone_13, t0.fax AS fax_14, t0.from_email AS from_email_15, t0.logo_path AS logo_path_16, t0.subdomain AS subdomain_17, t0.keycloak_client_id AS keycloak_client_id_18, t0.keycloakGroupId AS keycloakGroupId_19 FROM client t0 WHERE t0.subdomain = ? LIMIT 1
Parameters:
[
  "test"
]
8 0.39 ms
SELECT DATABASE()
Parameters:
[]
9 1.10 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "test_back"
]
10 0.09 ms
SELECT DATABASE()
Parameters:
[]
11 0.49 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "test_back"
]
12 0.12 ms
SELECT DATABASE()
Parameters:
[]
13 0.46 ms
SELECT t.TABLE_NAME,
           t.ENGINE,
           t.AUTO_INCREMENT,
           t.TABLE_COMMENT,
           t.CREATE_OPTIONS,
           t.TABLE_COLLATION,
           ccsa.CHARACTER_SET_NAME
      FROM information_schema.TABLES t
        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa
          ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
  "test_back"
  "doctrine_migration_versions"
]
14 0.08 ms
SELECT DATABASE()
Parameters:
[]
15 0.78 ms
SELECT DISTINCT            k.CONSTRAINT_NAME,
            k.COLUMN_NAME,
            k.REFERENCED_TABLE_NAME,
            k.REFERENCED_COLUMN_NAME,
            k.ORDINAL_POSITION /*!50116,
            c.UPDATE_RULE,
            c.DELETE_RULE */
FROM information_schema.key_column_usage k /*!50116
INNER JOIN information_schema.referential_constraints c
ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME
AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'test_back' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "test_back"
  "doctrine_migration_versions"
]
16 1.36 ms
SELECT       c.COLUMN_NAME        AS field,
           IF(
        c.COLUMN_TYPE = 'longtext'
        AND EXISTS(
            SELECT * from information_schema.CHECK_CONSTRAINTS i_c
            WHERE i_c.CONSTRAINT_SCHEMA = 'test_back'
            AND i_c.TABLE_NAME = c.TABLE_NAME
            AND i_c.CHECK_CLAUSE = CONCAT(
                'json_valid(`',
                    c.COLUMN_NAME,
                '`)'
            )
        ),
        'json',
        c.COLUMN_TYPE
    )       AS type,
       c.IS_NULLABLE        AS `null`,
       c.COLUMN_KEY         AS `key`,
       c.COLUMN_DEFAULT     AS `default`,
       c.EXTRA,
       c.COLUMN_COMMENT     AS comment,
       c.CHARACTER_SET_NAME AS characterset,
       c.COLLATION_NAME     AS collation
FROM information_schema.COLUMNS c
    INNER JOIN information_schema.TABLES t
        ON t.TABLE_NAME = c.TABLE_NAME
     WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[
  "test_back"
  "test_back"
  "doctrine_migration_versions"
]
17 0.11 ms
SELECT DATABASE()
Parameters:
[]
18 0.18 ms
SELECT        NON_UNIQUE  AS Non_Unique,
        INDEX_NAME  AS Key_name,
        COLUMN_NAME AS Column_Name,
        SUB_PART    AS Sub_Part,
        INDEX_TYPE  AS Index_Type
FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[
  "test_back"
  "doctrine_migration_versions"
]
19 0.17 ms
SELECT * FROM doctrine_migration_versions
Parameters:
[]
20 0.11 ms
SELECT DATABASE()
Parameters:
[]

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\User\Entity\Client 1
App\Entity\ClientConfigVariable 1

Entities Mapping

Class Mapping errors
App\Commons\Entity\GenericEntity No errors.
App\User\Entity\Client No errors.
App\Entity\ClientConfigVariable No errors.
App\Entity\Cart No errors.
App\Entity\Person No errors.
App\User\Entity\User No errors.
App\Entity\Speaker No errors.
App\Entity\CartItem No errors.
App\Entity\Order No errors.
App\Entity\CustomerHistoryEntry No errors.
App\Entity\CustomerDocument No errors.
App\Entity\ManualNewsletter No errors.
App\Entity\InvoiceItemAttendees No errors.
App\Entity\Invoice No errors.
App\Entity\TagsPerson No errors.
App\Entity\Image No errors.
App\Entity\SpeakerImage No errors.
App\Entity\SpeakerText No errors.
App\Entity\SpeakerProvider No errors.
App\Entity\CourseOccurrence No errors.
App\Entity\CourseOccurrenceTime No errors.
App\Entity\OrderItem No errors.
App\Entity\WaitItem No errors.
App\Entity\EmailHistoryEntry No errors.
App\Entity\InvoiceItem No errors.
App\Entity\InvoicePayment No errors.
App\Entity\InvoiceReminder No errors.
App\Entity\Tags No errors.
App\Entity\Provider No errors.
App\Entity\HelpContentMedia No errors.
App\Entity\MailTemplateAttachment No errors.
App\Entity\Category No errors.
App\Entity\VenueImage No errors.
App\Entity\Newsletter No errors.
App\Entity\CourseData No errors.
App\Entity\CourseType No errors.
App\Entity\Course No errors.
App\Entity\Venue No errors.
App\Entity\CourseOccurrenceSpeaker No errors.
App\Entity\DemoRequest No errors.
App\Entity\PresenceReason No errors.
App\Entity\Voucher No errors.
App\Entity\CourseImage No errors.
App\Entity\CourseText No errors.
App\Entity\MailTemplate No errors.
App\Entity\CKImage No errors.
App\Entity\HelpContent No errors.
App\Entity\CourseSubscriptionBooking No errors.
App\Entity\VoucherUsage No errors.
App\Entity\CourseSeries No errors.
App\Entity\CourseProvider No errors.
App\Entity\VenueDocument No errors.
App\Entity\VenueRoom No errors.
App\Entity\Textblocks No errors.
App\Entity\CourseField No errors.
App\Entity\SearchIndexEntry No errors.
App\Entity\ClientConfig No errors.
App\Entity\Attachment No errors.
App\Entity\OccurrenceProvider No errors.
App\Entity\ProtocolEntry No errors.
App\Entity\StartEnd No errors.
App\Entity\CourseSubscription No errors.
App\Entity\VenueProvider No errors.
App\Entity\OrderItemPerson No errors.
App\Entity\Presence No errors.
Vich\UploaderBundle\Entity\File No errors.