Error 500 Internal Server Error

GET https://jonathan-websource.websrc.fr/blog

Forwarded to ErrorController (084382)

Query Metrics

11 Database Queries
11 Different statements
24.26 ms Query time
12 Invalid entities
78 Managed entities

Grouped Statements

Show all queries

Time Count Info
8.36 ms
(34.45%)
1
SELECT b0_.title AS title_0, b0_.content AS content_1, b0_.url AS url_2, b0_.slug AS slug_3, b0_.date_publication AS date_publication_4, b0_.image AS image_5, b0_.count AS count_6, b0_.meta_description AS meta_description_7, b0_.id AS id_8, b0_.date_created AS date_created_9, b0_.date_updated AS date_updated_10, b0_.active AS active_11, b0_.user_id AS user_id_12, b0_.category_id AS category_id_13 FROM blog_posts b0_ INNER JOIN blog_posts_tags b2_ ON b0_.id = b2_.blog_posts_id INNER JOIN tags t1_ ON t1_.id = b2_.tags_id WHERE b0_.active = 1 GROUP BY t1_.id ORDER BY COUNT(b0_.id) DESC LIMIT 10
Parameters:
[]
4.47 ms
(18.43%)
1
SELECT b0_.title AS title_0, b0_.content AS content_1, b0_.url AS url_2, b0_.slug AS slug_3, b0_.date_publication AS date_publication_4, b0_.image AS image_5, b0_.count AS count_6, b0_.meta_description AS meta_description_7, b0_.id AS id_8, b0_.date_created AS date_created_9, b0_.date_updated AS date_updated_10, b0_.active AS active_11, b0_.user_id AS user_id_12, b0_.category_id AS category_id_13 FROM blog_posts b0_ INNER JOIN blog_categories b1_ ON (b0_.category_id = b1_.id) WHERE b0_.active = ? AND b0_.date_publication <= ? ORDER BY b0_.id DESC LIMIT 15
Parameters:
[
  1
  "2026-02-04 00:46:21"
]
3.75 ms
(15.45%)
1
SELECT b0_.title AS title_0, b0_.content AS content_1, b0_.url AS url_2, b0_.slug AS slug_3, b0_.date_publication AS date_publication_4, b0_.image AS image_5, b0_.count AS count_6, b0_.meta_description AS meta_description_7, b0_.id AS id_8, b0_.date_created AS date_created_9, b0_.date_updated AS date_updated_10, b0_.active AS active_11, b0_.user_id AS user_id_12, b0_.category_id AS category_id_13 FROM blog_posts b0_ INNER JOIN blog_categories b1_ ON b0_.category_id = b1_.id WHERE b0_.active = 1 GROUP BY b1_.id ORDER BY b1_.name ASC
Parameters:
[]
2.03 ms
(8.37%)
1
SELECT b0_.title AS title_0, b0_.content AS content_1, b0_.url AS url_2, b0_.slug AS slug_3, b0_.date_publication AS date_publication_4, b0_.image AS image_5, b0_.count AS count_6, b0_.meta_description AS meta_description_7, b0_.id AS id_8, b0_.date_created AS date_created_9, b0_.date_updated AS date_updated_10, b0_.active AS active_11, b0_.user_id AS user_id_12, b0_.category_id AS category_id_13 FROM blog_posts b0_ WHERE b0_.active = 1 AND b0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY b0_.count DESC
Parameters:
[
  5393
  5409
  5402
  5411
  5401
  5414
  5403
  5410
  5406
  5413
  5408
  5404
  5327
  5416
  5396
  5394
  5326
  5405
  5400
  5395
]
0.98 ms
(4.03%)
1
SELECT t0.name AS name_1, t0.slug AS slug_2, t0.color AS color_3, t0.id AS id_4, t0.date_created AS date_created_5, t0.date_updated AS date_updated_6, t0.active AS active_7, t0.parent_id AS parent_id_8 FROM themes_categories t0 WHERE t0.active = ? AND t0.parent_id = ?
Parameters:
[
  1
  2
]
0.97 ms
(4.00%)
1
SELECT t0.question AS question_1, t0.answer AS answer_2, t0.routename AS routename_3, t0.id AS id_4, t0.date_created AS date_created_5, t0.date_updated AS date_updated_6 FROM faq t0 WHERE t0.routename = ?
Parameters:
[
  "blog"
]
0.90 ms
(3.69%)
1
SELECT t0.name AS name_1, t0.slug AS slug_2, t0.description_short AS description_short_3, t0.id AS id_4, t0.active AS active_5, t0.date_created AS date_created_6, t0.date_updated AS date_updated_7, t0.parent_id AS parent_id_8 FROM categories t0 WHERE t0.active = ? AND t0.parent_id = ?
Parameters:
[
  1
  118
]
0.82 ms
(3.37%)
1
SELECT t0.name AS name_1, t0.io AS io_2, t0.ram AS ram_3, t0.storage AS storage_4, t0.price AS price_5, t0.strike_price AS strike_price_6, t0.market_price AS market_price_7, t0.headline AS headline_8, t0.stars AS stars_9, t0.id AS id_10, t0.active AS active_11 FROM webhostings_offers t0 WHERE t0.active = ? ORDER BY t0.id ASC
Parameters:
[
  1
]
0.81 ms
(3.36%)
1
SELECT t0.install AS install_1, t0.config AS config_2, t0.express AS express_3, t0.status AS status_4, t0.id AS id_5, t0.date_created AS date_created_6, t0.date_updated AS date_updated_7, t0.customer_id AS customer_id_8, t0.user_id AS user_id_9, t0.guest_id AS guest_id_10 FROM cart t0 WHERE t0.guest_id = ? LIMIT 1
Parameters:
[
  null
]
0.60 ms
(2.47%)
1
SELECT DISTINCT b0_.id AS id_0, b0_.count AS count_1 FROM blog_posts b0_ WHERE b0_.active = 1 ORDER BY b0_.count DESC LIMIT 20
Parameters:
[]
0.58 ms
(2.39%)
1
SELECT count(DISTINCT b0_.id) AS sclr_0 FROM blog_posts b0_ WHERE b0_.active = 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\BlogPosts 39
App\Entity\Categories 13
App\Entity\BlogCategories 12
App\Entity\ThemesCategories 9
App\Entity\WebhostingsOffers 3
App\Entity\User 2

