Error 404 Not Found

GET https://femboyparadise.com/user/about

Forwarded to ErrorController (5aed03)

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.26 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.username AS username_5, t0.is_verified AS is_verified_6 FROM `user` t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "about"
]

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\User
  • The field App\Entity\User#likedPostsCollection is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\PostLike#user does not contain the required 'inversedBy: "likedPostsCollection"' attribute.
App\Entity\Post No errors.
App\Entity\PostLike No errors.
App\Entity\Comment No errors.
App\Entity\Tag No errors.
App\Entity\TagCategory No errors.
App\Entity\Follow No errors.
Vich\UploaderBundle\Entity\File No errors.