http://novallia-prod.tryproject.ovh/api/discussion/list?site=42716&type=discussion

Query Metrics

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

Grouped Statements

Show all 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\Discussion
  • The field App\Entity\Discussion#messages is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Message#discussion does not contain the required 'inversedBy="messages"' attribute.
App\Entity\User
  • The association App\Entity\User#exports refers to the owning side field App\Entity\Export#userId which does not exist.
App\Entity\Customer
  • The field App\Entity\Customer#sites is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Site#customer does not contain the required 'inversedBy="sites"' attribute.
App\Entity\UserSite No errors.
App\Entity\Export
  • The mappings App\Entity\Export#user and App\Entity\User#exports are inconsistent with each other.
App\Entity\Affectation
  • The mappings App\Entity\Affectation#createdBy and App\Entity\User#affectations are inconsistent with each other.
App\Entity\SiteQuestions No errors.
App\Entity\Document No errors.
App\Entity\Site
  • The field App\Entity\Site#evaluations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Evaluation#site does not contain the required 'inversedBy="evaluations"' attribute.
App\Entity\Message No errors.
App\Entity\MessageFile No errors.
App\Entity\Country No errors.
App\Entity\Category No errors.
App\Entity\Evaluation
  • The field App\Entity\Evaluation#actionPlans is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\ActionPlan#evaluation does not contain the required 'mappedBy="actionPlans"' attribute.
App\Entity\ActionPlan
  • The field App\Entity\ActionPlan#evaluation is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Evaluation#actionPlans does not contain the required 'mappedBy="evaluation"' attribute.