GET https://maisonfacture.com/inscription

Query Metrics

0 Database Queries
0 Different statements
0.00 ms Query time
1 Invalid entities

Queries

No executed queries.

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\User
  • The field 'App\Entity\User#photoFile' has the property type 'App\Entity\UploadedFile' that differs from the metadata field type 'string' returned by the 'string' DBAL type.
  • The association App\Entity\User#school refers to the inverse side field App\Entity\School#lessons which does not exist.
  • The association App\Entity\User#currentSchool refers to the inverse side field App\Entity\School#lessons which does not exist.
  • The field App\Entity\User#quotes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Quote#owner does not contain the required 'inversedBy="quotes"' attribute.