Error 500 Internal Server Error

GET https://biobt.sarabit.com/mobile/public/user/auth.json

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.87 ms
SELECT u0_.id AS id_0, u0_.mobile AS mobile_1, u0_.name AS name_2, u0_.app_mode AS app_mode_3, u0_.is_deleted AS is_deleted_4, u0_.email AS email_5 FROM user u0_ WHERE u0_.mobile = ? OR u0_.email = ?
Parameters:
[
  ",."
  ",."
]
2 0.15 ms
"START TRANSACTION"
Parameters:
[]
3 0.73 ms
INSERT INTO user_otp_keys (guid, otp, user_id) VALUES (?, ?, ?)
Parameters:
[
  "252b86a0-2436-4cc6-b0c5-af04ac55bd46"
  "5660"
  247
]
4 4.76 ms
"COMMIT"
Parameters:
[]

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 mappings App\Entity\User#ecgRecords and App\Entity\EcgRecord#user are inconsistent with each other.
App\Entity\UserAuthKeys No errors.
App\Entity\UserOtpKeys No errors.
App\Entity\UserDoctor No errors.
App\Entity\Patient
  • The mappings App\Entity\Patient#ecgRecords and App\Entity\EcgRecord#patient are inconsistent with each other.
App\Entity\EcgRecord
  • The association App\Entity\EcgRecord#user refers to the inverse side field App\Entity\User#ecgReacords which does not exist.
  • The association App\Entity\EcgRecord#patient refers to the inverse side field App\Entity\Patient#ecgReacords which does not exist.
App\Entity\HolterRecords No errors.
App\Entity\Enquiry No errors.