Redirect 302 redirect from GET @admin (8ec4e2)

Query Metrics

1 Database Queries
1 Different statements
0.31 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.31 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.type_localisation AS type_localisation_2, t0.localisation AS localisation_3, t0.commentaire AS commentaire_4, t0.date_creation AS date_creation_5, t0.evenement_id AS evenement_id_6, t0.created_by_id AS created_by_id_7 FROM suivi_photo t0 WHERE t0.id = ?
Parameters:
[
  "58"
]

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\SuiviPhoto
  • The association App\Entity\SuiviPhoto#createdBy refers to the inverse side field App\Entity\User#suiviPhotos which does not exist.
App\Entity\Evenement No errors.
App\Entity\User
  • The field App\Entity\User#panier is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Panier#proprietaire does not contain the required 'inversedBy="panier"' attribute.
App\Entity\Photosarchives No errors.