Error 500 Internal Server Error

GET https://www.stephen-nurse.com/todolist/update_status_to_do_list_project/LiveWebsiteNotWorking/41

Forwarded to ErrorController (030f77)

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.05 ms
SELECT t0.id AS id_1, t0.priority AS priority_2, t0.project AS project_3, t0.live_website AS live_website_4, t0.summary AS summary_5, t0.monthly_revenue AS monthly_revenue_6, t0.c_dev_directory AS c_dev_directory_7, t0.sql_database_file_name AS sql_database_file_name_8, t0.ats_template_last_updated AS ats_template_last_updated_9, t0.active_coding_project AS active_coding_project_10, t0.live_website_working AS live_website_working_11, t0.expand_collapse AS expand_collapse_12 FROM to_do_list t0 WHERE t0.id = ?
Parameters:
[
  "41"
]
2 0.26 ms
"START TRANSACTION"
Parameters:
[]
3 0.58 ms
UPDATE to_do_list SET live_website_working = ? WHERE id = ?
Parameters:
[
  0
  41
]
4 3.25 ms
"COMMIT"
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\ToDoList 1

Entities Mapping

Class Mapping 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.
App\Entity\Role No errors.
App\Entity\Log No errors.
App\Entity\Languages No errors.
App\Entity\ClientEmailsSent No errors.
App\Entity\PhotoLocations
  • The mappings App\Entity\PhotoLocations#photos and App\Entity\Photos#location are inconsistent with each other.