Error 500 Internal Server Error

GET http://tobias.codelikebob.com/video/category/about.html

Forwarded to ErrorController (07c3da)

Query Metrics

2 Database Queries
1 Different statements
53.01 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 27.61 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.status_id AS status_id_3 FROM app_categories t0
Parameters:
[]
2 25.40 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.status_id AS status_id_3 FROM app_categories 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.

Entities Mapping

Class Mapping errors
App\Entity\Category No errors.
App\Entity\Status No errors.
App\Entity\Video
  • The field 'App\Entity\Video#length' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The association App\Entity\Video#user refers to the inverse side field TVI\Core\Entity\User#videos which does not exist.
TVI\Core\Entity\User No errors.
App\Entity\Comment
  • The association App\Entity\Comment#user refers to the inverse side field TVI\Core\Entity\User#comments which does not exist.