Error 500 Internal Server Error

GET https://immigrationservices.atts-systems.com/facebook_group_reviews/new/2

Forwarded to ErrorController (b3bdaa)

Query Metrics

4 Database Queries
3 Different statements
3.73 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.73 ms
(46.33%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.comments AS comments_3, t0.link AS link_4 FROM facebook_groups t0
Parameters:
[]
1.31 ms
(35.22%)
1
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.full_name AS full_name_4, u0_.mobile AS mobile_5, u0_.plain_password AS plain_password_6, u0_.mobile2 AS mobile2_7, u0_.first_name AS first_name_8, u0_.last_name AS last_name_9, u0_.company AS company_10, u0_.business_phone AS business_phone_11, u0_.home_phone AS home_phone_12, u0_.home_phone2 AS home_phone2_13, u0_.birthday AS birthday_14, u0_.email3 AS email3_15, u0_.web_page AS web_page_16, u0_.notes AS notes_17, u0_.salutation AS salutation_18, u0_.job_title AS job_title_19, u0_.linked_in AS linked_in_20, u0_.business_street AS business_street_21, u0_.business_city AS business_city_22, u0_.business_postal_code AS business_postal_code_23, u0_.business_country AS business_country_24, u0_.home_street AS home_street_25, u0_.home_city AS home_city_26, u0_.home_postal_code AS home_postal_code_27, u0_.home_country AS home_country_28, u0_.entry_conflict AS entry_conflict_29, u0_.import_time AS import_time_30, u0_.email_verified AS email_verified_31, u0_.email2 AS email2_32, u0_.photo AS photo_33, u0_.default_language_id AS default_language_id_34 FROM user u0_ WHERE u0_.roles LIKE ? ORDER BY u0_.full_name ASC
Parameters:
[
  "%"ROLE_ADMIN"%"
]
0.69 ms
(18.45%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.comments AS comments_3, t0.link AS link_4 FROM facebook_groups t0 WHERE t0.id = ?
Parameters:
[
  "2"
]

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\FacebookGroups No errors.
App\Entity\User
  • 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\Languages No errors.
App\Entity\Log No errors.
App\Entity\PhotoLocations
  • The mappings App\Entity\PhotoLocations#photos and App\Entity\Photos#location are inconsistent with each other.
App\Entity\FacebookGroupsReviews No errors.
App\Entity\Photos
  • The association App\Entity\Photos#location refers to the inverse side field App\Entity\PhotoLocations#Photos which does not exist.