Error 500 Internal Server Error

GET https://iarecrut.clicketcloud.com/quiz/v1/start/c8e278752a6f667c4a3399b3c86a06ea

Forwarded to ErrorController (0be1d4)

Query Metrics

3 Database Queries
3 Different statements
7.13 ms Query time
4 Invalid entities

Grouped Statements

Show all queries

Time Count Info
6.37 ms
(89.30%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.location AS location_3, t0.first_name AS first_name_4, t0.phone AS phone_5, t0.email AS email_6, t0.seniority AS seniority_7, t0.score AS score_8, t0.created_at AS created_at_9, t0.cv_url AS cv_url_10, t0.cv AS cv_11, t0.applicant_id AS applicant_id_12, t0.vacancy_id AS vacancy_id_13, t0.candidate_id AS candidate_id_14, t0.cv_key AS cv_key_15, t0.score_compare AS score_compare_16, t0.quiz_done AS quiz_done_17, t0.other_analyses AS other_analyses_18, t0.id_comment_flatchr AS id_comment_flatchr_19, t0.time_transport_fiche_poste AS time_transport_fiche_poste_20, t0.time_transport_company AS time_transport_company_21, t0.quiz_start AS quiz_start_22, t0.token AS token_23, t0.category_id AS category_id_24, t0.status_id AS status_id_25, t0.fiche_id AS fiche_id_26, t0.question_rh_id AS question_rh_id_27 FROM cv t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
  "c8e278752a6f667c4a3399b3c86a06ea"
]
0.45 ms
(6.27%)
1
SELECT t0.id AS id_1, t0.assigned_at AS assigned_at_2, t0.quiz_id AS quiz_id_3, t0.fiche_id AS fiche_id_4, t0.cv_id AS cv_id_5 FROM quiz_assignment t0 WHERE t0.fiche_id = ? LIMIT 1
Parameters:
[
  165
]
0.32 ms
(4.43%)
1
SELECT t0.id AS id_1, t0.topic AS topic_2, t0.created_at AS created_at_3, t0.fiche_id AS fiche_id_4 FROM quiz t0 WHERE t0.id = ?
Parameters:
[
  747
]

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\Cv
  • The association App\Entity\Cv#category refers to the inverse side field App\Entity\Category#cv which does not exist.
App\Entity\Category No errors.
App\Entity\Status No errors.
App\Entity\Fiche
  • The association App\Entity\Fiche#category refers to the inverse side field App\Entity\Category#cv which does not exist.
  • The field App\Entity\Fiche#compared is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Compared#fiche does not contain the required 'inversedBy="compared"' attribute.
  • The association App\Entity\Fiche#quiz refers to the owning side field App\Entity\Quiz#quiz which does not exist.
App\Entity\QuestionRH No errors.
App\Entity\Techno No errors.
App\Entity\Compared No errors.
App\Entity\ScoreCV No errors.
App\Entity\Functional No errors.
App\Entity\QuizAssignment No errors.
App\Entity\Quiz
  • The mappings App\Entity\Quiz#fiche and App\Entity\Fiche#quiz are inconsistent with each other.
App\Entity\Question
  • The association App\Entity\Question#quizAssignment refers to the inverse side field App\Entity\QuizAssignment#questions which does not exist.
App\Entity\Post No errors.