Error 404 Not Found

GET https://protokoll-prod.dighist.se/source/view/8043

Query Metrics

1 Database Queries
1 Different statements
0.36 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 0.36 ms
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.date AS date_2, s0_.date_accuracy AS date_accuracy_3, s0_.excerpt_swe AS excerpt_swe_4, s0_.transcription AS transcription_5, s0_.research_notes AS research_notes_6, s0_.place_in_volume AS place_in_volume_7, s0_.status AS status_8, s0_.book AS book_9, s0_.pages AS pages_10, s0_.alvin_id AS alvin_id_11, s0_.type AS type_12, s0_.updated_at AS updated_at_13, s0_.language AS language_14, s0_.excerpt_eng AS excerpt_eng_15, s0_.short_excerpt_swe AS short_excerpt_swe_16, s0_.short_excerpt_eng AS short_excerpt_eng_17, s0_.transcription_modern_sve AS transcription_modern_sve_18, s0_.excerpt_eng_proofed AS excerpt_eng_proofed_19, s0_.excerpt_swe_proofed AS excerpt_swe_proofed_20, s0_.short_excerpt_eng_proofed AS short_excerpt_eng_proofed_21, s0_.short_excerpt_swe_proofed AS short_excerpt_swe_proofed_22, s0_.parent_id AS parent_id_23, s0_.volume_id AS volume_id_24, s0_.updated_by_id AS updated_by_id_25 FROM sources s0_ LEFT JOIN volumes v1_ ON (s0_.volume_id = v1_.id) WHERE s0_.id = ? AND v1_.published <> 0 ORDER BY s0_.date ASC
Parameters:
[
  "8043"
]

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\Actor
  • The field 'App\Entity\Actor#SBL_id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'text' DBAL type.
  • The association App\Entity\Actor#updated_by refers to the inverse side field App\Entity\User#edited_actors which does not exist.
App\Entity\Source
  • The mappings App\Entity\Source#mentions_in_source and App\Entity\Mention#mentioned_source are inconsistent with each other.
  • The association App\Entity\Source#updated_by refers to the inverse side field App\Entity\User#edited_sources which does not exist.
App\Entity\Volume
  • The field 'App\Entity\Volume#published' has the property type 'bool' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
  • The association App\Entity\Volume#updated_by refers to the inverse side field App\Entity\User#edited_volumes which does not exist.
App\Entity\User
  • The association App\Entity\User#editedSources refers to the owning side field App\Entity\Source#updatedBy which does not exist.
  • The association App\Entity\User#editedVolumes refers to the owning side field App\Entity\Volume#updatedBy which does not exist.
  • The association App\Entity\User#editedActors refers to the owning side field App\Entity\Actor#updatedBy which does not exist.