Error 500 Internal Server Error

GET https://ballance.dev.qlax.de/reset-password?q=%2Freset-password

Forwarded to ErrorController (24bd89)

Query Metrics

4 Database Queries
1 Different statements
4.13 ms Query time
3 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 1.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.language AS language_4, t0.createdAt AS createdAt_5, t0.updatedAt AS updatedAt_6, t0.subject AS subject_7, t0.sender AS sender_8, t0.createdBy_id AS createdBy_id_9, t0.updatedBy_id AS updatedBy_id_10 FROM Template t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "reset_password/request.html.twig"
]
2 0.86 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.language AS language_4, t0.createdAt AS createdAt_5, t0.updatedAt AS updatedAt_6, t0.subject AS subject_7, t0.sender AS sender_8, t0.createdBy_id AS createdBy_id_9, t0.updatedBy_id AS updatedBy_id_10 FROM Template t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "reset_password/request.html.twig"
]
3 1.09 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.language AS language_4, t0.createdAt AS createdAt_5, t0.updatedAt AS updatedAt_6, t0.subject AS subject_7, t0.sender AS sender_8, t0.createdBy_id AS createdBy_id_9, t0.updatedBy_id AS updatedBy_id_10 FROM Template t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "frontend.html.twig"
]
4 0.99 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.language AS language_4, t0.createdAt AS createdAt_5, t0.updatedAt AS updatedAt_6, t0.subject AS subject_7, t0.sender AS sender_8, t0.createdBy_id AS createdBy_id_9, t0.updatedBy_id AS updatedBy_id_10 FROM Template t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "frontend.html.twig"
]

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\Template No errors.
App\Entity\User
  • The mappings App\Entity\User#log and App\Entity\Log#ersteller are inconsistent with each other.
App\Entity\Kunde
  • The mappings App\Entity\Kunde#partnerprofile and App\Entity\Partnerprofil#kunde are inconsistent with each other.
  • The field App\Entity\Kunde#log is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Log#kunde does not contain the required 'inversedBy="log"' attribute.
  • The association App\Entity\Kunde#region refers to the inverse side field App\Entity\GeoDB\Region#kunden which does not exist.
App\Entity\Speaker No errors.
App\Entity\Log
  • The association App\Entity\Log#ersteller refers to the inverse side field App\Entity\User#logs which does not exist.