Error 500 Internal Server Error

POST https://qa-efinancials.online/public/customer

Query Metrics

6 Database Queries
6 Different statements
13.50 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 2.70 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.last_name AS last_name_3, t0.cellphone AS cellphone_4, t0.email AS email_5, t0.password AS password_6, t0.image_profile AS image_profile_7, t0.change_password_at AS change_password_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.status_id AS status_id_11, t0.business_id AS business_id_12 FROM customer t0 WHERE t0.email = ? AND t0.business_id = ? LIMIT 1
Parameters:
[
  "davidcalva05@gmail.com"
  "1"
]
2 5.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM status t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 1.91 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.email AS email_4, t0.cellphone AS cellphone_5, t0.logo AS logo_6, t0.active AS active_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM business t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
4 1.11 ms
"START TRANSACTION"
Parameters:
[]
5 2.23 ms
INSERT INTO customer (name, last_name, cellphone, email, password, image_profile, change_password_at, created_at, updated_at, status_id, business_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "Antony "
  "Soprano"
  "14725836905164645461348481315"
  "davidcalva05@gmail.com"
  "$2y$13$FQojEHGzu0GyNT6EaDVqx.4zoM3YFVIDVKSvfTCgJKC5GUvj8Y2pe"
  null
  null
  "2026-04-11 21:16:42"
  null
  1
  1
]
6 0.30 ms
"ROLLBACK"
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.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

Class Mapping errors
App\Entity\Customer No errors.
App\Entity\Status No errors.
App\Entity\Business No errors.
App\Entity\Address No errors.