Error 500 Internal Server Error

GET https://masaepiano.com/fr/blog/

Forwarded to ErrorController (0b409e)

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.27 ms
(100.00%)
1
SELECT DISTINCT p0_.id AS id_0, p0_.published_at AS published_at_1 FROM post p0_ INNER JOIN user u1_ ON p0_.author_id = u1_.id LEFT JOIN post_tag p3_ ON p0_.id = p3_.post_id LEFT JOIN tag t2_ ON t2_.id = p3_.tag_id WHERE p0_.published_at <= ? ORDER BY p0_.published_at DESC LIMIT 10
Parameters:
[
  "2026-07-22 07:04:21"
]

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\Post No errors.
App\Entity\User No errors.
App\Entity\Tag No errors.
App\Entity\Comment No errors.