Error 500 Internal Server Error

GET https://api.ahenkcicekcilik.com.tr/checkout?product=87

Query Metrics

1 Database Queries
1 Different statements
6.53 ms Query time
3 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 6.53 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.product_images AS product_images_4, t0.description AS description_5, t0.status AS status_6, t0.deleted_at AS deleted_at_7, t0.created_at AS created_at_8, t0.update_at AS update_at_9, t0.category_id AS category_id_10, t0.sub_category_id AS sub_category_id_11, t0.created_by_id AS created_by_id_12 FROM product t0 WHERE t0.id = ?
Parameters:
[
  "87"
]

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
App\Product\Entity\Product 1
App\Category\Entity\Category 1
App\Entity\SubCategory 1

Entities Mapping

Class Mapping errors
App\Product\Entity\Product No errors.
App\Category\Entity\Category
  • The mappings App\Category\Entity\Category#subCategories and App\Entity\SubCategory#category are inconsistent with each other.
App\Entity\SubCategory
  • The association App\Entity\SubCategory#category refers to the inverse side field App\Category\Entity\Category#subCategory which does not exist.
App\Auth\Entity\User No errors.
App\Entity\Order No errors.
App\Entity\District
  • The field 'App\Entity\District#price' has the property type 'string' that differs from the metadata field type 'float' returned by the 'float' DBAL type.