Error 500 Internal Server Error

POST https://testing.vincenziana.it/modulo-di-richiesta/be

Forwarded to ErrorController (485f3d)

Query Metrics

6 Database Queries
6 Different statements
3.46 ms Query time
0 Invalid entities
5 Managed entities

Queries

Group similar statements

# Time Info
1 0.84 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.role AS role_3, t0.password AS password_4, t0.is_active AS is_active_5, t0.is_admin_active AS is_admin_active_6, t0.is_anonimized AS is_anonimized_7, t0.is_ignore_permission AS is_ignore_permission_8, t0.is_credentials_sent AS is_credentials_sent_9, t0.one_time_code AS one_time_code_10, t0.directory_path AS directory_path_11, t0.one_time_code_expiration_datetime AS one_time_code_expiration_datetime_12, t13.id AS id_14, t13.fiscal_code AS fiscal_code_15, t13.surname AS surname_16, t13.name AS name_17, t13.birth_place AS birth_place_18, t13.birth_province AS birth_province_19, t13.birth_country AS birth_country_20, t13.birth_date AS birth_date_21, t13.address AS address_22, t13.zip AS zip_23, t13.city AS city_24, t13.province AS province_25, t13.country AS country_26, t13.phone AS phone_27, t13.image_path AS image_path_28, t13.job AS job_29, t13.gender AS gender_30, t13.emergency1 AS emergency1_31, t13.emergency2 AS emergency2_32, t13.user_id AS user_id_33 FROM v_user t0 LEFT JOIN v_profile t13 ON t13.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  "1"
]
2 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.location AS location_3, t0.code AS code_4, t0.img_path AS img_path_5, t0.auto_response_active AS auto_response_active_6, t0.auto_response_text AS auto_response_text_7, t0.notification_emails AS notification_emails_8 FROM v_property t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "be"
]
3 0.45 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3 FROM v_stay_type t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "annuale"
]
4 0.65 ms
SELECT v0_.id AS id_0, v0_.slug AS slug_1, v0_.value AS value_2 FROM v_stay_type v0_ WHERE v0_.id IN (?) ORDER BY v0_.value ASC
Parameters:
[
  "2"
]
5 0.38 ms
SELECT v0_.id AS id_0, v0_.slug AS slug_1, v0_.value AS value_2 FROM v_student_type v0_ WHERE v0_.id IN (?) ORDER BY v0_.value ASC
Parameters:
[
  "1"
]
6 0.62 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.directory_path AS directory_path_3, t0.fiscal_code AS fiscal_code_4, t0.surname AS surname_5, t0.name AS name_6, t0.birth_place AS birth_place_7, t0.birth_province AS birth_province_8, t0.birth_country AS birth_country_9, t0.birth_date AS birth_date_10, t0.address AS address_11, t0.zip AS zip_12, t0.city AS city_13, t0.province AS province_14, t0.country AS country_15, t0.phone AS phone_16, t0.created_at AS created_at_17 FROM v_candidate t0 WHERE t0.fiscal_code = ? LIMIT 1
Parameters:
[
  "PRRRCR88E15F205K"
]

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\User 1
App\Entity\Profile 1
App\Entity\Property 1
App\Entity\StayType 1
App\Entity\StudentType 1