Error 500 Internal Server Error

GET https://admin.appsconflow.com/admin/tag/7/edit

Query Metrics

3 Database Queries
3 Different statements
1.17 ms Query time
0 Invalid entities
5 Managed entities

Queries

Group similar statements

# Time Info
1 0.45 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.display_name AS display_name_4, t0.color AS color_5, t0.icon AS icon_6, t0.is_active AS is_active_7, t0.display_order AS display_order_8, t0.category_id AS category_id_9 FROM tag t0 WHERE t0.id = ?
Parameters:
[
  "7"
]
2 0.43 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.display_order AS display_order_5, t0.is_active AS is_active_6, t0.filter_operation AS filter_operation_7, t0.icon AS icon_8, t0.color AS color_9 FROM tag_category t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.30 ms
SELECT t0_.id AS id_0, t0_.code AS code_1, t0_.name AS name_2, t0_.description AS description_3, t0_.display_order AS display_order_4, t0_.is_active AS is_active_5, t0_.filter_operation AS filter_operation_6, t0_.icon AS icon_7, t0_.color AS color_8 FROM tag_category t0_
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\Entity\Core\TagCategory 4
App\Entity\Core\Tag 1

Entities Mapping

Class Mapping errors
App\Entity\Core\Tag No errors.
App\Entity\Core\TagCategory No errors.
App\Entity\Tenant\TenantProduct No errors.