Entities Mapping

Class Mapping errors
App\Entity\BlogPosts
  • The association App\Entity\BlogPosts#user refers to the inverse side field App\Entity\User#blogPosts which does not exist.
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\BlogCategories No errors.
App\Entity\Tags No errors.
App\Entity\Categories 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\WebhostingsOffers No errors.
App\Entity\Faq 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\Cart No errors.
App\Entity\Customers
  • The mappings App\Entity\Customers#customersContacts and App\Entity\CustomersContacts#customer are inconsistent with each other.
App\Entity\Guest No errors.
App\Entity\Webhostings
  • The mappings App\Entity\Webhostings#user and App\Entity\User#webhostings are inconsistent with each other.
App\Entity\WebhostingsDomains
  • The mappings App\Entity\WebhostingsDomains#user and App\Entity\User#domains are inconsistent with each other.
App\Entity\Downloads No errors.
App\Entity\Formation No errors.
App\Entity\Definitions 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\Manufacturer No errors.
App\Entity\CartDetails No errors.
App\Entity\ThemesFeatures No errors.
App\Entity\ThemesCompatibilitiesValues No errors.
App\Entity\ThemesAuthors No errors.
App\Entity\ThemesTags 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\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\Contracts No errors.
App\Entity\Payments No errors.
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\WebhostingsFtpUsers No errors.
App\Entity\WebhostingsPhpversions No errors.
App\Entity\WebhostingsServers No errors.
App\Entity\WebhostingsDatabases No errors.
App\Entity\WebhostingsDatabasesUsers No errors.