Error 500 Internal Server Error

GET https://www.enmarge.ovh/article/un-deuxieme_29

Forwarded to ErrorController (567cf3)

Query Metrics

8 Database Queries
8 Different statements
18.55 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 17.30 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.eternel AS eternel_3, t4.id AS id_5, t4.png32 AS png32_6, t4.png16 AS png16_7, t4.ico AS ico_8, t4.png180 AS png180_9, t4.theme_color AS theme_color_10, t4.png192 AS png192_11, t4.png512 AS png512_12, t4.svg_icon AS svg_icon_13, t4.svg_color AS svg_color_14, t4.tile_color AS tile_color_15, t4.png70 AS png70_16, t4.png150 AS png150_17, t4.png310 AS png310_18, t4.png310w150 AS png310w150_19, t4.background_color AS background_color_20, t4.head_id AS head_id_21, t0.css_id AS css_id_22 FROM systeme_head t0 LEFT JOIN systeme_favicon t4 ON t4.head_id = t0.id WHERE t0.id = ?
Parameters:
[
  1
]
2 0.18 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.sous_titre AS sous_titre_3, t0.logo AS logo_4 FROM blog_header t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.22 ms
SELECT b0_.id AS id_0, b0_.nom AS nom_1, b0_.detach AS detach_2, b0_.ordre AS ordre_3, b0_.actif AS actif_4, b0_.parent_id AS parent_id_5 FROM blog_categorie b0_ WHERE b0_.parent_id IS NULL ORDER BY b0_.ordre ASC
Parameters:
[]
4 0.18 ms
SELECT t0.id AS id_1, t0.case1_id AS case1_id_2, t0.case2_id AS case2_id_3 FROM blog_chapeau t0 WHERE t0.id = ?
Parameters:
[
  1
]
5 0.23 ms
SELECT b0_.id AS id_0, b0_.titre AS titre_1, b0_.image AS image_2, b0_.texte AS texte_3, b0_.ordre AS ordre_4, b0_.actif AS actif_5, b0_.parent_id AS parent_id_6 FROM blog_rubrique b0_ LEFT JOIN blog_rubrique b1_ ON b0_.id = b1_.parent_id WHERE b0_.parent_id IS NULL AND b0_.actif = ? ORDER BY b0_.ordre ASC, b1_.ordre ASC
Parameters:
[
  1
]
6 0.15 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.texte AS texte_3 FROM blog_about t0
Parameters:
[]
7 0.14 ms
SELECT t0.id AS id_1, t0.url_img AS url_img_2, t0.titre AS titre_3, t0.lien AS lien_4 FROM blog_reseaux t0
Parameters:
[]
8 0.15 ms
SELECT b0_.id AS id_0, b0_.url AS url_1, b0_.titre AS titre_2, b0_.legende AS legende_3, b0_.ordre AS ordre_4 FROM blog_image b0_ ORDER BY b0_.id DESC LIMIT 1
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.

Entities Mapping

Class Mapping errors
App\Entity\SystemeHead No errors.
App\Entity\SystemeFavicon No errors.
App\Entity\SystemeCss No errors.
App\Entity\BlogHeader No errors.
App\Entity\BlogCategorie No errors.
App\Entity\BlogArticle No errors.
App\Entity\BlogChapeau No errors.
App\Entity\BlogPublication
  • The association App\Entity\BlogPublication#auteur refers to the inverse side field App\Entity\SecurUser#publications which does not exist.
App\Entity\BlogRubrique No errors.
App\Entity\BlogAbout No errors.
App\Entity\BlogReseaux No errors.
App\Entity\BlogImage No errors.
App\Entity\SecurUser No errors.
App\Entity\BlogCommentaire No errors.
App\Entity\BlogTag No errors.
App\Entity\AlbumDocs
  • The field App\Entity\AlbumDocs#bannieres is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Banniere#image does not contain the required 'inversedBy="bannieres"' attribute.