- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 1
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
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 |
---|---|
info |
Matched route "app_api_getnews" .
request
[ "route" => "app_api_getnews" "route_parameters" => [ "_route" => "app_api_getnews" "_controller" => "App\Controller\ApiController::getNews" ] "request_uri" => "http://backend.soft99.ru/api/get/news?cards=true&id=avtokhimiya_g%27zox" "method" => "GET" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] |
debug |
Checking for authenticator support.
security
[ "firewall_name" => "main" "authenticators" => 1 ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
debug |
Authenticator does not support the request.
security
[ "firewall_name" => "main" "authenticator" => "App\Security\LoginFormAuthenticator" ] |
debug |
Checking support on authenticator.
security
[ "firewall_name" => "main" "authenticator" => "App\Security\LoginFormAuthenticator" ] |
debug |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] |
debug |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] |
debug |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController" ] |
debug |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController" ] |
debug |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController" ] |
debug |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController" ] |
info |
Connecting with parameters [ "url" => "<redacted>" "driver" => "pdo_mysql" "host" => "51.250.120.101" "port" => 3306 "user" => "admin" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [ "collation" => "utf8mb4_unicode_ci" ] "dbname" => "soft99" "charset" => "utf8mb4" ]
doctrine
[ "params" => [ "url" => "<redacted>" "driver" => "pdo_mysql" "host" => "51.250.120.101" "port" => 3306 "user" => "admin" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [ "collation" => "utf8mb4_unicode_ci" ] "dbname" => "soft99" "charset" => "utf8mb4" ] ] |
debug |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments" .
event
[ "event" => "kernel.controller_arguments" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments" ] |
debug |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments" .
event
[ "event" => "kernel.controller_arguments" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments" ] |
debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" .
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] |
debug |
Executing statement: "SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.preview AS preview_2, n0_.description AS description_3, n0_.note AS note_4, n0_.detail_time AS detail_time_5, n0_.public AS public_6, n0_.created_at AS created_at_7, n0_.updated_at AS updated_at_8, n0_.link AS link_9, n0_.title_detail AS title_detail_10, n0_.category_id AS category_id_11, n0_.video_id AS video_id_12 FROM news n0_ WHERE (n0_.id LIKE ? OR n0_.link LIKE ?) AND n0_.public = 1" (parameters: [ 1 => "avtokhimiya_g'zox" 2 => "avtokhimiya_g'zox" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.preview AS preview_2, n0_.description AS description_3, n0_.note AS note_4, n0_.detail_time AS detail_time_5, n0_.public AS public_6, n0_.created_at AS created_at_7, n0_.updated_at AS updated_at_8, n0_.link AS link_9, n0_.title_detail AS title_detail_10, n0_.category_id AS category_id_11, n0_.video_id AS video_id_12 FROM news n0_ WHERE (n0_.id LIKE ? OR n0_.link LIKE ?) AND n0_.public = 1" "params" => [ 1 => "avtokhimiya_g'zox" 2 => "avtokhimiya_g'zox" ] "types" => [ 1 => 2 2 => 2 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3 FROM news_tag t0 INNER JOIN news_news_tag ON t0.id = news_news_tag.news_tag_id WHERE news_news_tag.news_id = ?" (parameters: [ 1 => 33 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3 FROM news_tag t0 INNER JOIN news_news_tag ON t0.id = news_news_tag.news_tag_id WHERE news_news_tag.news_id = ?" "params" => [ 1 => 33 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.title_detail AS title_detail_3, t0.sort AS sort_4, t0.public AS public_5, t0.description AS description_6, t0.features AS features_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.duration AS duration_10, t0.is_popular AS is_popular_11, t0.label AS label_12, t0.label_type AS label_type_13, t0.static AS static_14, t0.product_type_id AS product_type_id_15 FROM product t0 INNER JOIN news_product ON t0.id = news_product.product_id WHERE news_product.news_id = ?" (parameters: [ 1 => 33 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.title_detail AS title_detail_3, t0.sort AS sort_4, t0.public AS public_5, t0.description AS description_6, t0.features AS features_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.duration AS duration_10, t0.is_popular AS is_popular_11, t0.label AS label_12, t0.label_type AS label_type_13, t0.static AS static_14, t0.product_type_id AS product_type_id_15 FROM product t0 INNER JOIN news_product ON t0.id = news_product.product_id WHERE news_product.news_id = ?" "params" => [ 1 => 33 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.public AS public_4, t0.preview AS preview_5 FROM news_category t0 WHERE t0.id = ?" (parameters: [ 1 => 3 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.public AS public_4, t0.preview AS preview_5 FROM news_category t0 WHERE t0.id = ?" "params" => [ 1 => 3 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.filename AS filename_3, t0.news_id AS news_id_4 FROM news_static t0 WHERE t0.news_id = ?" (parameters: [ 1 => 33 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.filename AS filename_3, t0.news_id AS news_id_4 FROM news_static t0 WHERE t0.news_id = ?" "params" => [ 1 => 33 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" (parameters: [ 1 => 86 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" "params" => [ 1 => 86 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" (parameters: [ 1 => 86 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" "params" => [ 1 => 86 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" (parameters: [ 1 => 938 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" "params" => [ 1 => 938 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" (parameters: [ 1 => 87 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" "params" => [ 1 => 87 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" (parameters: [ 1 => 87 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" "params" => [ 1 => 87 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" (parameters: [ 1 => 939 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" "params" => [ 1 => 939 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" (parameters: [ 1 => 91 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" "params" => [ 1 => 91 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" (parameters: [ 1 => 91 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" "params" => [ 1 => 91 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" (parameters: [ 1 => 943 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" "params" => [ 1 => 943 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" (parameters: [ 1 => 92 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" "params" => [ 1 => 92 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" (parameters: [ 1 => 92 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" "params" => [ 1 => 92 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" (parameters: [ 1 => 944 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" "params" => [ 1 => 944 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" (parameters: [ 1 => 93 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" "params" => [ 1 => 93 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" (parameters: [ 1 => 93 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" "params" => [ 1 => 93 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" (parameters: [ 1 => 945 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" "params" => [ 1 => 945 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" (parameters: [ 1 => 94 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" "params" => [ 1 => 94 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" (parameters: [ 1 => 94 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" "params" => [ 1 => 94 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" (parameters: [ 1 => 946 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" "params" => [ 1 => 946 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" (parameters: [ 1 => 96 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" "params" => [ 1 => 96 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" (parameters: [ 1 => 96 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" "params" => [ 1 => 96 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" (parameters: [ 1 => 948 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" "params" => [ 1 => 948 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" (parameters: [ 1 => 89 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" "params" => [ 1 => 89 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" (parameters: [ 1 => 89 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" "params" => [ 1 => 89 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" (parameters: [ 1 => 941 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" "params" => [ 1 => 941 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" (parameters: [ 1 => 90 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" "params" => [ 1 => 90 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" (parameters: [ 1 => 90 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" "params" => [ 1 => 90 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" (parameters: [ 1 => 942 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" "params" => [ 1 => 942 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" (parameters: [ 1 => 88 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" "params" => [ 1 => 88 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" (parameters: [ 1 => 88 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" "params" => [ 1 => 88 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" (parameters: [ 1 => 940 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" "params" => [ 1 => 940 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" (parameters: [ 1 => 95 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.public AS public_3, t0.product_category_id AS product_category_id_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?" "params" => [ 1 => 95 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" (parameters: [ 1 => 95 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.code AS code_4, t0.description AS description_5, t0.value AS value_6, t0.product_id AS product_id_7 FROM product_article t0 WHERE t0.product_id = ?" "params" => [ 1 => 95 ] "types" => [ 1 => 1 ] ] |
debug |
Executing statement: "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" (parameters: [ 1 => 947 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color_id AS color_id_2, t0.product_article_id AS product_article_id_3 FROM product_color t0 WHERE t0.product_article_id = ?" "params" => [ 1 => 947 ] "types" => [ 1 => 1 ] ] |
debug |
Executing query: "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
doctrine
[ "sql" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'" ] |
debug |
Executing query: "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
doctrine
[ "sql" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'" ] |
debug |
Executing query: "SELECT DATABASE()"
doctrine
[ "sql" => "SELECT DATABASE()" ] |
debug |
Executing query: "SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'soft99' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC"
doctrine
[ "sql" => "SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'soft99' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC" ] |
debug |
Executing query: "SELECT DATABASE()"
doctrine
[ "sql" => "SELECT DATABASE()" ] |
debug |
Executing query: "SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'soft99' /*!50116 AND c.CONSTRAINT_SCHEMA = 'soft99' */ORDER BY k.ORDINAL_POSITION"
doctrine
[ "sql" => "SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'soft99' /*!50116 AND c.CONSTRAINT_SCHEMA = 'soft99' */ORDER BY k.ORDINAL_POSITION" ] |
debug |
Executing query: "SELECT DATABASE()"
doctrine
[ "sql" => "SELECT DATABASE()" ] |
debug |
Executing query: "SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'soft99' ORDER BY SEQ_IN_INDEX ASC"
doctrine
[ "sql" => "SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'soft99' ORDER BY SEQ_IN_INDEX ASC" ] |
debug |
Executing query: """ SELECT t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION\n WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' """
doctrine
[ "sql" => """ SELECT t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION\n WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions' """ ] |
debug |
Executing query: "SELECT * FROM doctrine_migration_versions"
doctrine
[ "sql" => "SELECT * FROM doctrine_migration_versions" ] |
debug |
Executing query: "SELECT DATABASE()"
doctrine
[ "sql" => "SELECT DATABASE()" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse" .
event
[ "event" => "kernel.response" "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse" ] |
debug |
Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" ] |
There are no log messages.
Container Compilation Logs (0)
Log messages generated during the compilation of the service container.
There are no compiler log messages.