Error 404 Not Found

GET https://www.ki-api.test.sparkundsparkling.com/robots.txt

Query Metrics

3 Database Queries
2 Different statements
0.68 ms Query time
1 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.36 ms
(51.83%)
1
SELECT t0.id AS id_1, t0.version AS version_2, t0.designation AS designation_3, t0.app AS app_4, t0.email AS email_5, t0.log AS log_6, t0.oauth AS oauth_7, t0.register AS register_8, t0.design AS design_9 FROM system_settings t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.33 ms
(48.17%)
2
SELECT t0.id AS id_1, t0.image_filename AS image_filename_2, t0.register_ip AS register_ip_3, t0.title AS title_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.company AS company_7, t0.zip AS zip_8, t0.country AS country_9, t0.street AS street_10, t0.hnr AS hnr_11, t0.phone AS phone_12, t0.mobil AS mobil_13, t0.notiz AS notiz_14, t0.change_pw AS change_pw_15, t0.must_validated AS must_validated_16, t0.bot_license AS bot_license_17, t0.created_at AS created_at_18, t0.voter AS voter_19, t0.gravatar AS gravatar_20, t0.account_holder_id AS account_holder_id_21 FROM account t0 WHERE t0.account_holder_id IS NULL LIMIT 1
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\SystemSettings 1

Entities Mapping

Class Mapping errors
App\Entity\SystemSettings No errors.
App\Entity\Account No errors.
App\Entity\User
  • The field App\Entity\User#accounts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Account#accountHolder does not contain the required 'inversedBy="accounts"' attribute.