Error 500 Internal Server Error

GET https://music.mevoydeerasmus.com/noticias-de-exams-andalucia/

Forwarded to ErrorController (6121f3)

Query Metrics

2 Database Queries
2 Different statements
0.77 ms Query time
2 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.45 ms
(58.75%)
1
SELECT c0_.id AS id_0, c0_.categoria AS categoria_1, c0_.categoriasinespacios AS categoriasinespacios_2, c0_.orden AS orden_3 FROM categoriasblog c0_ ORDER BY c0_.orden ASC, c0_.id ASC
Parameters:
[]
0.32 ms
(41.25%)
1
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.fechacreacion AS fechacreacion_1, b0_.titulo AS titulo_2, b0_.titulosinespacios AS titulosinespacios_3, b0_.descripcion AS descripcion_4, b0_.numerolecturas AS numerolecturas_5, b0_.mostrar AS mostrar_6, b0_.contenidoblog AS contenidoblog_7, b0_.imagendestacada AS imagendestacada_8, b0_.wdestacada AS wdestacada_9, b0_.hdestacada AS hdestacada_10, b0_.imageninterior AS imageninterior_11, b0_.autor AS autor_12 FROM blog b0_ WHERE b0_.mostrar = 1 ORDER BY b0_.fechacreacion DESC) dctrn_result) dctrn_table
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.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

Class Mapping errors
App\Entity\blog
  • The field App\Entity\blog#palabras is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\palabrasclave#blog does not contain the required 'inversedBy: "palabras"' attribute.
  • The field App\Entity\blog#comentarios is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\comentarios#blog does not contain the required 'inversedBy: "comentarios"' attribute.
App\Entity\categoriasblog
  • The field App\Entity\categoriasblog#blogs is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\blog#categoria does not contain the required 'inversedBy: "blogs"' attribute.
App\Entity\palabrasclave No errors.
App\Entity\comentarios No errors.