Error 500 Internal Server Error

GET https://doli.serv-kompixel.fr/contest/

Forwarded to ErrorController (f4df63)

Query Metrics

1 Database Queries
1 Different statements
1.38 ms Query time
1 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 1.38 ms
SELECT c0_.city AS city_0, COUNT(DISTINCT c1_.id) AS sclr_1 FROM commerce_profile c0_ LEFT JOIN contest c1_ ON c0_.id = c1_.commerce_id WHERE c1_.start_date <= ? AND c1_.end_date >= ? GROUP BY c0_.city ORDER BY sclr_1 DESC
Parameters:
[
  "2025-12-16 03:18:00"
  "2025-12-16 03:18:00"
]

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\CommerceProfile No errors.
App\Entity\Contest No errors.
App\Entity\User No errors.
App\Entity\Category
  • The field App\Entity\Category#contests is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Contest#category does not contain the required 'inversedBy="contests"' attribute.
App\Entity\Participation No errors.
App\Entity\Winner No errors.