Error 500 Internal Server Error

GET https://t2l.iprodanov.com/bg/contact

Forwarded to ErrorController (769d99)

Query Metrics

4 Database Queries
3 Different statements
1.13 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.70 ms
SELECT t0.id AS id_1, t0.country AS country_2, t0.city AS city_3, t0.address AS address_4, t0.phone AS phone_5, t0.email AS email_6, t0.additional_info AS additional_info_7 FROM `warehouse` t0
Parameters:
[]
2 0.16 ms
SELECT t0.id AS id_1, t0.leaves AS leaves_2, t0.status AS status_3, t0.line AS line_4, t0.arrived AS arrived_5, t0.createdAt AS createdAt_6, t0.updatedAt AS updatedAt_7 FROM truck t0 WHERE t0.arrived IS NULL
Parameters:
[]
3 0.11 ms
SELECT t0.id AS id_1, t0.leaves AS leaves_2, t0.status AS status_3, t0.line AS line_4, t0.arrived AS arrived_5, t0.createdAt AS createdAt_6, t0.updatedAt AS updatedAt_7 FROM truck t0 WHERE t0.arrived IS NULL
Parameters:
[]
4 0.16 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.value AS value_4, t0.autoload AS autoload_5 FROM option t0 WHERE t0.autoload = ? AND t0.locale = ?
Parameters:
[
  1
  "all"
]

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\Warehouse No errors.
App\Entity\Package
  • The mappings App\Entity\Package#sender and App\Entity\User#packages are inconsistent with each other.
App\Entity\Truck No errors.
App\Entity\TruckCargo No errors.
App\Entity\Option No errors.
App\Entity\User
  • The association App\Entity\User#packages refers to the owning side field App\Entity\Package#user which does not exist.
App\Entity\Role No errors.
App\Entity\Address No errors.
App\Entity\Article No errors.