Redirect 302 redirect from GET @admin_event_registration_change_status (e90404)

GET https://www.primigenagroup.com/admin/eventi/1/scheda

Query Metrics

2 Database Queries
2 Different statements
0.94 ms Query time
2 Invalid entities
62 Managed entities

Queries

Group similar statements

# Time Info
1 0.39 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title_it AS title_it_3, t0.subtitle_it AS subtitle_it_4, t0.description_it AS description_it_5, t0.title_en AS title_en_6, t0.subtitle_en AS subtitle_en_7, t0.description_en AS description_en_8, t0.location AS location_9, t0.lat AS lat_10, t0.lon AS lon_11, t0.period AS period_12, t0.streaming_link AS streaming_link_13, t0.is_free AS is_free_14, t0.is_active AS is_active_15, t0.is_image AS is_image_16, t0.is_brochure AS is_brochure_17, t0.is_sponsor AS is_sponsor_18, t0.is_streaming AS is_streaming_19 FROM prim_event t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "1"
]
2 0.55 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.surname AS surname_4, t0.company AS company_5, t0.website AS website_6, t0.email AS email_7, t0.phone AS phone_8, t0.datetime AS datetime_9, t0.is_confirmed AS is_confirmed_10, t0.is_arrived AS is_arrived_11, t0.is_streaming AS is_streaming_12, t0.event_id AS event_id_13 FROM prim_event_registration t0 WHERE t0.event_id = ?
Parameters:
[
  "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\EventRegistration 61
App\Entity\Event 1

Entities Mapping

Class Mapping errors
App\Entity\Event
  • The mappings App\Entity\Event#registrations and App\Entity\EventRegistration#event are inconsistent with each other.
App\Entity\EventRegistration
  • The association App\Entity\EventRegistration#event refers to the inverse side field App\Entity\Event#products which does not exist.