Error 500 Internal Server Error

GET http://back-office.dev-project-server.com/connect/facebook

Forwarded to ErrorController (b22022)

Query Metrics

0 Database Queries
0 Different statements
0.00 ms Query time
7 Invalid entities
0 Managed 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.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

Class Mapping errors
App\Entity\Users
  • The mappings App\Entity\Users#referral and App\Entity\UsersCustomers#referral are inconsistent with each other.
  • The association App\Entity\Users#customer refers to the owning side field App\Entity\UsersCustomers#customer_id which does not exist.
  • The association App\Entity\Users#userCustomerCommissions refers to the owning side field App\Entity\UserCommission#customer_id which does not exist.
  • The field App\Entity\Users#wallet is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Wallet#user does not contain the required 'inversedBy="wallet"' attribute.
App\Entity\UserInfo No errors.
App\Entity\UserCommission
  • The mappings App\Entity\UserCommission#customer and App\Entity\Users#userCustomerCommissions are inconsistent with each other.
  • The mappings App\Entity\UserCommission#product and App\Entity\Products#userCommissions are inconsistent with each other.
App\Entity\Newsletter No errors.
App\Entity\Contact No errors.
App\Entity\SocialMedia No errors.
App\Entity\Posts No errors.
App\Entity\Comments No errors.
App\Entity\Likes No errors.
App\Entity\Orders
  • The mappings App\Entity\Orders#affiliateId and App\Entity\Users#orders are inconsistent with each other.
  • The field App\Entity\Orders#invoices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Invoice#invoiceOrder does not contain the required 'inversedBy="invoices"' attribute.
App\Entity\Payments
  • The mappings App\Entity\Payments#currency and App\Entity\UsersCustomers#currency are inconsistent with each other.
  • The mappings App\Entity\Payments#subscription and App\Entity\Subscription#payment_id are inconsistent with each other.
App\Entity\Subscription No errors.
App\Entity\Ticket No errors.
App\Entity\PaymentMethod No errors.
App\Entity\AiChannelFormData No errors.
App\Entity\UsersCustomers
  • The association App\Entity\UsersCustomers#referral refers to the inverse side field App\Entity\Users#userCustomers which does not exist.
  • The association App\Entity\UsersCustomers#product refers to the inverse side field App\Entity\Products#userCustomers which does not exist.
  • The association App\Entity\UsersCustomers#customer refers to the inverse side field App\Entity\Users#userCustomers which does not exist.
  • The association App\Entity\UsersCustomers#currency refers to the inverse side field App\Entity\Payments#userCustomers which does not exist.
App\Entity\Countries No errors.
App\Entity\States No errors.
App\Entity\Roles No errors.
App\Entity\Feedback No errors.
App\Entity\WalletPaymentSetting
  • The association App\Entity\WalletPaymentSetting#walletWithdrawals refers to the owning side field App\Entity\WalletWithdrawal#wallet_payment_id which does not exist.
App\Entity\WalletTransaction No errors.
App\Entity\WalletWithdrawal
  • The mappings App\Entity\WalletWithdrawal#wallet_payment and App\Entity\WalletPaymentSetting#walletWithdrawals are inconsistent with each other.
App\Entity\Wallet No errors.
App\Entity\TicketTrials No errors.
App\Entity\Notifications No errors.
App\Entity\UsersAppAiGrowth No errors.