Error 500 Internal Server Error

GET https://dev.ichron.cloud/admin/utente/tablet/3cb78a8d-69fb-433d-b9a6-86ca1fb2ab50/check

Query Metrics

6 Database Queries
4 Different statements
2.88 ms Query time
4 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.98 ms
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.cognome AS cognome_3, t0.username AS username_4, t0.password AS password_5, t0.email AS email_6, t0.sfondo AS sfondo_7, t0.risalto AS risalto_8, t0.foto AS foto_9, t0.preferenze AS preferenze_10, t0.timezone AS timezone_11, t0.cellulare AS cellulare_12, t0.prefisso AS prefisso_13, t0.nascondi AS nascondi_14, t0.data_eliminazione AS data_eliminazione_15, t0.tipologia_id AS tipologia_id_16, t0.eliminato_da_id AS eliminato_da_id_17 FROM utente t0 WHERE t0.username = ? AND ((t0.data_eliminazione IS NULL)) LIMIT 1
Parameters:
[
  "admin"
]
2 0.42 ms
SELECT c0_.id AS id_0, c0_.titolo AS titolo_1, c0_.nome AS nome_2, c0_.tipo AS tipo_3, c0_.gruppo AS gruppo_4, c0_.predefinito AS predefinito_5, c0_.valore AS valore_6, c0_.obbligatorio AS obbligatorio_7, c0_.descrizione AS descrizione_8, c0_.ordine AS ordine_9, c0_.data_eliminazione AS data_eliminazione_10, c0_.eliminato_da_id AS eliminato_da_id_11 FROM configurazione c0_ WHERE (c0_.nome = ?) AND (c0_.data_eliminazione IS NULL)
Parameters:
[
  "white_black_list"
]
3 0.26 ms
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.data_eliminazione AS data_eliminazione_3, t0.eliminato_da_id AS eliminato_da_id_4 FROM white_black_list t0 WHERE ((t0.data_eliminazione IS NULL))
Parameters:
[]
4 0.58 ms
SELECT t0.id AS id_1, t0.id_dispositivo AS id_dispositivo_2, t0.info AS info_3, t0.token AS token_4, t0.tablet AS tablet_5, t0.notifiche AS notifiche_6, t0.penna AS penna_7, t0.data_eliminazione AS data_eliminazione_8, t0.utente_id AS utente_id_9 FROM dispositivi t0 WHERE t0.utente_id = ? AND t0.id_dispositivo = ? AND ((t0.data_eliminazione IS NULL)) LIMIT 1
Parameters:
[
  1
  "3cb78a8d-69fb-433d-b9a6-86ca1fb2ab50"
]
5 0.40 ms
SELECT c0_.id AS id_0, c0_.titolo AS titolo_1, c0_.nome AS nome_2, c0_.tipo AS tipo_3, c0_.gruppo AS gruppo_4, c0_.predefinito AS predefinito_5, c0_.valore AS valore_6, c0_.obbligatorio AS obbligatorio_7, c0_.descrizione AS descrizione_8, c0_.ordine AS ordine_9, c0_.data_eliminazione AS data_eliminazione_10, c0_.eliminato_da_id AS eliminato_da_id_11 FROM configurazione c0_ WHERE (c0_.nome = ?) AND (c0_.data_eliminazione IS NULL)
Parameters:
[
  "white_black_list"
]
6 0.24 ms
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.data_eliminazione AS data_eliminazione_3, t0.eliminato_da_id AS eliminato_da_id_4 FROM white_black_list t0 WHERE ((t0.data_eliminazione IS NULL))
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\Utente 1
App\Entity\TipologiaUtente 1
App\Entity\Configurazione 1

Entities Mapping

Class Mapping errors
App\Entity\Utente
  • The association App\Entity\Utente#notifiches refers to the owning side field App\Entity\Notifiche#utente which does not exist.
App\Entity\TipologiaUtente
  • The field App\Entity\TipologiaUtente#utente is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Utente#tipologia does not contain the required 'inversedBy="utente"' attribute.
App\Entity\Gruppo No errors.
App\Entity\ImapUtente No errors.
App\Entity\ToDo No errors.
App\Entity\GoogleCalendarUtente No errors.
App\Entity\Campagne No errors.
App\Entity\NoteAttivita No errors.
App\Entity\DocumentiProtetti No errors.
App\Entity\FiltriStampa No errors.
App\Entity\Stampa
  • The association App\Entity\Stampa#filtriStampaPreferitis refers to the owning side field App\Entity\FiltriStampaPreferiti#Stampa which does not exist.
App\Entity\FiltriRicerca No errors.
App\Entity\LogVisiteAttivita No errors.
App\Entity\FiltriStampaPreferiti
  • The mappings App\Entity\FiltriStampaPreferiti#stampa and App\Entity\Stampa#filtriStampaPreferitis are inconsistent with each other.
App\Entity\Dispositivi No errors.
App\Entity\Notifiche No errors.
App\Entity\NotificheUtente No errors.
App\Entity\Configurazione No errors.
App\Entity\WhiteBlackList No errors.