Error 500 Internal Server Error

GET https://freakingcable.alexander-a2.com/admin/create-possible-product/1/2

Query Metrics

10 Database Queries
7 Different statements
2.72 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 0.56 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  2
]
2 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM connector t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.23 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM connector t0 WHERE t0.id = ?
Parameters:
[
  2
]
4 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.exists AS exists_4 FROM product t0
Parameters:
[]
5 0.32 ms
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.connector_id AS connector_id_3 FROM product_connector t0 WHERE t0.product_id = ?
Parameters:
[
  1
]
6 0.25 ms
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.connector_id AS connector_id_3 FROM product_connector t0 WHERE t0.product_id = ?
Parameters:
[
  2
]
7 0.25 ms
SELECT t0.id AS id_1, t0.product_id AS product_id_2, t0.connector_id AS connector_id_3 FROM product_connector t0 WHERE t0.product_id = ?
Parameters:
[
  3
]
8 0.16 ms
"START TRANSACTION"
Parameters:
[]
9 0.18 ms
INSERT INTO product (name, type, exists) VALUES (?, ?, ?)
Parameters:
[
  "USB-A to USB-3"
  "cable"
  0
]
10 0.14 ms
"ROLLBACK"
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

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Connector No errors.
App\Entity\ConnectorTag No errors.
App\Entity\Product No errors.
App\Entity\ProductConnector No errors.
App\Entity\ProductLink No errors.