Error 404 Not Found

GET https://mieterportal.indigohome.ch/build/086f0792.js

Forwarded to ErrorController (21a540)

Query Metrics

13 Database Queries
7 Different statements
24.62 ms Query time
8 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
7.60 ms
(30.88%)
1
SELECT DISTINCT            k.CONSTRAINT_NAME,
            k.COLUMN_NAME,
            k.REFERENCED_TABLE_NAME,
            k.REFERENCED_COLUMN_NAME,
            k.ORDINAL_POSITION /*!50116,
            c.UPDATE_RULE,
            c.DELETE_RULE */
FROM information_schema.key_column_usage k /*!50116
INNER JOIN information_schema.referential_constraints c
ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME
AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'admin_immo_rischmann' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "admin_immo_rischmann"
  "doctrine_migration_versions"
]
7.22 ms
(29.32%)
2
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "admin_immo_rischmann"
]
3.54 ms
(14.36%)
1
SELECT       c.COLUMN_NAME        AS field,
       c.COLUMN_TYPE       AS type,
       c.IS_NULLABLE        AS `null`,
       c.COLUMN_KEY         AS `key`,
       c.COLUMN_DEFAULT     AS `default`,
       c.EXTRA,
       c.COLUMN_COMMENT     AS comment,
       c.CHARACTER_SET_NAME AS characterset,
       c.COLLATION_NAME     AS collation
FROM information_schema.COLUMNS c
    INNER JOIN information_schema.TABLES t
        ON t.TABLE_NAME = c.TABLE_NAME
     WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[
  "admin_immo_rischmann"
  "admin_immo_rischmann"
  "doctrine_migration_versions"
]
2.97 ms
(12.05%)
6
SELECT DATABASE()
Parameters:
[]
2.31 ms
(9.39%)
1
SELECT t.TABLE_NAME,
           t.ENGINE,
           t.AUTO_INCREMENT,
           t.TABLE_COMMENT,
           t.CREATE_OPTIONS,
           t.TABLE_COLLATION,
           ccsa.CHARACTER_SET_NAME
      FROM information_schema.TABLES t
        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa
          ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
  "admin_immo_rischmann"
  "doctrine_migration_versions"
]
0.50 ms
(2.01%)
1
SELECT        NON_UNIQUE  AS Non_Unique,
        INDEX_NAME  AS Key_name,
        COLUMN_NAME AS Column_Name,
        SUB_PART    AS Sub_Part,
        INDEX_TYPE  AS Index_Type
FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[
  "admin_immo_rischmann"
  "doctrine_migration_versions"
]
0.49 ms
(1.98%)
1
SELECT * FROM doctrine_migration_versions
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

Entities Mapping

Class Mapping errors
App\Entity\Contract\NoticePeriod
  • The field App\Entity\Contract\NoticePeriod#contracts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Contract\Contract#noticePeriod does not contain the required 'inversedBy="contracts"' attribute.
App\Entity\Contract\Rent No errors.
App\Entity\Contract\RentIncrease No errors.
App\Entity\Contract\TypeOfUse
  • The field App\Entity\Contract\TypeOfUse#contracts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Contract\Contract#typeOfUse does not contain the required 'inversedBy="contracts"' attribute.
App\Entity\Contract\AdditionalCostType
  • The field App\Entity\Contract\AdditionalCostType#contracts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Contract\Contract#additionalCostType does not contain the required 'inversedBy="contracts"' attribute.
App\Entity\Contract\ContractType No errors.
App\Entity\Contract\ContractState No errors.
App\Entity\Contract\LivingSpaceType No errors.
App\Entity\Contract\RentIndexLog No errors.
App\Entity\Contract\Contract No errors.
App\Entity\Payment No errors.
App\Entity\Schedule\TaskState No errors.
App\Entity\Schedule\ScheduleType No errors.
App\Entity\Schedule\Task No errors.
App\Entity\Schedule\Schedule No errors.
App\Entity\Accounting\Account No errors.
App\Entity\Accounting\AccountGroup No errors.
App\Entity\User No errors.
App\Entity\Article\RevenueAccount No errors.
App\Entity\Article\Article
  • The field App\Entity\Article\Article#billLineItems is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Bill\BillLineItem#article does not contain the required 'inversedBy="billLineItems"' attribute.
  • The field App\Entity\Article\Article#invoiceLineItems is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Invoice\InvoiceLineItem#article does not contain the required 'inversedBy="invoiceLineItems"' attribute.
App\Entity\Article\ArticleMainGroup No errors.
App\Entity\Article\ArticleSubGroup No errors.
App\Entity\Article\ArticleGroup No errors.
App\Entity\Address\Contact No errors.
App\Entity\Address\BankAccount No errors.
App\Entity\Address\Address No errors.
App\Entity\Address\AddressSetCopy No errors.
App\Entity\Address\SequenceNumber No errors.
App\Entity\Address\AddressType No errors.
App\Entity\Address\DebitorNr No errors.
App\Entity\Address\Tag No errors.
App\Entity\Address\JobTitle No errors.
App\Entity\Address\SequenceNumberType No errors.
App\Entity\Address\AddressSet No errors.
App\Entity\Address\CreditorNr No errors.
App\Entity\Address\Department No errors.
App\Entity\Address\AddressSetType No errors.
App\Entity\Client No errors.
App\Entity\Document\DocumentType No errors.
App\Entity\Document\Document No errors.
App\Entity\Document\PrintModuleType No errors.
App\Entity\Document\PrintTemplate No errors.
App\Entity\Document\PrintModule No errors.
App\Entity\Residence\Floor No errors.
App\Entity\Residence\Residence
  • The field App\Entity\Residence\Residence#invoiceLineItems is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Invoice\InvoiceLineItem#residence does not contain the required 'inversedBy="invoiceLineItems"' attribute.
App\Entity\Residence\Feature No errors.
App\Entity\Residence\Inventory
  • The field App\Entity\Residence\Inventory#subResidence is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Residence\Residence#partialInventories does not contain the required 'mappedBy="subResidence"' attribute.
App\Entity\Residence\LogType No errors.
App\Entity\Residence\Log No errors.
App\Entity\Residence\Place No errors.
App\Entity\SettingGroup No errors.
App\Entity\Invoice\InvoiceType No errors.
App\Entity\Invoice\InvoiceCategory No errors.
App\Entity\Invoice\InvoiceBaseItem No errors.
App\Entity\Invoice\AllocationKey No errors.
App\Entity\Invoice\InvoiceLineItem No errors.
App\Entity\Invoice\Invoice No errors.
App\Entity\Invoice\AllocationKeySplit No errors.
App\Entity\shared\WorkflowState No errors.
App\Entity\shared\Unit No errors.
App\Entity\shared\Language No errors.
App\Entity\shared\UnitType No errors.
App\Entity\shared\ActivityLogType No errors.
App\Entity\shared\PaymentType No errors.
App\Entity\shared\Currency No errors.
App\Entity\shared\NumberRange No errors.
App\Entity\shared\Country
  • The mappings App\Entity\shared\Country#taxRate and App\Entity\shared\TaxRate#country are inconsistent with each other.
App\Entity\shared\ActivityLog No errors.
App\Entity\shared\TaxRate
  • The association App\Entity\shared\TaxRate#country refers to the inverse side field App\Entity\shared\Country#vatNumber which does not exist.
App\Entity\shared\LineItemGroup No errors.
App\Entity\shared\PaymentTerm No errors.
App\Entity\shared\TextModule No errors.
App\Entity\shared\ShippingMethod No errors.
App\Entity\Correspondence\Mailing No errors.
App\Entity\Correspondence\CorrespondenceType No errors.
App\Entity\Correspondence\Correspondence No errors.
App\Entity\Bill\BillType No errors.
App\Entity\Bill\BillDefault No errors.
App\Entity\Bill\BillState No errors.
App\Entity\Bill\Bill No errors.
App\Entity\Bill\BillLineItem No errors.
App\Entity\Setting No errors.
Vich\UploaderBundle\Entity\File No errors.