Error 500 Internal Server Error

GET http://cloud.ftsvm.net:8082/sitemap.xml/all-news?page=0

Forwarded to ErrorController (a7d141)

Query Metrics

0 Database Queries
0 Different statements
0.00 ms Query time
1 Invalid entities

Queries

No executed queries.

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\NewsPost No errors.
App\Entity\User No errors.
App\Entity\Categorie No errors.
App\Entity\Post No errors.
App\Entity\Comment
  • The field App\Entity\Comment#comments is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Comment#comments does not contain the required 'mappedBy="comments"' attribute.
  • If association App\Entity\Comment#comments is many-to-one, then the inversed side App\Entity\Comment#comments has to be one-to-many.