https://servicedesk.cogilent.net/robots.txt

Query Metrics

0 Database Queries
0 Different statements
0.00 ms Query time
5 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\Departments\Departments
  • The association App\Entity\Departments\Departments#department_users refers to the owning side field App\Entity\Departments\UserDepartments#department which does not exist.
  • The mappings App\Entity\Departments\Departments#service_category and App\Entity\Services\ServiceCategory#department are inconsistent with each other.
App\Entity\Departments\UserDepartments
  • The mappings App\Entity\Departments\UserDepartments#departments and App\Entity\Departments\Departments#department_users are inconsistent with each other.
  • The mappings App\Entity\Departments\UserDepartments#supervisor and App\Entity\Departments\UserDepartments#children are inconsistent with each other.
  • The association App\Entity\Departments\UserDepartments#children refers to the owning side field App\Entity\Departments\UserDepartments#parent which does not exist.
App\Entity\Services\Service
  • The mappings App\Entity\Services\Service#sub_services and App\Entity\Services\SubServices#service are inconsistent with each other.
App\Entity\Services\ServiceCategory
  • The association App\Entity\Services\ServiceCategory#department refers to the inverse side field App\Entity\Departments\Departments#department which does not exist.
App\Entity\RequestList
  • The field App\Entity\RequestList#service_process_stage is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Services\ServiceStage#service_request does not contain the required 'mappedBy="service_process_stage"' attribute.
  • If association App\Entity\RequestList#service_process_stage is many-to-one, then the inversed side App\Entity\Services\ServiceStage#service_request has to be one-to-many.
App\Entity\User No errors.