Error 404 Not Found

GET https://entremums.com/shop/produit/contact.html

Query Metrics

1 Database Queries
1 Different statements
1.58 ms Query time
1 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 1.58 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.illustration AS illustration_4, t0.weight AS weight_5, t0.available AS available_6, t0.short_description AS short_description_7, t0.description AS description_8, t0.tags AS tags_9, t0.average_rating AS average_rating_10, t0.ratings_count AS ratings_count_11, t0.info AS info_12, t0.stock AS stock_13, t0.seller_id AS seller_id_14 FROM product t0 WHERE t0.id = ?
Parameters:
[
  "contact.html"
]

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\Product No errors.
App\Entity\User
  • The field App\Entity\User#roleEntities is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Role#users does not contain the required 'mappedBy: "roleEntities"' attribute.