Error 404 Not Found

GET https://viccistore.com/back/admin/order/show/34

Query Metrics

1 Database Queries
1 Different statements
1.45 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 1.45 ms
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.status AS status_3, t0.total_price AS total_price_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.total_ht AS total_ht_7, t0.total_tax AS total_tax_8, t0.user_id AS user_id_9, t0.shipping_address_id AS shipping_address_id_10, t0.billing_address_id AS billing_address_id_11, t0.delivery_option_id AS delivery_option_id_12, t0.payment_option_id AS payment_option_id_13 FROM `order` t0 WHERE t0.id = ?
Parameters:
[
  "34"
]

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\Order
  • The mappings App\Entity\Order#billingAddress and App\Entity\Address#orders are inconsistent with each other.
  • The association App\Entity\Order#DeliveryOption refers to the inverse side field App\Entity\DeliveryOption#PaymentOption which does not exist.
App\Entity\User No errors.
App\Entity\Address No errors.
App\Entity\DeliveryOption
  • The mappings App\Entity\DeliveryOption#Orders and App\Entity\Order#DeliveryOption are inconsistent with each other.
App\Entity\PaymentOption No errors.