Error 500 Internal Server Error

GET https://www.stephen-nurse.com/todolist_items/to_do_list_items_change_priority/Up/124

Forwarded to ErrorController (0e0ee1)

Query Metrics

4 Database Queries
4 Different statements
7.26 ms Query time
1 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
5.03 ms
(69.30%)
1
"COMMIT"
Parameters:
[]
1.07 ms
(14.73%)
1
SELECT t0.id AS id_1, t0.status AS status_2, t0.priority AS priority_3, t0.task AS task_4, t0.hours_allocated AS hours_allocated_5, t0.immediate_priority AS immediate_priority_6, t0.attachment AS attachment_7, t0.needs_research AS needs_research_8, t0.last_saved AS last_saved_9, t0.project_id AS project_id_10 FROM to_do_list_items t0 WHERE t0.id = ?
Parameters:
[
  "124"
]
0.93 ms
(12.76%)
1
UPDATE to_do_list_items SET priority = ? WHERE id = ?
Parameters:
[
  27.0
  124
]
0.23 ms
(3.21%)
1
"START TRANSACTION"
Parameters:
[]

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
App\Entity\ToDoListItems 1
App\Entity\ToDoList 1

Entities Mapping

Class Mapping errors
App\Entity\ToDoListItems No errors.
App\Entity\ToDoList No errors.
App\Entity\User
  • If association App\Entity\User#enabledUsers is many-to-many, then the inversed side App\Entity\User#photoLocations has to be many-to-many as well.
  • The association App\Entity\User#photoLocations refers to the owning side field App\Entity\PhotoLocations#enabledUsers which is not defined as association, but as field.
  • The association App\Entity\User#photoLocations refers to the owning side field App\Entity\PhotoLocations#enabledUsers which does not exist.