Error 500 Internal Server Error

GET https://www.bo.blacksheep-van.com/api/booking_item_options.jsonld

Forwarded to PlaceholderAction (15853a)

Query Metrics

2 Database Queries
2 Different statements
1.20 ms Query time
7 Invalid entities

Queries

Group similar statements

# Time Info
1 0.68 ms
SELECT COUNT(DISTINCT b0_.id) AS sclr_0 FROM booking_item_option b0_ LEFT JOIN `option` o1_ ON b0_.option_id = o1_.id
Parameters:
[]
2 0.53 ms
SELECT b0_.id AS id_0, b0_.created_at AS created_at_1, b0_.updated_at AS updated_at_2, b0_.price AS price_3, b0_.quantity AS quantity_4, o1_.id AS id_5, o1_.created_at AS created_at_6, o1_.updated_at AS updated_at_7, o1_.label AS label_8, o1_.description AS description_9, o1_.price AS price_10, o1_.image AS image_11, o1_.consumable AS consumable_12, o1_.stock_control AS stock_control_13, o1_.type AS type_14, o1_.reference AS reference_15, o1_.is_option_calculated_per_day AS is_option_calculated_per_day_16, o1_.is_option_calculated_per_booking AS is_option_calculated_per_booking_17, b0_.booking_item_id AS booking_item_id_18, b0_.option_stock_id AS option_stock_id_19, b0_.option_id AS option_id_20 FROM booking_item_option b0_ LEFT JOIN `option` o1_ ON b0_.option_id = o1_.id ORDER BY b0_.id ASC LIMIT 30
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
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken No errors.
App\Entity\RefreshToken No errors.
App\Entity\BookingItemOption
  • The mappings App\Entity\BookingItemOption#option and App\Entity\Option#bookingItemOptions are inconsistent with each other.
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\BookingItem No errors.
App\Entity\OptionStock No errors.
App\Entity\ProductCategory
  • The mappings App\Entity\ProductCategory#agencies and App\Entity\Agency#productCategories are inconsistent with each other.
App\Entity\Images No errors.
App\Entity\Product
  • The mappings App\Entity\Product#bookings and App\Entity\Booking#products are inconsistent with each other.
App\Entity\Activity No errors.
App\Entity\Insurance No errors.
App\Entity\Booking
  • The association App\Entity\Booking#products refers to the inverse side field App\Entity\Product#products which does not exist.
App\Entity\Estimate
  • The mappings App\Entity\Estimate#bookingAgencyTarget and App\Entity\Agency#estimates are inconsistent with each other.
App\Entity\PromotionCode No errors.
App\Entity\Driver No errors.
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.