https://telegram.irokez.me/robots.txt

Query Metrics

0 Database Queries
0 Different statements
0.00 ms Query time
4 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\Transaction No errors.
App\Entity\Survey
  • The field App\Entity\Survey#articleSuccess is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Article#survey does not contain the required 'mappedBy="articleSuccess"' attribute.
  • If association App\Entity\Survey#articleSuccess is many-to-one, then the inversed side App\Entity\Article#survey has to be one-to-many.
  • The field App\Entity\Survey#articleFailed is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Article#survey does not contain the required 'mappedBy="articleFailed"' attribute.
  • If association App\Entity\Survey#articleFailed is many-to-one, then the inversed side App\Entity\Article#survey has to be one-to-many.
App\Entity\Phone No errors.
App\Entity\QuestionnaireResult
  • The association App\Entity\QuestionnaireResult#survey refers to the inverse side field App\Entity\Survey#questionnaireResults which does not exist.
  • The association App\Entity\QuestionnaireResult#question refers to the inverse side field App\Entity\Question#questionnaireResults which does not exist.
  • The association App\Entity\QuestionnaireResult#answer refers to the inverse side field App\Entity\Answer#questionnaireResults which does not exist.
App\Entity\ArticleHistory
  • The association App\Entity\ArticleHistory#article refers to the inverse side field App\Entity\Article#articleHistory which does not exist.
  • The association App\Entity\ArticleHistory#user refers to the inverse side field App\Entity\User#articleHistory which does not exist.
App\Entity\Question No errors.
App\Entity\Article
  • The association App\Entity\Article#survey refers to the inverse side field App\Entity\Survey#article which does not exist.
App\Entity\Answer No errors.
App\Entity\User No errors.
App\Entity\QuestionImage No errors.
App\Entity\SurveyImage No errors.
Vich\UploaderBundle\Entity\File No errors.