Error 500 Internal Server Error

GET https://manage.domainedesmaurels.fr/user

Query Metrics

1 Database Queries
1 Different statements
1.72 ms Query time
4 Invalid entities
548 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.72 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.password AS password_4, t0.active AS active_5, t0.roles AS roles_6, t0.firstname AS firstname_7, t0.lastname AS lastname_8, t0.rfid AS rfid_9, t0.photo AS photo_10, t0.civility AS civility_11, t0.connected_at AS connected_at_12, t0.nationality AS nationality_13, t0.address AS address_14, t0.zipcode AS zipcode_15, t0.city AS city_16, t0.birthday_date AS birthday_date_17, t0.home_phone AS home_phone_18, t0.mobile_phone AS mobile_phone_19, t0.observation AS observation_20, t0.trust_index AS trust_index_21, t0.entity_name AS entity_name_22, t0.dolibarr_id AS dolibarr_id_23 FROM user t0 WHERE t0.active = ?
Parameters:
[
  "1"
]

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
App\Entity\User 548

Entities Mapping

Class Mapping errors
App\Entity\User
  • The association App\Entity\User#ticketHistory refers to the owning side field App\Entity\TicketHistory#user_id which does not exist.
App\Entity\MemberPlot No errors.
App\Entity\Document No errors.
App\Entity\ElectricIndex No errors.
App\Entity\WaterIndex No errors.
App\Entity\Ticket
  • The mappings App\Entity\Ticket#histories and App\Entity\TicketHistory#ticket are inconsistent with each other.
App\Entity\TicketHistory
  • The mappings App\Entity\TicketHistory#user and App\Entity\User#ticketHistory are inconsistent with each other.
  • The association App\Entity\TicketHistory#ticket refers to the inverse side field App\Entity\Ticket#ticket which does not exist.
App\Entity\Vote
  • The mappings App\Entity\Vote#users and App\Entity\VoteUser#vote are inconsistent with each other.