Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (3)
Time
Message
deprecation
Since symfony/security-http 5.1: The "Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface" interface is deprecated, create a listener for the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead.
Since symfony/security-http 5.1: The "Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler" class is deprecated, use "Symfony\Component\Security\Http\EventListener\DefaultLogoutListener" instead.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface" class is deprecated, use "Symfony\Component\PasswordHasher\PasswordHasherInterface" instead.
User Deprecated: The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead.
"SELECT COUNT(id) as count FROM plg_hsd_related_product"
doctrine
[
"sql" => "SELECT COUNT(id) as count FROM plg_hsd_related_product"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.max_num AS max_num_2, t0.max_row_num AS max_row_num_3, t0.title AS title_4, t0.show_price AS show_price_5, t0.show_type AS show_type_6, t0.pagination AS pagination_7, t0.navbuttons AS navbuttons_8, t0.showloop AS showloop_9 FROM plg_hsd_related_product_config t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.max_num AS max_num_2, t0.max_row_num AS max_row_num_3, t0.title AS title_4, t0.show_price AS show_price_5, t0.show_type AS show_type_6, t0.pagination AS pagination_7, t0.navbuttons AS navbuttons_8, t0.showloop AS showloop_9 FROM plg_hsd_related_product_config t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
deprecation
User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::get()" is deprecated, use method or constructor injection in your controller instead.
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead.
"SELECT count(rp.to_id) cn, rp.to_id FROM plg_hsd_related_product rp, dtb_product as p WHERE rp.from_id=:id AND rp.to_id = p.id AND p.product_status_id = 1 GROUP BY rp.from_id, rp.to_id ORDER BY cn DESC"
(parameters:
[
":id" => "1652"
]
, types:
[
":id" => 1]
)
doctrine
[
"sql" => "SELECT count(rp.to_id) cn, rp.to_id FROM plg_hsd_related_product rp, dtb_product as p WHERE rp.from_id=:id AND rp.to_id = p.id AND p.product_status_id = 1 GROUP BY rp.from_id, rp.to_id ORDER BY cn DESC"
"params" => [
":id" => "1652"
]
"types" => [
":id" => 1]
]
debug
Executing query:
"SELECT tax_rate,rounding_type_id FROM dtb_tax_rule WHERE id = 1"
doctrine
[
"sql" => "SELECT tax_rate,rounding_type_id FROM dtb_tax_rule WHERE id = 1"
]
deprecation
User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
"SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.enabled AS enabled_4, t0.version AS version_5, t0.source AS source_6, t0.initialized AS initialized_7, t0.create_date AS create_date_8, t0.update_date AS update_date_9, t0.discriminator_type FROM dtb_plugin t0 WHERE t0.discriminator_type IN ('plugin')"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.enabled AS enabled_4, t0.version AS version_5, t0.source AS source_6, t0.initialized AS initialized_7, t0.create_date AS create_date_8, t0.update_date AS update_date_9, t0.discriminator_type FROM dtb_plugin t0 WHERE t0.discriminator_type IN ('plugin')"
]