Error 500 Internal Server Error

GET https://jonathan-websource.websrc.fr/webhosting/databases/database-access/118

Forwarded to ErrorController (708bee)

Query Metrics

3 Database Queries
3 Different statements
0.69 ms Query time
11 Invalid entities
9 Managed entities

Queries

Group similar statements

# Time Info
1 0.23 ms
SELECT t0.name AS name_1, t0.debian_user AS debian_user_2, t0.universign_tx AS universign_tx_3, t0.disk_usage AS disk_usage_4, t0.id AS id_5, t0.active AS active_6, t0.date_created AS date_created_7, t0.date_updated AS date_updated_8, t0.user_id AS user_id_9, t0.contract_id AS contract_id_10, t0.domain_id AS domain_id_11, t0.php_id AS php_id_12, t0.server_id AS server_id_13, t0.offer_id AS offer_id_14 FROM webhostings t0 WHERE t0.id = ?
Parameters:
[
  "118"
]
2 0.27 ms
SELECT t0.username AS username_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.last_login AS last_login_7, t0.password_request_at AS password_request_at_8, t0.token AS token_9, t0.api_key AS api_key_10, t0.last_activity AS last_activity_11, t0.newsletter AS newsletter_12, t0.avatar AS avatar_13, t0.phone AS phone_14, t0.poste AS poste_15, t0.bio AS bio_16, t0.url AS url_17, t0.linkedin AS linkedin_18, t0.twitter AS twitter_19, t0.works_for AS works_for_20, t0.stripe_account AS stripe_account_21, t0.id AS id_22, t0.date_created AS date_created_23, t0.date_updated AS date_updated_24, t0.active AS active_25, t0.customer_id AS customer_id_26 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.19 ms
SELECT t0.ip AS ip_1, t0.username AS username_2, t0.name AS name_3, t0.www_folder AS www_folder_4, t0.vhost_templatefile AS vhost_templatefile_5, t0.ftp_port AS ftp_port_6, t0.default_sql_host AS default_sql_host_7, t0.default_sql_port AS default_sql_port_8, t0.default_dbname AS default_dbname_9, t0.db_admin_username AS db_admin_username_10, t0.db_admin_password AS db_admin_password_11, t0.id AS id_12, t0.date_created AS date_created_13, t0.date_updated AS date_updated_14 FROM webhostings_servers t0 WHERE t0.id = ?
Parameters:
[
  3
]

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\User 2
App\Entity\Webhostings 1
App\Entity\Contracts 1
App\Entity\WebhostingsDomains 1
App\Entity\WebhostingsPhpversions 1
App\Entity\WebhostingsServers 1
App\Entity\WebhostingsOffers 1
App\Entity\Customers 1

Entities Mapping

Class Mapping errors
App\Entity\Webhostings
  • The mappings App\Entity\Webhostings#user and App\Entity\User#webhostings are inconsistent with each other.
App\Entity\User
  • The association App\Entity\User#webhostings refers to the owning side field App\Entity\Webhostings#users which does not exist.
  • The association App\Entity\User#domains refers to the owning side field App\Entity\WebhostingsDomains#users which does not exist.
  • The field App\Entity\User#carts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Cart#user does not contain the required 'inversedBy: "carts"' attribute.
App\Entity\Contracts No errors.
App\Entity\WebhostingsDomains
  • The mappings App\Entity\WebhostingsDomains#user and App\Entity\User#domains are inconsistent with each other.
App\Entity\WebhostingsPhpversions No errors.
App\Entity\WebhostingsServers No errors.
App\Entity\WebhostingsOffers No errors.
App\Entity\WebhostingsFtpUsers No errors.
App\Entity\Payments No errors.
App\Entity\WebhostingsDatabases No errors.
App\Entity\WebhostingsDatabasesUsers No errors.
App\Entity\Customers
  • The mappings App\Entity\Customers#customersContacts and App\Entity\CustomersContacts#customer are inconsistent with each other.
App\Entity\Cart No errors.
App\Entity\Modules
  • The field App\Entity\Modules#cartDetails is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\CartDetails#module does not contain the required 'inversedBy: "cartDetails"' attribute.
App\Entity\Themes
  • The association App\Entity\Themes#reviews refers to the inverse side field App\Entity\Reviews#themes which does not exist.
App\Entity\Downloads No errors.
App\Entity\Formation No errors.
App\Entity\Invoices
  • The field 'App\Entity\Invoices#tva' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The association App\Entity\Invoices#cart refers to the inverse side field App\Entity\Cart#invoices which does not exist.
App\Entity\ContactsEmails No errors.
App\Entity\WebhostingsPhpextensions No errors.
App\Entity\WebhostingsFtpGroups No errors.
App\Entity\Quotes
  • The field 'App\Entity\Quotes#tva' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\CustomersContacts
  • The association App\Entity\CustomersContacts#customer refers to the inverse side field App\Entity\Customers#contacts which does not exist.
App\Entity\Guest No errors.
App\Entity\CartDetails No errors.
App\Entity\Medias No errors.
App\Entity\Caracteristics No errors.
App\Entity\Reviews
  • The field App\Entity\Reviews#theme is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Themes#reviews does not contain the required 'mappedBy: "theme"' attribute.
  • If association App\Entity\Reviews#theme is many-to-one, then the inversed side App\Entity\Themes#reviews has to be one-to-many.
App\Entity\Categories No errors.
App\Entity\Manufacturer No errors.
App\Entity\ThemesCategories
  • The association App\Entity\ThemesCategories#blogPosts refers to the owning side field App\Entity\Themes#category which does not exist.
App\Entity\ThemesFeatures No errors.
App\Entity\ThemesCompatibilitiesValues No errors.
App\Entity\ThemesAuthors No errors.
App\Entity\ThemesTags No errors.
App\Entity\FormationModule No errors.