Error 400 Bad Request

POST http://bestba.beelabs.io/

Forwarded to ErrorController (fa1b60)

Query Metrics

0 Database Queries
0 Different statements
0.00 ms Query time
7 Invalid entities

Queries

No executed queries.

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\Fund No errors.
App\Entity\StoreCategory No errors.
App\Entity\User
  • The association App\Entity\User#vouchers refers to the owning side field App\Entity\Voucher#user which does not exist.
  • The association App\Entity\User#operations refers to the owning side field App\Entity\Operation#Author which does not exist.
App\Entity\VoucherUser
  • The association App\Entity\VoucherUser#voucherItems refers to the owning side field App\Entity\VoucherItem#user which does not exist.
App\Entity\Operation
  • The association App\Entity\Operation#voucherItems refers to the owning side field App\Entity\VoucherItem#operation which does not exist.
  • The mappings App\Entity\Operation#author and App\Entity\User#operations are inconsistent with each other.
App\Entity\VoucherItem
  • The mappings App\Entity\VoucherItem#beneficiary and App\Entity\VoucherUser#voucherItems are inconsistent with each other.
App\Entity\Voucher
  • The mappings App\Entity\Voucher#author and App\Entity\User#vouchers are inconsistent with each other.
App\Entity\ResetPasswordRequest No errors.
App\Entity\Store
  • The association App\Entity\Store#voucher refers to the owning side field App\Entity\Voucher#store which does not exist.
App\Entity\Transfer
  • The field 'App\Entity\Transfer#amount' has the property type 'string' that differs from the metadata field type 'float' returned by the 'float' DBAL type.
  • The association App\Entity\Transfer#parent refers to the inverse side field App\Entity\Transfer#transfers which does not exist.
Vich\UploaderBundle\Entity\File No errors.