Log Messages
Level (7)
Channel (9)
| Time | Message |
|---|---|
| deprecation |
User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\EngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
php
[ "exception" => ErrorException {#401 #message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\EngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead." #code: 0 #file: "/var/www/pimcore/vendor/symfony/templating/EngineInterface.php" #line: 14 #severity: E_USER_DEPRECATED trace: { /var/www/pimcore/vendor/symfony/templating/EngineInterface.php:14 { include_once … › › {
/var/www/pimcore/vendor/symfony/templating/EngineInterface.php:14 {
include_once …
›
›
|
| deprecation |
User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\StreamingEngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
php
[ "exception" => ErrorException {#400 #message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\StreamingEngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead." #code: 0 #file: "/var/www/pimcore/vendor/symfony/templating/StreamingEngineInterface.php" #line: 14 #severity: E_USER_DEPRECATED trace: { /var/www/pimcore/vendor/symfony/templating/StreamingEngineInterface.php:14 { include_once … › › {
/var/www/pimcore/vendor/symfony/templating/StreamingEngineInterface.php:14 {
include_once …
›
›
|
| deprecation |
User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\DelegatingEngine" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
php
[ "exception" => ErrorException {#399 #message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\DelegatingEngine" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead." #code: 0 #file: "/var/www/pimcore/vendor/symfony/templating/DelegatingEngine.php" #line: 14 #severity: E_USER_DEPRECATED trace: { /var/www/pimcore/vendor/symfony/templating/DelegatingEngine.php:14 { include_once … › › {
/var/www/pimcore/vendor/symfony/templating/DelegatingEngine.php:14 {
include_once …
›
›
|
| debug |
Notified event "pimcore.system.configuration.get" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener::updateSystemConfiguration".
event
[ "event" => "pimcore.system.configuration.get" "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener::updateSystemConfiguration" ] |
| info |
Connecting with parameters [ "driver" => "pdo_mysql" "charset" => "UTF8MB4" "host" => "localhost" "port" => 3306 "user" => "pimcoreuser" "password" => "<redacted>" "dbname" => "pimcore" "driverOptions" => [ 1002 => "SET sql_mode = '';" ] "serverVersion" => "8.0.36-0ubuntu0.20.04.1" "defaultTableOptions" => [ "charset" => "UTF8MB4" "engine" => "InnoDB" "collate" => "utf8mb4_general_ci" ] ]
doctrine
[ "params" => [ "driver" => "pdo_mysql" "charset" => "UTF8MB4" "host" => "localhost" "port" => 3306 "user" => "pimcoreuser" "password" => "<redacted>" "dbname" => "pimcore" "driverOptions" => [ 1002 => "SET sql_mode = '';" ] "serverVersion" => "8.0.36-0ubuntu0.20.04.1" "defaultTableOptions" => [ "charset" => "UTF8MB4" "engine" => "InnoDB" "collate" => "utf8mb4_general_ci" ] ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "site_domain_43419afe57696b349fd61a20df5a68f3" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "site_domain_43419afe57696b349fd61a20df5a68f3" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)" (parameters: [ 1 => 1765047546 2 => "system\x01tags\x01" 3 => "site\x01tags\x01" ], types: [ 1 => 1 2 => 2 3 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)" "params" => [ 1 => 1765047546 2 => "system\x01tags\x01" 3 => "site\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "site_domain_43419afe57696b349fd61a20df5a68f3" from cache
cache
[ "key" => "site_domain_43419afe57696b349fd61a20df5a68f3" ] |
| debug |
Executing statement: "SELECT * FROM settings_store WHERE id = ? AND scope = ?" (parameters: [ 1 => "system_settings" 2 => "pimcore_system_settings" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?" "params" => [ 1 => "system_settings" 2 => "pimcore_system_settings" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM settings_store WHERE id = ? AND scope = ?" (parameters: [ 1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" 2 => "pimcore" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?" "params" => [ 1 => "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" 2 => "pimcore" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: """ SELECT * FROM redirects WHERE\n (\n (source = ? AND (`type` = ? OR `type` = ?)) OR\n (source = ? AND `type` = ?) OR\n (source = ? AND `type` = ?)\n ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC """(parameters: [ 1 => "/manufacturer/product/Sofa-Cushions-1723743888" 2 => "path" 3 => "auto_create" 4 => "/manufacturer/product/Sofa-Cushions-1723743888" 5 => "path_query" 6 => "https://arqonz.in/manufacturer/product/Sofa-Cushions-1723743888" 7 => "entire_uri" ], types: [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 ])
doctrine
[ "sql" => """ SELECT * FROM redirects WHERE\n (\n (source = ? AND (`type` = ? OR `type` = ?)) OR\n (source = ? AND `type` = ?) OR\n (source = ? AND `type` = ?)\n ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC """ "params" => [ 1 => "/manufacturer/product/Sofa-Cushions-1723743888" 2 => "path" 3 => "auto_create" 4 => "/manufacturer/product/Sofa-Cushions-1723743888" 5 => "path_query" 6 => "https://arqonz.in/manufacturer/product/Sofa-Cushions-1723743888" 7 => "entire_uri" ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "system_route_redirect" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "system_route_redirect" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)" (parameters: [ 1 => 1765047546 2 => "system\x01tags\x01" 3 => "redirect\x01tags\x01" 4 => "route\x01tags\x01" ], types: [ 1 => 1 2 => 2 3 => 2 4 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)" "params" => [ 1 => 1765047546 2 => "system\x01tags\x01" 3 => "redirect\x01tags\x01" 4 => "route\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 4 => 2 ] ] |
| debug |
Successfully got data for key "system_route_redirect" from cache
cache
[ "key" => "system_route_redirect" ] |
| debug |
Executing statement: "SELECT * FROM tmp_store WHERE id = ?" (parameters: [ 1 => "maintenance_mode" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM tmp_store WHERE id = ?" "params" => [ 1 => "maintenance_mode" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM settings_store WHERE id = ? AND scope = ?" (parameters: [ 1 => "reports" 2 => "pimcore" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?" "params" => [ 1 => "reports" 2 => "pimcore" ] "types" => [ 1 => 2 2 => 2 ] ] |
| info |
Matched route "Manufacturer_product_single".
request
[ "route" => "Manufacturer_product_single" "route_parameters" => [ "_route" => "Manufacturer_product_single" "_controller" => "App\Controller\ContentController::ManufacturerProductDetails" "CustomerType" => "manufacturer" "url" => "Sofa-Cushions-1723743888" ] "request_uri" => "https://arqonz.in/manufacturer/product/Sofa-Cushions-1723743888" "method" => "GET" ] |
| debug |
Resolved pimcore context for path "/manufacturer/product/Sofa-Cushions-1723743888" to "default"
app
[ "path" => "/manufacturer/product/Sofa-Cushions-1723743888" "context" => "default" ] |
| debug |
Executing statement: "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" (parameters: [ 1 => "/manufacturer/product/" 2 => "Sofa-Cushions-1723743888" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" "params" => [ 1 => "/manufacturer/product/" 2 => "Sofa-Cushions-1723743888" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM documents_page WHERE prettyUrl = ?" (parameters: [ 1 => "/manufacturer/product/Sofa-Cushions-1723743888" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?" "params" => [ 1 => "/manufacturer/product/Sofa-Cushions-1723743888" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" (parameters: [ 1 => "/manufacturer/" 2 => "product" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" "params" => [ 1 => "/manufacturer/" 2 => "product" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM documents_page WHERE prettyUrl = ?" (parameters: [ 1 => "/manufacturer/product" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?" "params" => [ 1 => "/manufacturer/product" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" (parameters: [ 1 => "/" 2 => "manufacturer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" "params" => [ 1 => "/" 2 => "manufacturer" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM documents_page WHERE prettyUrl = ?" (parameters: [ 1 => "/manufacturer" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?" "params" => [ 1 => "/manufacturer" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" (parameters: [ 1 => "/" 2 => "" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" "params" => [ 1 => "/" 2 => "" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "document_1" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "document_1" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" (parameters: [ 1 => 1765047546 2 => "document_1\x01tags\x01" 3 => "asset_337\x01tags\x01" 4 => "asset_3\x01tags\x01" 5 => "asset_319\x01tags\x01" 6 => "asset_361\x01tags\x01" 7 => "asset_320\x01tags\x01" 8 => "asset_318\x01tags\x01" 9 => "asset_321\x01tags\x01" 10 => "asset_224\x01tags\x01" 11 => "asset_35\x01tags\x01" 12 => "asset_211\x01tags\x01" 13 => "asset_90\x01tags\x01" 14 => "asset_58\x01tags\x01" 15 => "asset_180\x01tags\x01" 16 => "asset_124\x01tags\x01" 17 => "asset_164\x01tags\x01" 18 => "asset_81\x01tags\x01" ], types: [ 1 => 1 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 15 => 2 16 => 2 17 => 2 18 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" "params" => [ 1 => 1765047546 2 => "document_1\x01tags\x01" 3 => "asset_337\x01tags\x01" 4 => "asset_3\x01tags\x01" 5 => "asset_319\x01tags\x01" 6 => "asset_361\x01tags\x01" 7 => "asset_320\x01tags\x01" 8 => "asset_318\x01tags\x01" 9 => "asset_321\x01tags\x01" 10 => "asset_224\x01tags\x01" 11 => "asset_35\x01tags\x01" 12 => "asset_211\x01tags\x01" 13 => "asset_90\x01tags\x01" 14 => "asset_58\x01tags\x01" 15 => "asset_180\x01tags\x01" 16 => "asset_124\x01tags\x01" 17 => "asset_164\x01tags\x01" 18 => "asset_81\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 15 => 2 16 => 2 17 => 2 18 => 2 ] ] |
| debug |
Successfully got data for key "document_1" from cache
cache
[ "key" => "document_1" ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "document_properties_1" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "document_properties_1" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)" (parameters: [ 1 => 1765047546 2 => "document_properties\x01tags\x01" 3 => "document_1\x01tags\x01" ], types: [ 1 => 1 2 => 2 3 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)" "params" => [ 1 => 1765047546 2 => "document_properties\x01tags\x01" 3 => "document_1\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "document_properties_1" from cache
cache
[ "key" => "document_properties_1" ] |
| debug |
Checking for authenticator support.
security
[ "firewall_name" => "demo_frontend" "authenticators" => 2 ] |
| debug |
Checking support on authenticator.
security
[ "firewall_name" => "demo_frontend" "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" ] |
| debug |
Authenticator does not support the request.
security
[ "firewall_name" => "demo_frontend" "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" ] |
| debug |
Checking support on authenticator.
security
[ "firewall_name" => "demo_frontend" "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" ] |
| debug |
Authenticator does not support the request.
security
[ "firewall_name" => "demo_frontend" "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" ] |
| debug |
Resolved editmode to "false"
init
[ "editmode" => "false" "params" => [ "param" => false "adminRequest" => false "user" => false ] ] |
| 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 |
Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::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 "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener::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 "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest" ] |
| 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 "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest" ] |
| 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 "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::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\LocaleAwareListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest" ] |
| 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\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
| debug |
Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController" ] |
| debug |
Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController" ] |
| debug |
Notified event "kernel.controller" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener::onKernelController" ] |
| debug |
Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController" ] |
| debug |
Notified event "kernel.controller" to listener "App\EventListener\EngineerSubscriptionListener::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "App\EventListener\EngineerSubscriptionListener::onKernelController" ] |
| 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 "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "ContainerYksKxih\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "ContainerYksKxih\RequestPayloadValueResolverGhost3590451::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 id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?" (parameters: [ 1 => "/Services/Manufacturers/Products/" 2 => "Sofa-Cushions-1723743888" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?" "params" => [ 1 => "/Services/Manufacturers/Products/" 2 => "Sofa-Cushions-1723743888" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "object_2444" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "object_2444" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)" (parameters: [ 1 => 1765047546 2 => "object_2444\x01tags\x01" 3 => "class_10\x01tags\x01" 4 => "asset_978\x01tags\x01" ], types: [ 1 => 1 2 => 2 3 => 2 4 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)" "params" => [ 1 => 1765047546 2 => "object_2444\x01tags\x01" 3 => "class_10\x01tags\x01" 4 => "asset_978\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 4 => 2 ] ] |
| debug |
Successfully got data for key "object_2444" from cache
cache
[ "key" => "object_2444" ] |
| debug |
Executing statement: "SELECT name FROM classes WHERE id = ?" (parameters: [ 1 => "10" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT name FROM classes WHERE id = ?" "params" => [ 1 => "10" ] "types" => [ 1 => 2 ] ] |
| debug |
Notified event "pimcore.dataobject.preUpdate" to listener "App\EventListener\ProRequirementListener::onPreUpdate".
event
[ "event" => "pimcore.dataobject.preUpdate" "listener" => "App\EventListener\ProRequirementListener::onPreUpdate" ] |
| debug |
Notified event "pimcore.dataobject.preUpdate" to listener "CustomerManagementFrameworkBundle\Event\PimcoreObjectEventListener::onPreUpdate".
event
[ "event" => "pimcore.dataobject.preUpdate" "listener" => "CustomerManagementFrameworkBundle\Event\PimcoreObjectEventListener::onPreUpdate" ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "object_1212" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "object_1212" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "object_1212\x01tags\x01" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "object_1212\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Successfully got data for key "object_1212" from cache
cache
[ "key" => "object_1212" ] |
| debug |
Executing statement: "SELECT CONCAT(`path`,`key`) as `path` FROM objects WHERE id = ?" (parameters: [ 1 => 1212 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT CONCAT(`path`,`key`) as `path` FROM objects WHERE id = ?" "params" => [ 1 => 1212 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?" (parameters: [ 1 => "/Services/Manufacturers/Products/" 2 => "Sofa-Cushions-1723743888" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?" "params" => [ 1 => "/Services/Manufacturers/Products/" 2 => "Sofa-Cushions-1723743888" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?" (parameters: [ 1 => "/Services/Manufacturers/Products/" 2 => "Sofa-Cushions-1723743888" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?" "params" => [ 1 => "/Services/Manufacturers/Products/" 2 => "Sofa-Cushions-1723743888" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Beginning transaction
doctrine
|
| debug |
Executing statement: "SELECT CONCAT(`path`,`key`) as `path` FROM objects WHERE id = ?" (parameters: [ 1 => 2444 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT CONCAT(`path`,`key`) as `path` FROM objects WHERE id = ?" "params" => [ 1 => 2444 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "object_1307" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "object_1307" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)" (parameters: [ 1 => 1765047546 2 => "object_1307\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_614\x01tags\x01" ], types: [ 1 => 1 2 => 2 3 => 2 4 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)" "params" => [ 1 => 1765047546 2 => "object_1307\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_614\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 4 => 2 ] ] |
| debug |
Successfully got data for key "object_1307" from cache
cache
[ "key" => "object_1307" ] |
| debug |
checked object relation to target object [1307] in field [Professional], allowed:1
pimcore
|
| debug |
Executing statement: "SELECT id FROM classes WHERE name = ?" (parameters: [ 1 => "SupplierBid" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT id FROM classes WHERE name = ?" "params" => [ 1 => "SupplierBid" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT name FROM classes WHERE id = ?" (parameters: [ 1 => "22" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT name FROM classes WHERE id = ?" "params" => [ 1 => "22" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_22 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 2444 2 => "ProRequirementProduct" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_22 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 2444 2 => "ProRequirementProduct" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM classes WHERE name = ?" (parameters: [ 1 => "DbProductReview" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT id FROM classes WHERE name = ?" "params" => [ 1 => "DbProductReview" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT name FROM classes WHERE id = ?" (parameters: [ 1 => "26" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT name FROM classes WHERE id = ?" "params" => [ 1 => "26" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_26 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 2444 2 => "ProProduct" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_26 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 2444 2 => "ProProduct" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT versionCount FROM objects WHERE id = ? FOR UPDATE" (parameters: [ 1 => 2444 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT versionCount FROM objects WHERE id = ? FOR UPDATE" "params" => [ 1 => 2444 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT MAX(versionCount) FROM versions WHERE cid = ? AND ctype = 'object'" (parameters: [ 1 => 2444 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT MAX(versionCount) FROM versions WHERE cid = ? AND ctype = 'object'" "params" => [ 1 => 2444 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "object_properties_2444" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "object_properties_2444" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "\x00tags\x00object_properties_2444" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "\x00tags\x00object_properties_2444" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Key "object_properties_2444" doesn't exist in cache
cache
[ "key" => "object_properties_2444" ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "object_1209" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "object_1209" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "object_1209\x01tags\x01" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "object_1209\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Successfully got data for key "object_1209" from cache
cache
[ "key" => "object_1209" ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "object_1190" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "object_1190" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "object_1190\x01tags\x01" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "object_1190\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Successfully got data for key "object_1190" from cache
cache
[ "key" => "object_1190" ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "object_1" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "object_1" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "object_1\x01tags\x01" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "object_1\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Successfully got data for key "object_1" from cache
cache
[ "key" => "object_1" ] |
| debug |
Executing statement: """ SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE\n (\n (cid IN (1,1212,1209,1190) AND inheritable = 1)\n OR cid = ? ) AND ctype='object' """(parameters: [ 1 => 2444 ], types: [ 1 => 2 ])
doctrine
[ "sql" => """ SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE\n (\n (cid IN (1,1212,1209,1190) AND inheritable = 1)\n OR cid = ? ) AND ctype='object' """ "params" => [ 1 => 2444 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT id, targetType, targetId FROM dependencies WHERE sourceType= ? AND sourceId = ?" (parameters: [ 1 => "object" 2 => 2444 ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id, targetType, targetId FROM dependencies WHERE sourceType= ? AND sourceId = ?" "params" => [ 1 => "object" 2 => 2444 ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "system_resource_columns_objects" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "system_resource_columns_objects" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "\x00tags\x00system_resource_columns_objects" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "\x00tags\x00system_resource_columns_objects" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Key "system_resource_columns_objects" doesn't exist in cache
cache
[ "key" => "system_resource_columns_objects" ] |
| debug |
Executing query: "SHOW COLUMNS FROM objects"
doctrine
[ "sql" => "SHOW COLUMNS FROM objects" ] |
| debug |
Executing statement: "SELECT type,classId,className FROM objects WHERE id = ?" (parameters: [ 1 => 2444 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT type,classId,className FROM objects WHERE id = ?" "params" => [ 1 => 2444 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "INSERT INTO objects (`path`, `id`, `creationDate`, `modificationDate`, `versionCount`, `userOwner`, `userModification`, `parentId`, `type`, `key`, `index`, `childrenSortBy`, `childrenSortOrder`, `published`, `classId`, `className`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" (parameters: [ 1 => "/Services/Manufacturers/Products/" 2 => 2444 3 => 1723743888 4 => 1765047546 5 => 21 6 => 0 7 => 0 8 => 1212 9 => "object" 10 => "Sofa-Cushions-1723743888" 11 => 0 12 => null 13 => null 14 => 1 15 => "10" 16 => "ProProduct" ], types: [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 15 => 2 16 => 2 ])
doctrine
[ "sql" => "INSERT INTO objects (`path`, `id`, `creationDate`, `modificationDate`, `versionCount`, `userOwner`, `userModification`, `parentId`, `type`, `key`, `index`, `childrenSortBy`, `childrenSortOrder`, `published`, `classId`, `className`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" "params" => [ 1 => "/Services/Manufacturers/Products/" 2 => 2444 3 => 1723743888 4 => 1765047546 5 => 21 6 => 0 7 => 0 8 => 1212 9 => "object" 10 => "Sofa-Cushions-1723743888" 11 => 0 12 => null 13 => null 14 => 1 15 => "10" 16 => "ProProduct" ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 15 => 2 16 => 2 ] ] |
| debug |
Executing statement: "UPDATE objects SET `path` = ?, `id` = ?, `creationDate` = ?, `modificationDate` = ?, `versionCount` = ?, `userOwner` = ?, `userModification` = ?, `parentId` = ?, `type` = ?, `key` = ?, `index` = ?, `childrenSortBy` = ?, `childrenSortOrder` = ?, `published` = ?, `classId` = ?, `className` = ? WHERE `id` = ?" (parameters: [ 1 => "/Services/Manufacturers/Products/" 2 => 2444 3 => 1723743888 4 => 1765047546 5 => 21 6 => 0 7 => 0 8 => 1212 9 => "object" 10 => "Sofa-Cushions-1723743888" 11 => 0 12 => null 13 => null 14 => 1 15 => "10" 16 => "ProProduct" 17 => 2444 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 15 => 2 16 => 2 17 => 2 ])
doctrine
[ "sql" => "UPDATE objects SET `path` = ?, `id` = ?, `creationDate` = ?, `modificationDate` = ?, `versionCount` = ?, `userOwner` = ?, `userModification` = ?, `parentId` = ?, `type` = ?, `key` = ?, `index` = ?, `childrenSortBy` = ?, `childrenSortOrder` = ?, `published` = ?, `classId` = ?, `className` = ? WHERE `id` = ?" "params" => [ 1 => "/Services/Manufacturers/Products/" 2 => 2444 3 => 1723743888 4 => 1765047546 5 => 21 6 => 0 7 => 0 8 => 1212 9 => "object" 10 => "Sofa-Cushions-1723743888" 11 => 0 12 => null 13 => null 14 => 1 15 => "10" 16 => "ProProduct" 17 => 2444 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 15 => 2 16 => 2 17 => 2 ] ] |
| debug |
Executing statement: "DELETE FROM tree_locks WHERE id = ? AND type = ?" (parameters: [ 1 => 2444 2 => "object" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "DELETE FROM tree_locks WHERE id = ? AND type = ?" "params" => [ 1 => 2444 2 => "object" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing query: """ SELECT `src_id` FROM `object_relations_10`\n WHERE (src_id = '2444' AND fieldname not in ('Professional','SupplierBid','ProductReviews') AND ownertype = 'object' AND ownerType != "localizedfield" AND ownerType != "fieldcollection") LIMIT 1 """
doctrine
[ "sql" => """ SELECT `src_id` FROM `object_relations_10`\n WHERE (src_id = '2444' AND fieldname not in ('Professional','SupplierBid','ProductReviews') AND ownertype = 'object' AND ownerType != "localizedfield" AND ownerType != "fieldcollection") LIMIT 1 """ ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "asset_978" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "asset_978" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Successfully got data for key "asset_978" from cache
cache
[ "key" => "asset_978" ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "system_resource_columns_object_store_10" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "system_resource_columns_object_store_10" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "\x00tags\x00system_resource_columns_object_store_10" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "\x00tags\x00system_resource_columns_object_store_10" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Key "system_resource_columns_object_store_10" doesn't exist in cache
cache
[ "key" => "system_resource_columns_object_store_10" ] |
| debug |
Executing query: "SHOW COLUMNS FROM object_store_10"
doctrine
[ "sql" => "SHOW COLUMNS FROM object_store_10" ] |
| debug |
Executing statement: "INSERT INTO object_store_10 (`oo_id`, `ProductName`, `ProductDescription`, `ProductImage__images`, `ProductImage__hotspots`, `Specifications`, `ProductCategory`, `ParentCategory`, `SubSubCategory`, `SubCategory`, `ProductType`, `ProductBrand`, `Material`, `Price`, `Unit`, `Tags`, `InternationalBrand`, `PageViewsCount`, `ProductVideoPaths`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" (parameters: [ 1 => 2444 2 => "Sofa Cushions" 3 => "Kana Mattress Sofa Cushions feature a minimalistic design with firm, ergonomic support. Handcrafted from natural kapok cotton, these cushions combine simplicity, luxury, and sustainability, offering the perfect balance of comfort and style for your living space yghj" 4 => ",978," 5 => "a:1:{i:0;s:63:"a:3:{s:8:"hotspots";a:0:{}s:6:"marker";a:0:{}s:4:"crop";a:0:{}}";}" 6 => "Starting size 21" x 21" x 4". Custom sizes available on request." 7 => null 8 => "Furniture" 9 => "Sofas" 10 => "Living furniture" 11 => null 12 => "Kana Mattress" 13 => "Kapok Cotton" 14 => "starting from INR.2400.00" 15 => "1" 16 => "Sofa, Sofa Cushion, Cushion" 17 => null 18 => 17.0 19 => null ], types: [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 15 => 2 16 => 2 17 => 2 18 => 2 19 => 2 ])
doctrine
[ "sql" => "INSERT INTO object_store_10 (`oo_id`, `ProductName`, `ProductDescription`, `ProductImage__images`, `ProductImage__hotspots`, `Specifications`, `ProductCategory`, `ParentCategory`, `SubSubCategory`, `SubCategory`, `ProductType`, `ProductBrand`, `Material`, `Price`, `Unit`, `Tags`, `InternationalBrand`, `PageViewsCount`, `ProductVideoPaths`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" "params" => [ 1 => 2444 2 => "Sofa Cushions" 3 => "Kana Mattress Sofa Cushions feature a minimalistic design with firm, ergonomic support. Handcrafted from natural kapok cotton, these cushions combine simplicity, luxury, and sustainability, offering the perfect balance of comfort and style for your living space yghj" 4 => ",978," 5 => "a:1:{i:0;s:63:"a:3:{s:8:"hotspots";a:0:{}s:6:"marker";a:0:{}s:4:"crop";a:0:{}}";}" 6 => "Starting size 21" x 21" x 4". Custom sizes available on request." 7 => null 8 => "Furniture" 9 => "Sofas" 10 => "Living furniture" 11 => null 12 => "Kana Mattress" 13 => "Kapok Cotton" 14 => "starting from INR.2400.00" 15 => "1" 16 => "Sofa, Sofa Cushion, Cushion" 17 => null 18 => 17.0 19 => null ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 15 => 2 16 => 2 17 => 2 18 => 2 19 => 2 ] ] |
| debug |
Executing statement: "UPDATE object_store_10 SET `oo_id` = ?, `ProductName` = ?, `ProductDescription` = ?, `ProductImage__images` = ?, `ProductImage__hotspots` = ?, `Specifications` = ?, `ProductCategory` = ?, `ParentCategory` = ?, `SubSubCategory` = ?, `SubCategory` = ?, `ProductType` = ?, `ProductBrand` = ?, `Material` = ?, `Price` = ?, `Unit` = ?, `Tags` = ?, `InternationalBrand` = ?, `PageViewsCount` = ?, `ProductVideoPaths` = ? WHERE `oo_id` = ?" (parameters: [ 1 => 2444 2 => "Sofa Cushions" 3 => "Kana Mattress Sofa Cushions feature a minimalistic design with firm, ergonomic support. Handcrafted from natural kapok cotton, these cushions combine simplicity, luxury, and sustainability, offering the perfect balance of comfort and style for your living space yghj" 4 => ",978," 5 => "a:1:{i:0;s:63:"a:3:{s:8:"hotspots";a:0:{}s:6:"marker";a:0:{}s:4:"crop";a:0:{}}";}" 6 => "Starting size 21" x 21" x 4". Custom sizes available on request." 7 => null 8 => "Furniture" 9 => "Sofas" 10 => "Living furniture" 11 => null 12 => "Kana Mattress" 13 => "Kapok Cotton" 14 => "starting from INR.2400.00" 15 => "1" 16 => "Sofa, Sofa Cushion, Cushion" 17 => null 18 => 17.0 19 => null 20 => 2444 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 15 => 2 16 => 2 17 => 2 18 => 2 19 => 2 20 => 2 ])
doctrine
[ "sql" => "UPDATE object_store_10 SET `oo_id` = ?, `ProductName` = ?, `ProductDescription` = ?, `ProductImage__images` = ?, `ProductImage__hotspots` = ?, `Specifications` = ?, `ProductCategory` = ?, `ParentCategory` = ?, `SubSubCategory` = ?, `SubCategory` = ?, `ProductType` = ?, `ProductBrand` = ?, `Material` = ?, `Price` = ?, `Unit` = ?, `Tags` = ?, `InternationalBrand` = ?, `PageViewsCount` = ?, `ProductVideoPaths` = ? WHERE `oo_id` = ?" "params" => [ 1 => 2444 2 => "Sofa Cushions" 3 => "Kana Mattress Sofa Cushions feature a minimalistic design with firm, ergonomic support. Handcrafted from natural kapok cotton, these cushions combine simplicity, luxury, and sustainability, offering the perfect balance of comfort and style for your living space yghj" 4 => ",978," 5 => "a:1:{i:0;s:63:"a:3:{s:8:"hotspots";a:0:{}s:6:"marker";a:0:{}s:4:"crop";a:0:{}}";}" 6 => "Starting size 21" x 21" x 4". Custom sizes available on request." 7 => null 8 => "Furniture" 9 => "Sofas" 10 => "Living furniture" 11 => null 12 => "Kana Mattress" 13 => "Kapok Cotton" 14 => "starting from INR.2400.00" 15 => "1" 16 => "Sofa, Sofa Cushion, Cushion" 17 => null 18 => 17.0 19 => null 20 => 2444 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 15 => 2 16 => 2 17 => 2 18 => 2 19 => 2 20 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_query_10 WHERE oo_id = ?" (parameters: [ 1 => 2444 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_query_10 WHERE oo_id = ?" "params" => [ 1 => 2444 ] "types" => [ 1 => 2 ] ] |
| debug |
Excluding untouchable query value for object [ 2444 ] key [ Professional ] because it has not been loaded
pimcore
|
| debug |
Excluding untouchable query value for object [ 2444 ] key [ SupplierBid ] because it has not been loaded
pimcore
|
| debug |
Excluding untouchable query value for object [ 2444 ] key [ ProductReviews ] because it has not been loaded
pimcore
|
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "system_resource_columns_object_query_10" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "system_resource_columns_object_query_10" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "\x00tags\x00system_resource_columns_object_query_10" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "\x00tags\x00system_resource_columns_object_query_10" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Key "system_resource_columns_object_query_10" doesn't exist in cache
cache
[ "key" => "system_resource_columns_object_query_10" ] |
| debug |
Executing query: "SHOW COLUMNS FROM object_query_10"
doctrine
[ "sql" => "SHOW COLUMNS FROM object_query_10" ] |
| debug |
Executing statement: "INSERT INTO object_query_10 (`ProductName`, `ProductDescription`, `ProductImage__images`, `ProductImage__hotspots`, `Specifications`, `ProfessionalPath`, `ProductCategory`, `ParentCategory`, `SubSubCategory`, `SubCategory`, `ProductType`, `ProductBrand`, `Material`, `Price`, `Unit`, `Tags`, `ObjKey`, `InternationalBrand`, `PageViewsCount`, `ProductVideoPaths`, `oo_id`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" (parameters: [ 1 => "Sofa Cushions" 2 => "Kana Mattress Sofa Cushions feature a minimalistic design with firm, ergonomic support. Handcrafted from natural kapok cotton, these cushions combine simplicity, luxury, and sustainability, offering the perfect balance of comfort and style for your living space yghj" 3 => ",978," 4 => "a:1:{i:0;s:63:"a:3:{s:8:"hotspots";a:0:{}s:6:"marker";a:0:{}s:4:"crop";a:0:{}}";}" 5 => "Starting size 21" x 21" x 4". Custom sizes available on request." 6 => "/Services/Manufacturers/Profiles/Kana-Mattress-1710525826" 7 => null 8 => "Furniture" 9 => "Sofas" 10 => "Living furniture" 11 => null 12 => "Kana Mattress" 13 => "Kapok Cotton" 14 => "starting from INR.2400.00" 15 => "1" 16 => "Sofa, Sofa Cushion, Cushion" 17 => "Sofa-Cushions-1723743888" 18 => null 19 => 17.0 20 => null 21 => 2444 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 15 => 2 16 => 2 17 => 2 18 => 2 19 => 2 20 => 2 21 => 2 ])
doctrine
[ "sql" => "INSERT INTO object_query_10 (`ProductName`, `ProductDescription`, `ProductImage__images`, `ProductImage__hotspots`, `Specifications`, `ProfessionalPath`, `ProductCategory`, `ParentCategory`, `SubSubCategory`, `SubCategory`, `ProductType`, `ProductBrand`, `Material`, `Price`, `Unit`, `Tags`, `ObjKey`, `InternationalBrand`, `PageViewsCount`, `ProductVideoPaths`, `oo_id`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" "params" => [ 1 => "Sofa Cushions" 2 => "Kana Mattress Sofa Cushions feature a minimalistic design with firm, ergonomic support. Handcrafted from natural kapok cotton, these cushions combine simplicity, luxury, and sustainability, offering the perfect balance of comfort and style for your living space yghj" 3 => ",978," 4 => "a:1:{i:0;s:63:"a:3:{s:8:"hotspots";a:0:{}s:6:"marker";a:0:{}s:4:"crop";a:0:{}}";}" 5 => "Starting size 21" x 21" x 4". Custom sizes available on request." 6 => "/Services/Manufacturers/Profiles/Kana-Mattress-1710525826" 7 => null 8 => "Furniture" 9 => "Sofas" 10 => "Living furniture" 11 => null 12 => "Kana Mattress" 13 => "Kapok Cotton" 14 => "starting from INR.2400.00" 15 => "1" 16 => "Sofa, Sofa Cushion, Cushion" 17 => "Sofa-Cushions-1723743888" 18 => null 19 => 17.0 20 => null 21 => 2444 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 15 => 2 16 => 2 17 => 2 18 => 2 19 => 2 20 => 2 21 => 2 ] ] |
| debug |
Executing statement: "UPDATE object_query_10 SET `ProductName` = ?, `ProductDescription` = ?, `ProductImage__images` = ?, `ProductImage__hotspots` = ?, `Specifications` = ?, `ProfessionalPath` = ?, `ProductCategory` = ?, `ParentCategory` = ?, `SubSubCategory` = ?, `SubCategory` = ?, `ProductType` = ?, `ProductBrand` = ?, `Material` = ?, `Price` = ?, `Unit` = ?, `Tags` = ?, `ObjKey` = ?, `InternationalBrand` = ?, `PageViewsCount` = ?, `ProductVideoPaths` = ?, `oo_id` = ? WHERE `oo_id` = ?" (parameters: [ 1 => "Sofa Cushions" 2 => "Kana Mattress Sofa Cushions feature a minimalistic design with firm, ergonomic support. Handcrafted from natural kapok cotton, these cushions combine simplicity, luxury, and sustainability, offering the perfect balance of comfort and style for your living space yghj" 3 => ",978," 4 => "a:1:{i:0;s:63:"a:3:{s:8:"hotspots";a:0:{}s:6:"marker";a:0:{}s:4:"crop";a:0:{}}";}" 5 => "Starting size 21" x 21" x 4". Custom sizes available on request." 6 => "/Services/Manufacturers/Profiles/Kana-Mattress-1710525826" 7 => null 8 => "Furniture" 9 => "Sofas" 10 => "Living furniture" 11 => null 12 => "Kana Mattress" 13 => "Kapok Cotton" 14 => "starting from INR.2400.00" 15 => "1" 16 => "Sofa, Sofa Cushion, Cushion" 17 => "Sofa-Cushions-1723743888" 18 => null 19 => 17.0 20 => null 21 => 2444 22 => 2444 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 15 => 2 16 => 2 17 => 2 18 => 2 19 => 2 20 => 2 21 => 2 22 => 2 ])
doctrine
[ "sql" => "UPDATE object_query_10 SET `ProductName` = ?, `ProductDescription` = ?, `ProductImage__images` = ?, `ProductImage__hotspots` = ?, `Specifications` = ?, `ProfessionalPath` = ?, `ProductCategory` = ?, `ParentCategory` = ?, `SubSubCategory` = ?, `SubCategory` = ?, `ProductType` = ?, `ProductBrand` = ?, `Material` = ?, `Price` = ?, `Unit` = ?, `Tags` = ?, `ObjKey` = ?, `InternationalBrand` = ?, `PageViewsCount` = ?, `ProductVideoPaths` = ?, `oo_id` = ? WHERE `oo_id` = ?" "params" => [ 1 => "Sofa Cushions" 2 => "Kana Mattress Sofa Cushions feature a minimalistic design with firm, ergonomic support. Handcrafted from natural kapok cotton, these cushions combine simplicity, luxury, and sustainability, offering the perfect balance of comfort and style for your living space yghj" 3 => ",978," 4 => "a:1:{i:0;s:63:"a:3:{s:8:"hotspots";a:0:{}s:6:"marker";a:0:{}s:4:"crop";a:0:{}}";}" 5 => "Starting size 21" x 21" x 4". Custom sizes available on request." 6 => "/Services/Manufacturers/Profiles/Kana-Mattress-1710525826" 7 => null 8 => "Furniture" 9 => "Sofas" 10 => "Living furniture" 11 => null 12 => "Kana Mattress" 13 => "Kapok Cotton" 14 => "starting from INR.2400.00" 15 => "1" 16 => "Sofa, Sofa Cushion, Cushion" 17 => "Sofa-Cushions-1723743888" 18 => null 19 => 17.0 20 => null 21 => 2444 22 => 2444 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 15 => 2 16 => 2 17 => 2 18 => 2 19 => 2 20 => 2 21 => 2 22 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM schedule_tasks WHERE `cid` = ? AND `ctype` = ? " (parameters: [ 1 => 2444 2 => "object" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM schedule_tasks WHERE `cid` = ? AND `ctype` = ? " "params" => [ 1 => 2444 2 => "object" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "DELETE FROM schedule_tasks WHERE `cid` = '2444' AND `ctype` = 'object'"
doctrine
[ "sql" => "DELETE FROM schedule_tasks WHERE `cid` = '2444' AND `ctype` = 'object'" ] |
| debug |
Executing statement: "SELECT * FROM settings_store WHERE id = ? AND scope = ?" (parameters: [ 1 => "system_settings" 2 => "pimcore_system_settings" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?" "params" => [ 1 => "system_settings" 2 => "pimcore_system_settings" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM users WHERE `type` = ? AND id = ?" (parameters: [ 1 => "user" 2 => 0 ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM users WHERE `type` = ? AND id = ?" "params" => [ 1 => "user" 2 => 0 ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM users_workspaces_asset WHERE userId = ?" (parameters: [ 1 => 0 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM users_workspaces_asset WHERE userId = ?" "params" => [ 1 => 0 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM users_workspaces_document WHERE userId = ?" (parameters: [ 1 => 0 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM users_workspaces_document WHERE userId = ?" "params" => [ 1 => 0 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM users_workspaces_object WHERE userId = ?" (parameters: [ 1 => 0 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM users_workspaces_object WHERE userId = ?" "params" => [ 1 => 0 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_22 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 2444 2 => "ProRequirementProduct" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_22 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 2444 2 => "ProRequirementProduct" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_26 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 2444 2 => "ProProduct" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_26 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 2444 2 => "ProProduct" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "system_resource_columns_versions" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "system_resource_columns_versions" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)" (parameters: [ 1 => 1765047546 2 => "system\x01tags\x01" 3 => "resource\x01tags\x01" ], types: [ 1 => 1 2 => 2 3 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)" "params" => [ 1 => 1765047546 2 => "system\x01tags\x01" 3 => "resource\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Key "system_resource_columns_versions" doesn't exist in cache
cache
[ "key" => "system_resource_columns_versions" ] |
| debug |
Executing query: "SHOW COLUMNS FROM versions"
doctrine
[ "sql" => "SHOW COLUMNS FROM versions" ] |
| debug |
Executing statement: "INSERT INTO versions (`id`, `cid`, `ctype`, `userId`, `note`, `date`, `public`, `serialized`, `stackTrace`, `versionCount`, `binaryFileHash`, `binaryFileId`, `autoSave`, `storageType`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" (parameters: [ 1 => null 2 => 2444 3 => "object" 4 => 0 5 => "" 6 => 1765047546 7 => 0 8 => 1 9 => """ #0 /var/www/pimcore/vendor/pimcore/pimcore/models/Element/AbstractElement.php(596): Pimcore\Model\Version->save()\n #1 /var/www/pimcore/vendor/pimcore/pimcore/models/DataObject/Concrete.php(278): Pimcore\Model\Element\AbstractElement->doSaveVersion()\n #2 /var/www/pimcore/vendor/pimcore/pimcore/models/DataObject/Concrete.php(216): Pimcore\Model\DataObject\Concrete->saveVersion()\n #3 /var/www/pimcore/vendor/pimcore/pimcore/models/DataObject/AbstractObject.php(563): Pimcore\Model\DataObject\Concrete->update()\n #4 /var/www/pimcore/vendor/pimcore/pimcore/models/DataObject/Concrete.php(666): Pimcore\Model\DataObject\AbstractObject->save()\n #5 /var/www/pimcore/src/Controller/ContentController.php(12584): Pimcore\Model\DataObject\Concrete->save()\n #6 /var/www/pimcore/vendor/symfony/http-kernel/HttpKernel.php(181): App\Controller\ContentController->ManufacturerProductDetails()\n #7 /var/www/pimcore/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw()\n #8 /var/www/pimcore/vendor/symfony/http-kernel/Kernel.php(197): Symfony\Component\HttpKernel\HttpKernel->handle()\n #9 /var/www/pimcore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php(35): Symfony\Component\HttpKernel\Kernel->handle()\n #10 /var/www/pimcore/vendor/autoload_runtime.php(29): Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()\n #11 /var/www/pimcore/public/index.php(21): require_once('...')\n #12 {main} """ 10 => 21 11 => null 12 => null 13 => 0 14 => "fs" ], types: [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 ])
doctrine
[ "sql" => "INSERT INTO versions (`id`, `cid`, `ctype`, `userId`, `note`, `date`, `public`, `serialized`, `stackTrace`, `versionCount`, `binaryFileHash`, `binaryFileId`, `autoSave`, `storageType`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" "params" => [ 1 => null 2 => 2444 3 => "object" 4 => 0 5 => "" 6 => 1765047546 7 => 0 8 => 1 9 => """ #0 /var/www/pimcore/vendor/pimcore/pimcore/models/Element/AbstractElement.php(596): Pimcore\Model\Version->save()\n #1 /var/www/pimcore/vendor/pimcore/pimcore/models/DataObject/Concrete.php(278): Pimcore\Model\Element\AbstractElement->doSaveVersion()\n #2 /var/www/pimcore/vendor/pimcore/pimcore/models/DataObject/Concrete.php(216): Pimcore\Model\DataObject\Concrete->saveVersion()\n #3 /var/www/pimcore/vendor/pimcore/pimcore/models/DataObject/AbstractObject.php(563): Pimcore\Model\DataObject\Concrete->update()\n #4 /var/www/pimcore/vendor/pimcore/pimcore/models/DataObject/Concrete.php(666): Pimcore\Model\DataObject\AbstractObject->save()\n #5 /var/www/pimcore/src/Controller/ContentController.php(12584): Pimcore\Model\DataObject\Concrete->save()\n #6 /var/www/pimcore/vendor/symfony/http-kernel/HttpKernel.php(181): App\Controller\ContentController->ManufacturerProductDetails()\n #7 /var/www/pimcore/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw()\n #8 /var/www/pimcore/vendor/symfony/http-kernel/Kernel.php(197): Symfony\Component\HttpKernel\HttpKernel->handle()\n #9 /var/www/pimcore/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php(35): Symfony\Component\HttpKernel\Kernel->handle()\n #10 /var/www/pimcore/vendor/autoload_runtime.php(29): Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()\n #11 /var/www/pimcore/public/index.php(21): require_once('...')\n #12 {main} """ 10 => 21 11 => null 12 => null 13 => 0 14 => "fs" ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 6 => 2 7 => 2 8 => 2 9 => 2 10 => 2 11 => 2 12 => 2 13 => 2 14 => 2 ] ] |
| debug |
Committing transaction
doctrine
|
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "system_cache_write_lock" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "system_cache_write_lock" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Clearing cache tags
cache
[ "tags" => [ "object_2444" "object_properties" "output" ] ] |
| debug |
Executing statement: "DELETE FROM cache_items WHERE item_id IN (?, ?)" (parameters: [ 1 => "object_2444\x01tags\x01" 2 => "object_properties\x01tags\x01" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "DELETE FROM cache_items WHERE item_id IN (?, ?)" "params" => [ 1 => "object_2444\x01tags\x01" 2 => "object_properties\x01tags\x01" ] "types" => [ 1 => 2 2 => 2 ] ] |
| info |
Sending message "Pimcore\Bundle\SimpleBackendSearchBundle\Message\SearchBackendMessage" with "pimcore_search_backend_message" sender using "Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransport"
messenger
[ "class" => "Pimcore\Bundle\SimpleBackendSearchBundle\Message\SearchBackendMessage" "alias" => "pimcore_search_backend_message" "sender" => "Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransport" ] |
| debug |
Beginning transaction
doctrine
|
| debug |
Executing statement: "INSERT INTO messenger_messages (body, headers, queue_name, created_at, available_at) VALUES(?, ?, ?, ?, ?)" (parameters: [ 1 => "O:36:\"Symfony\\Component\\Messenger\\Envelope\":2:{s:44:\"\0Symfony\\Component\\Messenger\\Envelope\0stamps\";a:1:{s:46:\"Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\";a:1:{i:0;O:46:\"Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\":1:{s:55:\"\0Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\0busName\";s:26:\"messenger.bus.pimcore-core\";}}}s:45:\"\0Symfony\\Component\\Messenger\\Envelope\0message\";O:69:\"Pimcore\\Bundle\\SimpleBackendSearchBundle\\Message\\SearchBackendMessage\":2:{s:7:\"\0*\0type\";s:6:\"object\";s:5:\"\0*\0id\";i:2444;}}" 2 => "[]" 3 => "pimcore_search_backend_message" 4 => "2025-12-06 18:59:06" 5 => "2025-12-06 18:59:06" ], types: [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 ])
doctrine
[ "sql" => "INSERT INTO messenger_messages (body, headers, queue_name, created_at, available_at) VALUES(?, ?, ?, ?, ?)" "params" => [ 1 => "O:36:\"Symfony\\Component\\Messenger\\Envelope\":2:{s:44:\"\0Symfony\\Component\\Messenger\\Envelope\0stamps\";a:1:{s:46:\"Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\";a:1:{i:0;O:46:\"Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\":1:{s:55:\"\0Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\0busName\";s:26:\"messenger.bus.pimcore-core\";}}}s:45:\"\0Symfony\\Component\\Messenger\\Envelope\0message\";O:69:\"Pimcore\\Bundle\\SimpleBackendSearchBundle\\Message\\SearchBackendMessage\":2:{s:7:\"\0*\0type\";s:6:\"object\";s:5:\"\0*\0id\";i:2444;}}" 2 => "[]" 3 => "pimcore_search_backend_message" 4 => "2025-12-06 18:59:06" 5 => "2025-12-06 18:59:06" ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 2 5 => 2 ] ] |
| debug |
Committing transaction
doctrine
|
| debug |
Notified event "pimcore.dataobject.postUpdate" to listener "CustomerManagementFrameworkBundle\Event\PimcoreObjectEventListener::onPostUpdate".
event
[ "event" => "pimcore.dataobject.postUpdate" "listener" => "CustomerManagementFrameworkBundle\Event\PimcoreObjectEventListener::onPostUpdate" ] |
| debug |
Notified event "pimcore.dataobject.postUpdate" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener::onObjectUpdate".
event
[ "event" => "pimcore.dataobject.postUpdate" "listener" => "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener::onObjectUpdate" ] |
| debug |
Notified event "pimcore.dataobject.postUpdate" to listener "Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener::onPostAddUpdateElement".
event
[ "event" => "pimcore.dataobject.postUpdate" "listener" => "Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener::onPostAddUpdateElement" ] |
| debug |
Notified event "pimcore.dataobject.postUpdate" to listener "Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener::onObjectUpdate".
event
[ "event" => "pimcore.dataobject.postUpdate" "listener" => "Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener::onObjectUpdate" ] |
| debug |
Executing statement: "SELECT name FROM classes WHERE id = ?" (parameters: [ 1 => "11" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT name FROM classes WHERE id = ?" "params" => [ 1 => "11" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "object_1304" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "object_1304" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)" (parameters: [ 1 => 1765047546 2 => "object_1304\x01tags\x01" 3 => "class_CU\x01tags\x01" ], types: [ 1 => 1 2 => 2 3 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)" "params" => [ 1 => 1765047546 2 => "object_1304\x01tags\x01" 3 => "class_CU\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_1304" from cache
cache
[ "key" => "object_1304" ] |
| deprecation |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement.
php
[ "exception" => ErrorException {#2900 #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement." #code: 0 #file: "/var/www/pimcore/var/cache/dev/ContainerYksKxih/getAnnotations_CachedReaderService.php" #line: 23 #severity: E_USER_DEPRECATED trace: { /var/www/pimcore/var/cache/dev/ContainerYksKxih/getAnnotations_CachedReaderService.php:23 { ContainerYksKxih\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) … › {
/var/www/pimcore/var/cache/dev/ContainerYksKxih/getAnnotations_CachedReaderService.php:23 {
ContainerYksKxih\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
›
|
| deprecation |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement.
php
[ "exception" => ErrorException {#2902 #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement." #code: 0 #file: "/var/www/pimcore/var/cache/dev/ContainerYksKxih/getAnnotations_ReaderService.php" #line: 23 #severity: E_USER_DEPRECATED trace: { /var/www/pimcore/var/cache/dev/ContainerYksKxih/getAnnotations_ReaderService.php:23 { ContainerYksKxih\getAnnotations_ReaderService::do($container, $lazyLoad = true) … › {
/var/www/pimcore/var/cache/dev/ContainerYksKxih/getAnnotations_ReaderService.php:23 {
ContainerYksKxih\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
›
|
| deprecation |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement.
php
[ "exception" => ErrorException {#2909 #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement." #code: 0 #file: "/var/www/pimcore/var/cache/dev/ContainerYksKxih/getAnnotations_CacheAdapterService.php" #line: 23 #severity: E_USER_DEPRECATED trace: { /var/www/pimcore/var/cache/dev/ContainerYksKxih/getAnnotations_CacheAdapterService.php:23 { ContainerYksKxih\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) … › {
/var/www/pimcore/var/cache/dev/ContainerYksKxih/getAnnotations_CacheAdapterService.php:23 {
ContainerYksKxih\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
›
|
| deprecation |
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
php
[ "exception" => ErrorException {#2914 #message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement." #code: 0 #file: "/var/www/pimcore/vendor/symfony/validator/ValidatorBuilder.php" #line: 252 #severity: E_USER_DEPRECATED trace: { /var/www/pimcore/vendor/symfony/validator/ValidatorBuilder.php:252 { Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static … › {
/var/www/pimcore/vendor/symfony/validator/ValidatorBuilder.php:252 {
Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
›
|
| debug |
Executing statement: "SELECT * FROM object_relations_26 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 2444 2 => "ProProduct" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_26 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 2444 2 => "ProProduct" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Notified event "knp_pager.before" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber::before".
event
[ "event" => "knp_pager.before" "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber::before" ] |
| debug |
Notified event "knp_pager.before" to listener "Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber::before".
event
[ "event" => "knp_pager.before" "listener" => "Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber::before" ] |
| debug |
Notified event "knp_pager.before" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::before".
event
[ "event" => "knp_pager.before" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::before" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QueryBuilderSubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QueryBuilderSubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QueryBuilderSubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QueryBuilderSubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QueryBuilderSubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QueryBuilderSubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\DBALQueryBuilderSubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\DBALQueryBuilderSubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ORM\QuerySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ORM\QuerySubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ODM\MongoDB\QuerySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ODM\MongoDB\QuerySubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\ElasticaQuerySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\ElasticaQuerySubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\PropelQuerySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\PropelQuerySubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\SolariumQuerySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\SolariumQuerySubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Sortable\ArraySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\ArraySubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Filtration\Doctrine\ORM\QuerySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Filtration\Doctrine\ORM\QuerySubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Filtration\PropelQuerySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Filtration\PropelQuerySubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Callback\CallbackSubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Callback\CallbackSubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QuerySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QuerySubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QuerySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QuerySubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\CollectionSubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\CollectionSubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\PropelQuerySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\PropelQuerySubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\SolariumQuerySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\SolariumQuerySubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\ElasticaQuerySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\ElasticaQuerySubscriber::items" ] |
| debug |
Notified event "knp_pager.items" to listener "Knp\Component\Pager\Event\Subscriber\Paginate\ArraySubscriber::items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\ArraySubscriber::items" ] |
| debug |
Listener "Knp\Component\Pager\Event\Subscriber\Paginate\ArraySubscriber::items" stopped propagation of the event "knp_pager.items".
event
[ "event" => "knp_pager.items" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\ArraySubscriber::items" ] |
| debug |
Listener "Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber::items" was not called for event "knp_pager.items".
event
[ "event" => "knp_pager.items" "listener" => "Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber::items" ] |
| debug |
Notified event "knp_pager.pagination" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination".
event
[ "event" => "knp_pager.pagination" "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination" ] |
| debug |
Listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination" stopped propagation of the event "knp_pager.pagination".
event
[ "event" => "knp_pager.pagination" "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination" ] |
| debug |
Listener "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::pagination" was not called for event "knp_pager.pagination".
event
[ "event" => "knp_pager.pagination" "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::pagination" ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "sites_path_mapping" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "sites_path_mapping" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "\x00tags\x00sites_path_mapping" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "\x00tags\x00sites_path_mapping" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Key "sites_path_mapping" doesn't exist in cache
cache
[ "key" => "sites_path_mapping" ] |
| debug |
Executing query: "SELECT id FROM sites ORDER BY (SELECT LENGTH(`path`) FROM documents WHERE documents.id = sites.rootId) DESC "
doctrine
[ "sql" => "SELECT id FROM sites ORDER BY (SELECT LENGTH(`path`) FROM documents WHERE documents.id = sites.rootId) DESC " ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Executing statement: "SELECT * FROM settings_store WHERE id = ? AND scope = ?" (parameters: [ 1 => "galleryCarousel" 2 => "pimcore_image_thumbnails" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?" "params" => [ 1 => "galleryCarousel" 2 => "pimcore_image_thumbnails" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT customSettings FROM assets WHERE id = ?" (parameters: [ 1 => 978 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT customSettings FROM assets WHERE id = ?" "params" => [ 1 => 978 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" (parameters: [ 1 => 978 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" "params" => [ 1 => 978 ] "types" => [ 1 => 2 ] ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Executing statement: "SELECT customSettings FROM assets WHERE id = ?" (parameters: [ 1 => 614 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT customSettings FROM assets WHERE id = ?" "params" => [ 1 => 614 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" (parameters: [ 1 => 614 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" "params" => [ 1 => 614 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing query: "SELECT * FROM translations_messages LIMIT 1;"
doctrine
[ "sql" => "SELECT * FROM translations_messages LIMIT 1;" ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" (parameters: [ 1 => 1765047546 2 => "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)" "params" => [ 1 => 1765047546 2 => "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)" (parameters: [ 1 => 1765047546 2 => "translator\x01tags\x01" 3 => "translator_website\x01tags\x01" 4 => "translate\x01tags\x01" ], types: [ 1 => 1 2 => 2 3 => 2 4 => 2 ])
doctrine
[ "sql" => "SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)" "params" => [ 1 => 1765047546 2 => "translator\x01tags\x01" 3 => "translator_website\x01tags\x01" 4 => "translate\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 4 => 2 ] ] |
| debug |
Successfully got data for key "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" from cache
cache
[ "key" => "translation_data_01e5f00fbf5874160f42c8fe5f4fa4ea" ] |
| debug |
Executing statement: "SELECT * FROM settings_store WHERE id = ? AND scope = ?" (parameters: [ 1 => "system_settings" 2 => "pimcore_system_settings" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?" "params" => [ 1 => "system_settings" 2 => "pimcore_system_settings" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM settings_store WHERE id = ? AND scope = ?" (parameters: [ 1 => "system_settings" 2 => "pimcore_system_settings" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?" "params" => [ 1 => "system_settings" 2 => "pimcore_system_settings" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM settings_store WHERE id = ? AND scope = ?" (parameters: [ 1 => "system_settings" 2 => "pimcore_system_settings" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?" "params" => [ 1 => "system_settings" 2 => "pimcore_system_settings" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM settings_store WHERE id = ? AND scope = ?" (parameters: [ 1 => "system_settings" 2 => "pimcore_system_settings" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?" "params" => [ 1 => "system_settings" 2 => "pimcore_system_settings" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM settings_store WHERE id = ? AND scope = ?" (parameters: [ 1 => "system_settings" 2 => "pimcore_system_settings" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?" "params" => [ 1 => "system_settings" 2 => "pimcore_system_settings" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM settings_store WHERE id = ? AND scope = ?" (parameters: [ 1 => "system_settings" 2 => "pimcore_system_settings" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?" "params" => [ 1 => "system_settings" 2 => "pimcore_system_settings" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::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 "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 "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 "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\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::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 "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse" ] |
| 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 "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener::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\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\DisallowRobotsIndexingListener::onResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" ] |
| 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.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.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\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\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets" ] |
| 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.