Error 500 Internal Server Error

GET https://www.bo.blacksheep-van.com/api/product_categories/agencies/%7Bid%7D

Query Metrics

1 Database Queries
1 Different statements
0.53 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 0.53 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.description AS description_4, t0.picture AS picture_5, t0.reference AS reference_6, t0.phone AS phone_7, t0.email AS email_8, t0.is_visible AS is_visible_9, t0.is_open AS is_open_10, t0.updated_at AS updated_at_11, t0.company_id AS company_id_12, t0.vat_id AS vat_id_13, t0.currency_id AS currency_id_14 FROM agency t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "{id}"
]

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
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken No errors.
App\Entity\RefreshToken No errors.
App\Entity\ProductCategory
  • The mappings App\Entity\ProductCategory#agencies and App\Entity\Agency#productCategories are inconsistent with each other.
App\Entity\Agency
  • The association App\Entity\Agency#options refers to the owning side field App\Entity\Option#Agency which does not exist.
  • The association App\Entity\Agency#productCategories refers to the inverse side field App\Entity\ProductCategory#agency which does not exist.
App\Entity\Option
  • The association App\Entity\Option#bookingItemOptions refers to the owning side field App\Entity\BookingItemOption#options which does not exist.
App\Entity\Images No errors.
App\Entity\Company No errors.
App\Entity\Vat No errors.
App\Entity\Currency No errors.