Log Messages
Level (7)
Channel (7)
| 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 => 1765205668 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 => 1765205668 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 => 1765205668 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 => 1765205668 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 => "/architect/portfolio/Vijay--Co-1744356063" 2 => "path" 3 => "auto_create" 4 => "/architect/portfolio/Vijay--Co-1744356063?page=1" 5 => "path_query" 6 => "https://arqonz.in/architect/portfolio/Vijay--Co-1744356063?page=1" 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 => "/architect/portfolio/Vijay--Co-1744356063" 2 => "path" 3 => "auto_create" 4 => "/architect/portfolio/Vijay--Co-1744356063?page=1" 5 => "path_query" 6 => "https://arqonz.in/architect/portfolio/Vijay--Co-1744356063?page=1" 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 => 1765205668 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 => 1765205668 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 => 1765205668 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 => 1765205668 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 "Architect_profile".
request
[ "route" => "Architect_profile" "route_parameters" => [ "_route" => "Architect_profile" "_controller" => "App\Controller\ContentController::ArchitectsProfileAction" "url" => "Vijay--Co-1744356063" ] "request_uri" => "https://arqonz.in/architect/portfolio/Vijay--Co-1744356063?page=1" "method" => "GET" ] |
| debug |
Resolved pimcore context for path "/architect/portfolio/Vijay--Co-1744356063" to "default"
app
[ "path" => "/architect/portfolio/Vijay--Co-1744356063" "context" => "default" ] |
| debug |
Executing statement: "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" (parameters: [ 1 => "/architect/portfolio/" 2 => "Vijay--Co-1744356063" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" "params" => [ 1 => "/architect/portfolio/" 2 => "Vijay--Co-1744356063" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM documents_page WHERE prettyUrl = ?" (parameters: [ 1 => "/architect/portfolio/Vijay--Co-1744356063" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?" "params" => [ 1 => "/architect/portfolio/Vijay--Co-1744356063" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" (parameters: [ 1 => "/architect/" 2 => "portfolio" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" "params" => [ 1 => "/architect/" 2 => "portfolio" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM documents_page WHERE prettyUrl = ?" (parameters: [ 1 => "/architect/portfolio" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?" "params" => [ 1 => "/architect/portfolio" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" (parameters: [ 1 => "/" 2 => "architect" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" "params" => [ 1 => "/" 2 => "architect" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM documents_page WHERE prettyUrl = ?" (parameters: [ 1 => "/architect" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT id FROM documents_page WHERE prettyUrl = ?" "params" => [ 1 => "/architect" ] "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 => 1765205668 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 => 1765205668 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 => 1765205668 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 => 1765205668 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 => 1765205668 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 => 1765205668 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 => 1765205668 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 => 1765205668 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/Architects/Profiles/" 2 => "Vijay--Co-1744356063" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?" "params" => [ 1 => "/Services/Architects/Profiles/" 2 => "Vijay--Co-1744356063" ] "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 => 1765205668 2 => "object_6912" ], 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 => 1765205668 2 => "object_6912" ] "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 => 1765205668 2 => "object_6912\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_853\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 => 1765205668 2 => "object_6912\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_853\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 4 => 2 ] ] |
| debug |
Successfully got data for key "object_6912" from cache
cache
[ "key" => "object_6912" ] |
| 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 => 1765205668 2 => "object_6910" ], 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 => 1765205668 2 => "object_6910" ] "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 => 1765205668 2 => "object_6910\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 => 1765205668 2 => "object_6910\x01tags\x01" 3 => "class_CU\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_6910" from cache
cache
[ "key" => "object_6910" ] |
| deprecation |
User Deprecated: Passing an array for the first argument to QueryBuilder::select() is deprecated, pass each value as an individual variadic argument instead. (QueryBuilder.php:687 called by Dao.php:45, https://github.com/doctrine/dbal/issues/3837, package doctrine/dbal)
php
[ "exception" => ErrorException {#2406 #message: "User Deprecated: Passing an array for the first argument to QueryBuilder::select() is deprecated, pass each value as an individual variadic argument instead. (QueryBuilder.php:687 called by Dao.php:45, https://github.com/doctrine/dbal/issues/3837, package doctrine/dbal)" #code: 0 #file: "/var/www/pimcore/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php" #line: 210 #severity: E_USER_DEPRECATED trace: { /var/www/pimcore/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void … › › {
/var/www/pimcore/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
›
|
| debug |
Executing statement: "SELECT object_12.id as id, object_12.type as `type` FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#2328 #dao: null #dependencies: null #__dataVersionTimestamp: 1744356063 #path: "/Services/Architects/Profiles/" #properties: null #id: 6912 #creationDate: 1744356063 #modificationDate: 1744356063 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1198 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Vijay--Co-1744356063" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 152 "src_id" => 6912 "dest_id" => 6910 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#2398 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "Vijay & Co" #Description: """ Vijay & Co Engineers is a trusted name in the field of engineering solutions, known for delivering high-quality, reliable, and cost-effective services. With a commitment to excellence and innovation, we specialize in civil, mechanical, and structural engineering projects, catering to both public and private sector clients. Our team of experienced professionals ensures every project is executed with precision, safety, and sustainability in mind.\r\n \r\n At Vijay & Co Engineers, we pride ourselves on our customer-centric approach, timely project delivery, and adherence to the highest industry standards. Whether it's infrastructure development, industrial construction, or custom engineering services, we bring a wealth of expertise and a passion for building the future. """ #Customer: App\Model\Customer {#2404 …} #Specialization: "Civil Engineering, Structural Design, Project Management, Commercial & Residential Construction, Industrial Infrastructure" #gstnumber: "33ASDPB0925A1ZR" #Verification: "no" #PortfolioType: "Architect" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Architect" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#2343 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#2344 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#2345 …} #YearEstablished: 2008.0 #PriceForHour: 1500.0 #Skills: "Autodesk AutoCAD,Building Regulations,Quality Control,Structural Engineering,Prefabrication Techniques" #Collaborations: null #YearOfCertification: null #CoaNumber: null #CitiesServed: "Manmad,Bengaluru,Chennai,Coimbatore,Madurai,Erode,Tadpatri" #CountryCode: "+91" #PhoneNumber: 6381315615.0 #StreetAddress: "1 estate" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "600088" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1744356063 path: "/Services/Architects/Profiles/" properties: null id: 6912 creationDate: 1744356063 modificationDate: 1744356063 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1198 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Vijay--Co-1744356063" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 152 "src_id" => 6912 "dest_id" => 6910 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#2398 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "Vijay & Co" Description: """ Vijay & Co Engineers is a trusted name in the field of engineering solutions, known for delivering high-quality, reliable, and cost-effective services. With a commitment to excellence and innovation, we specialize in civil, mechanical, and structural engineering projects, catering to both public and private sector clients. Our team of experienced professionals ensures every project is executed with precision, safety, and sustainability in mind.\r\n \r\n At Vijay & Co Engineers, we pride ourselves on our customer-centric approach, timely project delivery, and adherence to the highest industry standards. Whether it's infrastructure development, industrial construction, or custom engineering services, we bring a wealth of expertise and a passion for building the future. """ Customer: App\Model\Customer {#2404 …} Specialization: "Civil Engineering, Structural Design, Project Management, Commercial & Residential Construction, Industrial Infrastructure" gstnumber: "33ASDPB0925A1ZR" Verification: "no" PortfolioType: "Architect" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Architect" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#2343 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#2344 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#2345 …} YearEstablished: 2008.0 PriceForHour: 1500.0 Skills: "Autodesk AutoCAD,Building Regulations,Quality Control,Structural Engineering,Prefabrication Techniques" Collaborations: null YearOfCertification: null CoaNumber: null CitiesServed: "Manmad,Bengaluru,Chennai,Coimbatore,Madurai,Erode,Tadpatri" CountryCode: "+91" PhoneNumber: 6381315615.0 StreetAddress: "1 estate" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "600088" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT object_12.id as id, object_12.type as `type` FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#2328 #dao: null #dependencies: null #__dataVersionTimestamp: 1744356063 #path: "/Services/Architects/Profiles/" #properties: null #id: 6912 #creationDate: 1744356063 #modificationDate: 1744356063 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1198 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Vijay--Co-1744356063" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 152 "src_id" => 6912 "dest_id" => 6910 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#2398 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "Vijay & Co" #Description: """ Vijay & Co Engineers is a trusted name in the field of engineering solutions, known for delivering high-quality, reliable, and cost-effective services. With a commitment to excellence and innovation, we specialize in civil, mechanical, and structural engineering projects, catering to both public and private sector clients. Our team of experienced professionals ensures every project is executed with precision, safety, and sustainability in mind.\r\n \r\n At Vijay & Co Engineers, we pride ourselves on our customer-centric approach, timely project delivery, and adherence to the highest industry standards. Whether it's infrastructure development, industrial construction, or custom engineering services, we bring a wealth of expertise and a passion for building the future. """ #Customer: App\Model\Customer {#2404 …} #Specialization: "Civil Engineering, Structural Design, Project Management, Commercial & Residential Construction, Industrial Infrastructure" #gstnumber: "33ASDPB0925A1ZR" #Verification: "no" #PortfolioType: "Architect" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Architect" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#2343 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#2344 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#2345 …} #YearEstablished: 2008.0 #PriceForHour: 1500.0 #Skills: "Autodesk AutoCAD,Building Regulations,Quality Control,Structural Engineering,Prefabrication Techniques" #Collaborations: null #YearOfCertification: null #CoaNumber: null #CitiesServed: "Manmad,Bengaluru,Chennai,Coimbatore,Madurai,Erode,Tadpatri" #CountryCode: "+91" #PhoneNumber: 6381315615.0 #StreetAddress: "1 estate" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "600088" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1744356063 path: "/Services/Architects/Profiles/" properties: null id: 6912 creationDate: 1744356063 modificationDate: 1744356063 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1198 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Vijay--Co-1744356063" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 152 "src_id" => 6912 "dest_id" => 6910 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#2398 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "Vijay & Co" Description: """ Vijay & Co Engineers is a trusted name in the field of engineering solutions, known for delivering high-quality, reliable, and cost-effective services. With a commitment to excellence and innovation, we specialize in civil, mechanical, and structural engineering projects, catering to both public and private sector clients. Our team of experienced professionals ensures every project is executed with precision, safety, and sustainability in mind.\r\n \r\n At Vijay & Co Engineers, we pride ourselves on our customer-centric approach, timely project delivery, and adherence to the highest industry standards. Whether it's infrastructure development, industrial construction, or custom engineering services, we bring a wealth of expertise and a passion for building the future. """ Customer: App\Model\Customer {#2404 …} Specialization: "Civil Engineering, Structural Design, Project Management, Commercial & Residential Construction, Industrial Infrastructure" gstnumber: "33ASDPB0925A1ZR" Verification: "no" PortfolioType: "Architect" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Architect" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#2343 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#2344 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#2345 …} YearEstablished: 2008.0 PriceForHour: 1500.0 Skills: "Autodesk AutoCAD,Building Regulations,Quality Control,Structural Engineering,Prefabrication Techniques" Collaborations: null YearOfCertification: null CoaNumber: null CitiesServed: "Manmad,Bengaluru,Chennai,Coimbatore,Madurai,Erode,Tadpatri" CountryCode: "+91" PhoneNumber: 6381315615.0 StreetAddress: "1 estate" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "600088" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 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" ] |
| deprecation |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement.
php
[ "exception" => ErrorException {#2600 #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 {#2602 #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 {#2609 #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 {#2614 #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 id FROM classes WHERE name = ?" (parameters: [ 1 => "ProReview" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT id FROM classes WHERE name = ?" "params" => [ 1 => "ProReview" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT name FROM classes WHERE id = ?" (parameters: [ 1 => "15" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT name FROM classes WHERE id = ?" "params" => [ 1 => "15" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 6912 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 6912 2 => "Professional" ] "types" => [ 1 => 2 2 => 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 |
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 => 853 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT customSettings FROM assets WHERE id = ?" "params" => [ 1 => 853 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" (parameters: [ 1 => 853 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" "params" => [ 1 => 853 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT name FROM classes WHERE id = ?" (parameters: [ 1 => "CU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT name FROM classes WHERE id = ?" "params" => [ 1 => "CU" ] "types" => [ 1 => 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 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 => 1765205668 2 => "system_supported_locales_en" ], 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 => 1765205668 2 => "system_supported_locales_en" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Successfully got data for key "system_supported_locales_en" from cache
cache
[ "key" => "system_supported_locales_en" ] |
| debug |
Executing statement: "SELECT id FROM classes WHERE name = ?" (parameters: [ 1 => "ProEndorsement" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT id FROM classes WHERE name = ?" "params" => [ 1 => "ProEndorsement" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT name FROM classes WHERE id = ?" (parameters: [ 1 => "17" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT name FROM classes WHERE id = ?" "params" => [ 1 => "17" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 6910 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 6910 2 => "Customer" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 6912 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 6912 2 => "Professional" ] "types" => [ 1 => 2 2 => 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 => 1765205668 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 => 1765205668 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 => 1765205668 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 => 1765205668 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.