Error 404 Not Found

GET https://test.123loger.com/location/la-celle-saint-cloud-78170/

Forwarded to ErrorController (02ba09)

Query Metrics

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

Queries

Group similar statements

# Time Info
1 2.50 ms
SELECT t0.id AS id_1, t0.zipcode AS zipcode_2, t0.locality AS locality_3, t0.latitude AS latitude_4, t0.longitude AS longitude_5, t0.osm AS osm_6, t0.tier AS tier_7, t0.city AS city_8, t0.slug AS slug_9, t0.search AS search_10, t0.area AS area_11, t0.state AS state_12, t0.illustration AS illustration_13, t0.priority AS priority_14 FROM locality t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "la-celle-saint-cloud-78170"
]

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\Locality
  • The field App\Entity\Locality#descriptions is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\LocalityDescription#locality does not contain the required 'inversedBy="descriptions"' attribute.
  • The field App\Entity\Locality#prices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\LocalityPrice#locality does not contain the required 'inversedBy="prices"' attribute.
App\Entity\LocalityDescription No errors.
App\Entity\LocalityPrice No errors.