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 => 1765503004 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 => 1765503004 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 => 1765503004 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 => 1765503004 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 => "/engineers" 2 => "path" 3 => "auto_create" 4 => "/engineers" 5 => "path_query" 6 => "https://arqonz.in/engineers" 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 => "/engineers" 2 => "path" 3 => "auto_create" 4 => "/engineers" 5 => "path_query" 6 => "https://arqonz.in/engineers" 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 => 1765503004 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 => 1765503004 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 => 1765503004 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 => 1765503004 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 ] ] |
| debug |
Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/engineers/"."
app
|
| debug |
Executing statement: "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" (parameters: [ 1 => "/" 2 => "engineers" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?" "params" => [ 1 => "/" 2 => "engineers" ] "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 => 1765503004 2 => "document_211" ], 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 => 1765503004 2 => "document_211" ] "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 => 1765503004 2 => "document_211\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 => 1765503004 2 => "document_211\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Successfully got data for key "document_211" from cache
cache
[ "key" => "document_211" ] |
| 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 => 1765503004 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 => 1765503004 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 => 1765503004 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 => 1765503004 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 |
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 => 1765503004 2 => "document_properties_211" ], 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 => 1765503004 2 => "document_properties_211" ] "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 => 1765503004 2 => "document_properties\x01tags\x01" 3 => "document_211\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 => 1765503004 2 => "document_properties\x01tags\x01" 3 => "document_211\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "document_properties_211" from cache
cache
[ "key" => "document_properties_211" ] |
| debug |
Executing query: "SELECT * FROM object_url_slugs WHERE slug = '/engineers' AND siteId = 0 ORDER BY siteId DESC LIMIT 1"
doctrine
[ "sql" => "SELECT * FROM object_url_slugs WHERE slug = '/engineers' AND siteId = 0 ORDER BY siteId DESC LIMIT 1" ] |
| info |
Matched route "document_211".
request
[ "route" => "document_211" "route_parameters" => [ "_locale" => "en" "_controller" => "App\Controller\ContentController::EngineerlistingAction" "_route" => "document_211" ] "request_uri" => "https://arqonz.in/engineers" "method" => "GET" ] |
| debug |
Resolved pimcore context for path "/engineers" to "default"
app
[ "path" => "/engineers" "context" => "default" ] |
| 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" ] |
| deprecation |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement.
php
[ "exception" => ErrorException {#2378 #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 {#2380 #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 {#2387 #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 {#2392 #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 …
›
|
| 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 {#3607 #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_11.id as id, object_11.type as `type` FROM object_11 WHERE ((PortfolioType = ?) AND object_11.type IN ('object','variant','folder')) AND object_11.published = 1" (parameters: [ 1 => "Engineer" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT object_11.id as id, object_11.type as `type` FROM object_11 WHERE ((PortfolioType = ?) AND object_11.type IN ('object','variant','folder')) AND object_11.published = 1" "params" => [ 1 => "Engineer" ] "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 => 1765503004 2 => "object_5416" ], 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 => 1765503004 2 => "object_5416" ] "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 => 1765503004 2 => "object_5416\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_665\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 => 1765503004 2 => "object_5416\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_665\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 4 => 2 ] ] |
| debug |
Successfully got data for key "object_5416" from cache
cache
[ "key" => "object_5416" ] |
| 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 => 1765503004 2 => "object_6887" ], 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 => 1765503004 2 => "object_6887" ] "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 => 1765503004 2 => "object_6887\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_848\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 => 1765503004 2 => "object_6887\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_848\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 4 => 2 ] ] |
| debug |
Successfully got data for key "object_6887" from cache
cache
[ "key" => "object_6887" ] |
| 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 => 1765503004 2 => "object_7030" ], 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 => 1765503004 2 => "object_7030" ] "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 => 1765503004 2 => "object_7030\x01tags\x01" 3 => "class_11\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 => 1765503004 2 => "object_7030\x01tags\x01" 3 => "class_11\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_7030" from cache
cache
[ "key" => "object_7030" ] |
| 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 => 1765503004 2 => "object_7397" ], 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 => 1765503004 2 => "object_7397" ] "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 => 1765503004 2 => "object_7397\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_989\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 => 1765503004 2 => "object_7397\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_989\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 4 => 2 ] ] |
| debug |
Successfully got data for key "object_7397" from cache
cache
[ "key" => "object_7397" ] |
| 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 => 1765503004 2 => "object_7400" ], 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 => 1765503004 2 => "object_7400" ] "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 => 1765503004 2 => "object_7400\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_990\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 => 1765503004 2 => "object_7400\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_990\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 4 => 2 ] ] |
| debug |
Successfully got data for key "object_7400" from cache
cache
[ "key" => "object_7400" ] |
| 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 => 1765503004 2 => "object_7405" ], 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 => 1765503004 2 => "object_7405" ] "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 => 1765503004 2 => "object_7405\x01tags\x01" 3 => "class_11\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 => 1765503004 2 => "object_7405\x01tags\x01" 3 => "class_11\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_7405" from cache
cache
[ "key" => "object_7405" ] |
| 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 => 1765503004 2 => "object_7408" ], 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 => 1765503004 2 => "object_7408" ] "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 => 1765503004 2 => "object_7408\x01tags\x01" 3 => "class_11\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 => 1765503004 2 => "object_7408\x01tags\x01" 3 => "class_11\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_7408" from cache
cache
[ "key" => "object_7408" ] |
| 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 => 1765503004 2 => "object_7411" ], 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 => 1765503004 2 => "object_7411" ] "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 => 1765503004 2 => "object_7411\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_991\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 => 1765503004 2 => "object_7411\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_991\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 4 => 2 ] ] |
| debug |
Successfully got data for key "object_7411" from cache
cache
[ "key" => "object_7411" ] |
| 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 => 1765503004 2 => "object_7414" ], 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 => 1765503004 2 => "object_7414" ] "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 => 1765503004 2 => "object_7414\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_992\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 => 1765503004 2 => "object_7414\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_992\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 4 => 2 ] ] |
| debug |
Successfully got data for key "object_7414" from cache
cache
[ "key" => "object_7414" ] |
| 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 => 1765503004 2 => "object_7417" ], 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 => 1765503004 2 => "object_7417" ] "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 => 1765503004 2 => "object_7417\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_993\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 => 1765503004 2 => "object_7417\x01tags\x01" 3 => "class_11\x01tags\x01" 4 => "asset_993\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 4 => 2 ] ] |
| debug |
Successfully got data for key "object_7417" from cache
cache
[ "key" => "object_7417" ] |
| 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 => 1765503004 2 => "object_7420" ], 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 => 1765503004 2 => "object_7420" ] "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 => 1765503004 2 => "object_7420\x01tags\x01" 3 => "class_11\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 => 1765503004 2 => "object_7420\x01tags\x01" 3 => "class_11\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_7420" from cache
cache
[ "key" => "object_7420" ] |
| 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 => 1765503004 2 => "object_5414" ], 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 => 1765503004 2 => "object_5414" ] "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 => 1765503004 2 => "object_5414\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 => 1765503004 2 => "object_5414\x01tags\x01" 3 => "class_CU\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_5414" from cache
cache
[ "key" => "object_5414" ] |
| 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 => 1765503004 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 => 1765503004 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 => 5414 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 5414 2 => "Customer" ] "types" => [ 1 => 2 2 => 2 ] ] |
| 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 => 5416 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 5416 2 => "Professional" ] "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 => 1765503004 2 => "object_6882" ], 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 => 1765503004 2 => "object_6882" ] "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 => 1765503004 2 => "object_6882\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 => 1765503004 2 => "object_6882\x01tags\x01" 3 => "class_CU\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_6882" from cache
cache
[ "key" => "object_6882" ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 6882 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 6882 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 => 6887 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 6887 2 => "Professional" ] "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 => 1765503004 2 => "object_7028" ], 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 => 1765503004 2 => "object_7028" ] "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 => 1765503004 2 => "object_7028\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 => 1765503004 2 => "object_7028\x01tags\x01" 3 => "class_CU\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_7028" from cache
cache
[ "key" => "object_7028" ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7028 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7028 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 => 7030 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7030 2 => "Professional" ] "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 => 1765503004 2 => "object_7396" ], 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 => 1765503004 2 => "object_7396" ] "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 => 1765503004 2 => "object_7396\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 => 1765503004 2 => "object_7396\x01tags\x01" 3 => "class_CU\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_7396" from cache
cache
[ "key" => "object_7396" ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7396 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7396 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 => 7397 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7397 2 => "Professional" ] "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 => 1765503004 2 => "object_7399" ], 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 => 1765503004 2 => "object_7399" ] "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 => 1765503004 2 => "object_7399\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 => 1765503004 2 => "object_7399\x01tags\x01" 3 => "class_CU\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_7399" from cache
cache
[ "key" => "object_7399" ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7399 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7399 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 => 7400 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7400 2 => "Professional" ] "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 => 1765503004 2 => "object_7404" ], 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 => 1765503004 2 => "object_7404" ] "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 => 1765503004 2 => "object_7404\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 => 1765503004 2 => "object_7404\x01tags\x01" 3 => "class_CU\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_7404" from cache
cache
[ "key" => "object_7404" ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7404 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7404 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 => 7405 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7405 2 => "Professional" ] "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 => 1765503004 2 => "object_7407" ], 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 => 1765503004 2 => "object_7407" ] "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 => 1765503004 2 => "object_7407\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 => 1765503004 2 => "object_7407\x01tags\x01" 3 => "class_CU\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_7407" from cache
cache
[ "key" => "object_7407" ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7407 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7407 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 => 7408 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7408 2 => "Professional" ] "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 => 1765503004 2 => "object_7410" ], 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 => 1765503004 2 => "object_7410" ] "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 => 1765503004 2 => "object_7410\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 => 1765503004 2 => "object_7410\x01tags\x01" 3 => "class_CU\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_7410" from cache
cache
[ "key" => "object_7410" ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7410 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7410 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 => 7411 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7411 2 => "Professional" ] "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 => 1765503004 2 => "object_7413" ], 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 => 1765503004 2 => "object_7413" ] "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 => 1765503004 2 => "object_7413\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 => 1765503004 2 => "object_7413\x01tags\x01" 3 => "class_CU\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_7413" from cache
cache
[ "key" => "object_7413" ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7413 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7413 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 => 7414 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7414 2 => "Professional" ] "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 => 1765503004 2 => "object_7416" ], 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 => 1765503004 2 => "object_7416" ] "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 => 1765503004 2 => "object_7416\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 => 1765503004 2 => "object_7416\x01tags\x01" 3 => "class_CU\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_7416" from cache
cache
[ "key" => "object_7416" ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7416 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7416 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 => 7417 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7417 2 => "Professional" ] "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 => 1765503004 2 => "object_7419" ], 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 => 1765503004 2 => "object_7419" ] "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 => 1765503004 2 => "object_7419\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 => 1765503004 2 => "object_7419\x01tags\x01" 3 => "class_CU\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 3 => 2 ] ] |
| debug |
Successfully got data for key "object_7419" from cache
cache
[ "key" => "object_7419" ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7419 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7419 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 => 7420 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7420 2 => "Professional" ] "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 |
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 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 => 1765503004 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 => 1765503004 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 => 1765503004 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 => 1765503004 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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 => "Architects" 2 => "pimcore_image_thumbnails" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM settings_store WHERE id = ? AND scope = ?" "params" => [ 1 => "Architects" 2 => "pimcore_image_thumbnails" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT customSettings FROM assets WHERE id = ?" (parameters: [ 1 => 665 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT customSettings FROM assets WHERE id = ?" "params" => [ 1 => 665 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" (parameters: [ 1 => 665 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" "params" => [ 1 => 665 ] "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 => 1765503005 2 => "imagick_format_avif" ], 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 => 1765503005 2 => "imagick_format_avif" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Successfully got data for key "imagick_format_avif" from cache
cache
[ "key" => "imagick_format_avif" ] |
| 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 => 1765503005 2 => "imagick_format_webp" ], 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 => 1765503005 2 => "imagick_format_webp" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Successfully got data for key "imagick_format_webp" from cache
cache
[ "key" => "imagick_format_webp" ] |
| deprecation |
User Deprecated: Getting query parts is deprecated as they are implementation details. (QueryBuilder.php:1330 called by QueryBuilderHelperTrait.php:131, https://github.com/doctrine/dbal/pull/6179, package doctrine/dbal)
php
[ "exception" => ErrorException {#10852 #message: "User Deprecated: Getting query parts is deprecated as they are implementation details. (QueryBuilder.php:1330 called by QueryBuilderHelperTrait.php:131, https://github.com/doctrine/dbal/pull/6179, 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 …
›
›
|
| deprecation |
User Deprecated: Calling Doctrine\DBAL\Query\QueryBuilder::resetQueryPart() with "orderBy" is deprecated, call resetOrderBy() instead. (QueryBuilder.php:1410 called by QueryBuilderHelperTrait.php:133, https://github.com/doctrine/dbal/pull/6193, package doctrine/dbal)
php
[ "exception" => ErrorException {#10853 #message: "User Deprecated: Calling Doctrine\DBAL\Query\QueryBuilder::resetQueryPart() with "orderBy" is deprecated, call resetOrderBy() instead. (QueryBuilder.php:1410 called by QueryBuilderHelperTrait.php:133, https://github.com/doctrine/dbal/pull/6193, 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 COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3592 #dao: null #dependencies: null #__dataVersionTimestamp: 1728652582 #path: "/Services/Engineers/Profiles/" #properties: null #id: 5416 #creationDate: 1728652582 #modificationDate: 1728652582 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "MRV-Engineers-1728652582" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 113 "src_id" => 5416 "dest_id" => 5414 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "MRV Engineers" #Description: null #Customer: App\Model\Customer {#3409 …} #Specialization: "Planning, designing and construction" #gstnumber: "1234567890" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: null #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3579 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3578 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3577 …} #YearEstablished: 2024.0 #PriceForHour: 5000.0 #Skills: "Project Management,Structural Analysis,Construction Planning,Building Regulations" #Collaborations: null #YearOfCertification: 2014.0 #CoaNumber: null #CitiesServed: "Chennai,Madurai" #CountryCode: "+91" #PhoneNumber: 9150002241.0 #StreetAddress: "Paravai, Madurai" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "625402" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1728652582 path: "/Services/Engineers/Profiles/" properties: null id: 5416 creationDate: 1728652582 modificationDate: 1728652582 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "MRV-Engineers-1728652582" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 113 "src_id" => 5416 "dest_id" => 5414 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "MRV Engineers" Description: null Customer: App\Model\Customer {#3409 …} Specialization: "Planning, designing and construction" gstnumber: "1234567890" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: null ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3579 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3578 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3577 …} YearEstablished: 2024.0 PriceForHour: 5000.0 Skills: "Project Management,Structural Analysis,Construction Planning,Building Regulations" Collaborations: null YearOfCertification: 2014.0 CoaNumber: null CitiesServed: "Chennai,Madurai" CountryCode: "+91" PhoneNumber: 9150002241.0 StreetAddress: "Paravai, Madurai" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "625402" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3592 #dao: null #dependencies: null #__dataVersionTimestamp: 1728652582 #path: "/Services/Engineers/Profiles/" #properties: null #id: 5416 #creationDate: 1728652582 #modificationDate: 1728652582 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "MRV-Engineers-1728652582" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 113 "src_id" => 5416 "dest_id" => 5414 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "MRV Engineers" #Description: null #Customer: App\Model\Customer {#3409 …} #Specialization: "Planning, designing and construction" #gstnumber: "1234567890" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: null #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3579 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3578 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3577 …} #YearEstablished: 2024.0 #PriceForHour: 5000.0 #Skills: "Project Management,Structural Analysis,Construction Planning,Building Regulations" #Collaborations: null #YearOfCertification: 2014.0 #CoaNumber: null #CitiesServed: "Chennai,Madurai" #CountryCode: "+91" #PhoneNumber: 9150002241.0 #StreetAddress: "Paravai, Madurai" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "625402" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1728652582 path: "/Services/Engineers/Profiles/" properties: null id: 5416 creationDate: 1728652582 modificationDate: 1728652582 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "MRV-Engineers-1728652582" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 113 "src_id" => 5416 "dest_id" => 5414 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "MRV Engineers" Description: null Customer: App\Model\Customer {#3409 …} Specialization: "Planning, designing and construction" gstnumber: "1234567890" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: null ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3579 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3578 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3577 …} YearEstablished: 2024.0 PriceForHour: 5000.0 Skills: "Project Management,Structural Analysis,Construction Planning,Building Regulations" Collaborations: null YearOfCertification: 2014.0 CoaNumber: null CitiesServed: "Chennai,Madurai" CountryCode: "+91" PhoneNumber: 9150002241.0 StreetAddress: "Paravai, Madurai" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "625402" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3592 #dao: null #dependencies: null #__dataVersionTimestamp: 1728652582 #path: "/Services/Engineers/Profiles/" #properties: null #id: 5416 #creationDate: 1728652582 #modificationDate: 1728652582 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "MRV-Engineers-1728652582" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 113 "src_id" => 5416 "dest_id" => 5414 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "MRV Engineers" #Description: null #Customer: App\Model\Customer {#3409 …} #Specialization: "Planning, designing and construction" #gstnumber: "1234567890" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: null #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3579 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3578 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3577 …} #YearEstablished: 2024.0 #PriceForHour: 5000.0 #Skills: "Project Management,Structural Analysis,Construction Planning,Building Regulations" #Collaborations: null #YearOfCertification: 2014.0 #CoaNumber: null #CitiesServed: "Chennai,Madurai" #CountryCode: "+91" #PhoneNumber: 9150002241.0 #StreetAddress: "Paravai, Madurai" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "625402" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1728652582 path: "/Services/Engineers/Profiles/" properties: null id: 5416 creationDate: 1728652582 modificationDate: 1728652582 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "MRV-Engineers-1728652582" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 113 "src_id" => 5416 "dest_id" => 5414 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "MRV Engineers" Description: null Customer: App\Model\Customer {#3409 …} Specialization: "Planning, designing and construction" gstnumber: "1234567890" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: null ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3579 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3578 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3577 …} YearEstablished: 2024.0 PriceForHour: 5000.0 Skills: "Project Management,Structural Analysis,Construction Planning,Building Regulations" Collaborations: null YearOfCertification: 2014.0 CoaNumber: null CitiesServed: "Chennai,Madurai" CountryCode: "+91" PhoneNumber: 9150002241.0 StreetAddress: "Paravai, Madurai" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "625402" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3592 #dao: null #dependencies: null #__dataVersionTimestamp: 1728652582 #path: "/Services/Engineers/Profiles/" #properties: null #id: 5416 #creationDate: 1728652582 #modificationDate: 1728652582 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "MRV-Engineers-1728652582" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 113 "src_id" => 5416 "dest_id" => 5414 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "MRV Engineers" #Description: null #Customer: App\Model\Customer {#3409 …} #Specialization: "Planning, designing and construction" #gstnumber: "1234567890" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: null #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3579 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3578 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3577 …} #YearEstablished: 2024.0 #PriceForHour: 5000.0 #Skills: "Project Management,Structural Analysis,Construction Planning,Building Regulations" #Collaborations: null #YearOfCertification: 2014.0 #CoaNumber: null #CitiesServed: "Chennai,Madurai" #CountryCode: "+91" #PhoneNumber: 9150002241.0 #StreetAddress: "Paravai, Madurai" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "625402" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1728652582 path: "/Services/Engineers/Profiles/" properties: null id: 5416 creationDate: 1728652582 modificationDate: 1728652582 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "MRV-Engineers-1728652582" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 113 "src_id" => 5416 "dest_id" => 5414 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "MRV Engineers" Description: null Customer: App\Model\Customer {#3409 …} Specialization: "Planning, designing and construction" gstnumber: "1234567890" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: null ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3579 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3578 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3577 …} YearEstablished: 2024.0 PriceForHour: 5000.0 Skills: "Project Management,Structural Analysis,Construction Planning,Building Regulations" Collaborations: null YearOfCertification: 2014.0 CoaNumber: null CitiesServed: "Chennai,Madurai" CountryCode: "+91" PhoneNumber: 9150002241.0 StreetAddress: "Paravai, Madurai" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "625402" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 5414 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 5414 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 => 5416 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 5416 2 => "Professional" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT customSettings FROM assets WHERE id = ?" (parameters: [ 1 => 848 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT customSettings FROM assets WHERE id = ?" "params" => [ 1 => 848 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" (parameters: [ 1 => 848 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" "params" => [ 1 => 848 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3597 #dao: null #dependencies: null #__dataVersionTimestamp: 1744351916 #path: "/Services/Engineers/Profiles/" #properties: null #id: 6887 #creationDate: 1744351916 #modificationDate: 1744351916 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Vijay--Co-1744351916" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 150 "src_id" => 6887 "dest_id" => 6882 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #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 {#3253 …} #Specialization: "Civil Engineering, Structural Design, Project Management, Commercial & Residential Construction, Industrial Infrastructure" #gstnumber: "33ASDPB0925A1ZR" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3567 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3566 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3565 …} #YearEstablished: 2008.0 #PriceForHour: 1500.0 #Skills: "Autodesk AutoCAD,Site Supervision,Cost Estimation,Construction Safety,Quality Control,Structural Engineering,MS Project" #Collaborations: null #YearOfCertification: null #CoaNumber: null #CitiesServed: "Bengaluru,Chennai,Coimbatore,Madurai,Tiruchirappalli,Erode,Karur" #CountryCode: "+91" #PhoneNumber: 6381315615.0 #StreetAddress: "1 Pachaiamman Kovil Street Aadampakkam Guindy" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "600088" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1744351916 path: "/Services/Engineers/Profiles/" properties: null id: 6887 creationDate: 1744351916 modificationDate: 1744351916 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Vijay--Co-1744351916" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 150 "src_id" => 6887 "dest_id" => 6882 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} 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 {#3253 …} Specialization: "Civil Engineering, Structural Design, Project Management, Commercial & Residential Construction, Industrial Infrastructure" gstnumber: "33ASDPB0925A1ZR" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3567 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3566 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3565 …} YearEstablished: 2008.0 PriceForHour: 1500.0 Skills: "Autodesk AutoCAD,Site Supervision,Cost Estimation,Construction Safety,Quality Control,Structural Engineering,MS Project" Collaborations: null YearOfCertification: null CoaNumber: null CitiesServed: "Bengaluru,Chennai,Coimbatore,Madurai,Tiruchirappalli,Erode,Karur" CountryCode: "+91" PhoneNumber: 6381315615.0 StreetAddress: "1 Pachaiamman Kovil Street Aadampakkam Guindy" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "600088" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3597 #dao: null #dependencies: null #__dataVersionTimestamp: 1744351916 #path: "/Services/Engineers/Profiles/" #properties: null #id: 6887 #creationDate: 1744351916 #modificationDate: 1744351916 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Vijay--Co-1744351916" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 150 "src_id" => 6887 "dest_id" => 6882 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #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 {#3253 …} #Specialization: "Civil Engineering, Structural Design, Project Management, Commercial & Residential Construction, Industrial Infrastructure" #gstnumber: "33ASDPB0925A1ZR" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3567 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3566 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3565 …} #YearEstablished: 2008.0 #PriceForHour: 1500.0 #Skills: "Autodesk AutoCAD,Site Supervision,Cost Estimation,Construction Safety,Quality Control,Structural Engineering,MS Project" #Collaborations: null #YearOfCertification: null #CoaNumber: null #CitiesServed: "Bengaluru,Chennai,Coimbatore,Madurai,Tiruchirappalli,Erode,Karur" #CountryCode: "+91" #PhoneNumber: 6381315615.0 #StreetAddress: "1 Pachaiamman Kovil Street Aadampakkam Guindy" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "600088" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1744351916 path: "/Services/Engineers/Profiles/" properties: null id: 6887 creationDate: 1744351916 modificationDate: 1744351916 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Vijay--Co-1744351916" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 150 "src_id" => 6887 "dest_id" => 6882 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} 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 {#3253 …} Specialization: "Civil Engineering, Structural Design, Project Management, Commercial & Residential Construction, Industrial Infrastructure" gstnumber: "33ASDPB0925A1ZR" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3567 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3566 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3565 …} YearEstablished: 2008.0 PriceForHour: 1500.0 Skills: "Autodesk AutoCAD,Site Supervision,Cost Estimation,Construction Safety,Quality Control,Structural Engineering,MS Project" Collaborations: null YearOfCertification: null CoaNumber: null CitiesServed: "Bengaluru,Chennai,Coimbatore,Madurai,Tiruchirappalli,Erode,Karur" CountryCode: "+91" PhoneNumber: 6381315615.0 StreetAddress: "1 Pachaiamman Kovil Street Aadampakkam Guindy" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "600088" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3597 #dao: null #dependencies: null #__dataVersionTimestamp: 1744351916 #path: "/Services/Engineers/Profiles/" #properties: null #id: 6887 #creationDate: 1744351916 #modificationDate: 1744351916 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Vijay--Co-1744351916" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 150 "src_id" => 6887 "dest_id" => 6882 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #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 {#3253 …} #Specialization: "Civil Engineering, Structural Design, Project Management, Commercial & Residential Construction, Industrial Infrastructure" #gstnumber: "33ASDPB0925A1ZR" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3567 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3566 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3565 …} #YearEstablished: 2008.0 #PriceForHour: 1500.0 #Skills: "Autodesk AutoCAD,Site Supervision,Cost Estimation,Construction Safety,Quality Control,Structural Engineering,MS Project" #Collaborations: null #YearOfCertification: null #CoaNumber: null #CitiesServed: "Bengaluru,Chennai,Coimbatore,Madurai,Tiruchirappalli,Erode,Karur" #CountryCode: "+91" #PhoneNumber: 6381315615.0 #StreetAddress: "1 Pachaiamman Kovil Street Aadampakkam Guindy" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "600088" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1744351916 path: "/Services/Engineers/Profiles/" properties: null id: 6887 creationDate: 1744351916 modificationDate: 1744351916 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Vijay--Co-1744351916" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 150 "src_id" => 6887 "dest_id" => 6882 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} 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 {#3253 …} Specialization: "Civil Engineering, Structural Design, Project Management, Commercial & Residential Construction, Industrial Infrastructure" gstnumber: "33ASDPB0925A1ZR" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3567 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3566 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3565 …} YearEstablished: 2008.0 PriceForHour: 1500.0 Skills: "Autodesk AutoCAD,Site Supervision,Cost Estimation,Construction Safety,Quality Control,Structural Engineering,MS Project" Collaborations: null YearOfCertification: null CoaNumber: null CitiesServed: "Bengaluru,Chennai,Coimbatore,Madurai,Tiruchirappalli,Erode,Karur" CountryCode: "+91" PhoneNumber: 6381315615.0 StreetAddress: "1 Pachaiamman Kovil Street Aadampakkam Guindy" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "600088" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3597 #dao: null #dependencies: null #__dataVersionTimestamp: 1744351916 #path: "/Services/Engineers/Profiles/" #properties: null #id: 6887 #creationDate: 1744351916 #modificationDate: 1744351916 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Vijay--Co-1744351916" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 150 "src_id" => 6887 "dest_id" => 6882 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #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 {#3253 …} #Specialization: "Civil Engineering, Structural Design, Project Management, Commercial & Residential Construction, Industrial Infrastructure" #gstnumber: "33ASDPB0925A1ZR" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3567 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3566 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3565 …} #YearEstablished: 2008.0 #PriceForHour: 1500.0 #Skills: "Autodesk AutoCAD,Site Supervision,Cost Estimation,Construction Safety,Quality Control,Structural Engineering,MS Project" #Collaborations: null #YearOfCertification: null #CoaNumber: null #CitiesServed: "Bengaluru,Chennai,Coimbatore,Madurai,Tiruchirappalli,Erode,Karur" #CountryCode: "+91" #PhoneNumber: 6381315615.0 #StreetAddress: "1 Pachaiamman Kovil Street Aadampakkam Guindy" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "600088" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1744351916 path: "/Services/Engineers/Profiles/" properties: null id: 6887 creationDate: 1744351916 modificationDate: 1744351916 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Vijay--Co-1744351916" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 150 "src_id" => 6887 "dest_id" => 6882 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} 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 {#3253 …} Specialization: "Civil Engineering, Structural Design, Project Management, Commercial & Residential Construction, Industrial Infrastructure" gstnumber: "33ASDPB0925A1ZR" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3567 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3566 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3565 …} YearEstablished: 2008.0 PriceForHour: 1500.0 Skills: "Autodesk AutoCAD,Site Supervision,Cost Estimation,Construction Safety,Quality Control,Structural Engineering,MS Project" Collaborations: null YearOfCertification: null CoaNumber: null CitiesServed: "Bengaluru,Chennai,Coimbatore,Madurai,Tiruchirappalli,Erode,Karur" CountryCode: "+91" PhoneNumber: 6381315615.0 StreetAddress: "1 Pachaiamman Kovil Street Aadampakkam Guindy" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "600088" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 6882 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 6882 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 => 6887 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 6887 2 => "Professional" ] "types" => [ 1 => 2 2 => 2 ] ] |
| deprecation |
User Deprecated: Since pimcore/pimcore 11.0: Passing id as string to method Pimcore\Model\Asset::getById is deprecated
php
3 times
[ "exception" => ErrorException {#10918 #message: "User Deprecated: Since pimcore/pimcore 11.0: Passing id as string to method Pimcore\Model\Asset::getById is deprecated" #code: 0 #file: "/var/www/pimcore/vendor/pimcore/pimcore/models/Asset.php" #line: 251 #severity: E_USER_DEPRECATED trace: { /var/www/pimcore/vendor/pimcore/pimcore/models/Asset.php:251 { Pimcore\Model\Asset::getById(string|int $id, array $params = []): ?static … › {
/var/www/pimcore/vendor/pimcore/pimcore/models/Asset.php:251 {
Pimcore\Model\Asset::getById(string|int $id, array $params = []): ?static …
›
|
| debug |
Executing statement: "SELECT id FROM assets WHERE `path` = BINARY ? AND `filename` = BINARY ?" (parameters: [ 1 => "/Static/" 2 => "DefaultImage.jpeg" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM assets WHERE `path` = BINARY ? AND `filename` = BINARY ?" "params" => [ 1 => "/Static/" 2 => "DefaultImage.jpeg" ] "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 => 1765503005 2 => "asset_435" ], 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 => 1765503005 2 => "asset_435" ] "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 => 1765503005 2 => "asset_435\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 => 1765503005 2 => "asset_435\x01tags\x01" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Successfully got data for key "asset_435" from cache
cache
[ "key" => "asset_435" ] |
| debug |
Executing statement: "SELECT customSettings FROM assets WHERE id = ?" (parameters: [ 1 => 435 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT customSettings FROM assets WHERE id = ?" "params" => [ 1 => 435 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" (parameters: [ 1 => 435 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" "params" => [ 1 => 435 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3587 #dao: null #dependencies: null #__dataVersionTimestamp: 1748362266 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7030 #creationDate: 1748362266 #modificationDate: 1748362266 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Nidhishthegreat-1748362266" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 163 "src_id" => 7030 "dest_id" => 7028 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "Nidhishthegreat" #Description: "We like to look at buildings and gaze upon how we can create it" #Customer: App\Model\Customer {#3237 …} #Specialization: "Commercial" #gstnumber: "SGSHHSHS456732S" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: null #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3556 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3555 …} #YearEstablished: 2006.0 #PriceForHour: 10000.0 #Skills: "Civil Engineering" #Collaborations: null #YearOfCertification: null #CoaNumber: null #CitiesServed: "Chennai" #CountryCode: "+91" #PhoneNumber: 9384097007.0 #StreetAddress: "Street" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "600014" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1748362266 path: "/Services/Engineers/Profiles/" properties: null id: 7030 creationDate: 1748362266 modificationDate: 1748362266 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Nidhishthegreat-1748362266" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 163 "src_id" => 7030 "dest_id" => 7028 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "Nidhishthegreat" Description: "We like to look at buildings and gaze upon how we can create it" Customer: App\Model\Customer {#3237 …} Specialization: "Commercial" gstnumber: "SGSHHSHS456732S" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: null ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3556 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3555 …} YearEstablished: 2006.0 PriceForHour: 10000.0 Skills: "Civil Engineering" Collaborations: null YearOfCertification: null CoaNumber: null CitiesServed: "Chennai" CountryCode: "+91" PhoneNumber: 9384097007.0 StreetAddress: "Street" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "600014" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3587 #dao: null #dependencies: null #__dataVersionTimestamp: 1748362266 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7030 #creationDate: 1748362266 #modificationDate: 1748362266 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Nidhishthegreat-1748362266" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 163 "src_id" => 7030 "dest_id" => 7028 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "Nidhishthegreat" #Description: "We like to look at buildings and gaze upon how we can create it" #Customer: App\Model\Customer {#3237 …} #Specialization: "Commercial" #gstnumber: "SGSHHSHS456732S" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: null #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3556 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3555 …} #YearEstablished: 2006.0 #PriceForHour: 10000.0 #Skills: "Civil Engineering" #Collaborations: null #YearOfCertification: null #CoaNumber: null #CitiesServed: "Chennai" #CountryCode: "+91" #PhoneNumber: 9384097007.0 #StreetAddress: "Street" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "600014" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1748362266 path: "/Services/Engineers/Profiles/" properties: null id: 7030 creationDate: 1748362266 modificationDate: 1748362266 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Nidhishthegreat-1748362266" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 163 "src_id" => 7030 "dest_id" => 7028 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "Nidhishthegreat" Description: "We like to look at buildings and gaze upon how we can create it" Customer: App\Model\Customer {#3237 …} Specialization: "Commercial" gstnumber: "SGSHHSHS456732S" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: null ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3556 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3555 …} YearEstablished: 2006.0 PriceForHour: 10000.0 Skills: "Civil Engineering" Collaborations: null YearOfCertification: null CoaNumber: null CitiesServed: "Chennai" CountryCode: "+91" PhoneNumber: 9384097007.0 StreetAddress: "Street" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "600014" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3587 #dao: null #dependencies: null #__dataVersionTimestamp: 1748362266 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7030 #creationDate: 1748362266 #modificationDate: 1748362266 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Nidhishthegreat-1748362266" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 163 "src_id" => 7030 "dest_id" => 7028 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "Nidhishthegreat" #Description: "We like to look at buildings and gaze upon how we can create it" #Customer: App\Model\Customer {#3237 …} #Specialization: "Commercial" #gstnumber: "SGSHHSHS456732S" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: null #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3556 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3555 …} #YearEstablished: 2006.0 #PriceForHour: 10000.0 #Skills: "Civil Engineering" #Collaborations: null #YearOfCertification: null #CoaNumber: null #CitiesServed: "Chennai" #CountryCode: "+91" #PhoneNumber: 9384097007.0 #StreetAddress: "Street" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "600014" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1748362266 path: "/Services/Engineers/Profiles/" properties: null id: 7030 creationDate: 1748362266 modificationDate: 1748362266 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Nidhishthegreat-1748362266" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 163 "src_id" => 7030 "dest_id" => 7028 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "Nidhishthegreat" Description: "We like to look at buildings and gaze upon how we can create it" Customer: App\Model\Customer {#3237 …} Specialization: "Commercial" gstnumber: "SGSHHSHS456732S" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: null ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3556 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3555 …} YearEstablished: 2006.0 PriceForHour: 10000.0 Skills: "Civil Engineering" Collaborations: null YearOfCertification: null CoaNumber: null CitiesServed: "Chennai" CountryCode: "+91" PhoneNumber: 9384097007.0 StreetAddress: "Street" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "600014" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3587 #dao: null #dependencies: null #__dataVersionTimestamp: 1748362266 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7030 #creationDate: 1748362266 #modificationDate: 1748362266 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Nidhishthegreat-1748362266" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 163 "src_id" => 7030 "dest_id" => 7028 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "Nidhishthegreat" #Description: "We like to look at buildings and gaze upon how we can create it" #Customer: App\Model\Customer {#3237 …} #Specialization: "Commercial" #gstnumber: "SGSHHSHS456732S" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: null #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3556 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3555 …} #YearEstablished: 2006.0 #PriceForHour: 10000.0 #Skills: "Civil Engineering" #Collaborations: null #YearOfCertification: null #CoaNumber: null #CitiesServed: "Chennai" #CountryCode: "+91" #PhoneNumber: 9384097007.0 #StreetAddress: "Street" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "600014" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1748362266 path: "/Services/Engineers/Profiles/" properties: null id: 7030 creationDate: 1748362266 modificationDate: 1748362266 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Nidhishthegreat-1748362266" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 163 "src_id" => 7030 "dest_id" => 7028 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "Nidhishthegreat" Description: "We like to look at buildings and gaze upon how we can create it" Customer: App\Model\Customer {#3237 …} Specialization: "Commercial" gstnumber: "SGSHHSHS456732S" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: null ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3556 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3555 …} YearEstablished: 2006.0 PriceForHour: 10000.0 Skills: "Civil Engineering" Collaborations: null YearOfCertification: null CoaNumber: null CitiesServed: "Chennai" CountryCode: "+91" PhoneNumber: 9384097007.0 StreetAddress: "Street" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "600014" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7028 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7028 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 => 7030 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7030 2 => "Professional" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT customSettings FROM assets WHERE id = ?" (parameters: [ 1 => 989 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT customSettings FROM assets WHERE id = ?" "params" => [ 1 => 989 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" (parameters: [ 1 => 989 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" "params" => [ 1 => 989 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3593 #dao: null #dependencies: null #__dataVersionTimestamp: 1764056552 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7397 #creationDate: 1764056552 #modificationDate: 1764056552 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Ajith-Pvt-Ltd-1764056552" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 175 "src_id" => 7397 "dest_id" => 7396 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "Ajith Pvt Ltd" #Description: "New Company Desc" #Customer: App\Model\Customer {#3221 …} #Specialization: "Expressway" #gstnumber: "GST11228" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3546 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3545 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3544 …} #YearEstablished: 2025.0 #PriceForHour: 2000.0 #Skills: "Project Management,Construction Planning" #Collaborations: null #YearOfCertification: 2021.0 #CoaNumber: null #CitiesServed: "Nagpur" #CountryCode: "91" #PhoneNumber: 9958011332.0 #StreetAddress: "dfvdv" #City: "New Delhi" #State: "Maharashtra" #Country: "India" #PinCode: "114456" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764056552 path: "/Services/Engineers/Profiles/" properties: null id: 7397 creationDate: 1764056552 modificationDate: 1764056552 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Ajith-Pvt-Ltd-1764056552" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 175 "src_id" => 7397 "dest_id" => 7396 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "Ajith Pvt Ltd" Description: "New Company Desc" Customer: App\Model\Customer {#3221 …} Specialization: "Expressway" gstnumber: "GST11228" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3546 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3545 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3544 …} YearEstablished: 2025.0 PriceForHour: 2000.0 Skills: "Project Management,Construction Planning" Collaborations: null YearOfCertification: 2021.0 CoaNumber: null CitiesServed: "Nagpur" CountryCode: "91" PhoneNumber: 9958011332.0 StreetAddress: "dfvdv" City: "New Delhi" State: "Maharashtra" Country: "India" PinCode: "114456" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3593 #dao: null #dependencies: null #__dataVersionTimestamp: 1764056552 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7397 #creationDate: 1764056552 #modificationDate: 1764056552 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Ajith-Pvt-Ltd-1764056552" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 175 "src_id" => 7397 "dest_id" => 7396 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "Ajith Pvt Ltd" #Description: "New Company Desc" #Customer: App\Model\Customer {#3221 …} #Specialization: "Expressway" #gstnumber: "GST11228" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3546 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3545 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3544 …} #YearEstablished: 2025.0 #PriceForHour: 2000.0 #Skills: "Project Management,Construction Planning" #Collaborations: null #YearOfCertification: 2021.0 #CoaNumber: null #CitiesServed: "Nagpur" #CountryCode: "91" #PhoneNumber: 9958011332.0 #StreetAddress: "dfvdv" #City: "New Delhi" #State: "Maharashtra" #Country: "India" #PinCode: "114456" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764056552 path: "/Services/Engineers/Profiles/" properties: null id: 7397 creationDate: 1764056552 modificationDate: 1764056552 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Ajith-Pvt-Ltd-1764056552" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 175 "src_id" => 7397 "dest_id" => 7396 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "Ajith Pvt Ltd" Description: "New Company Desc" Customer: App\Model\Customer {#3221 …} Specialization: "Expressway" gstnumber: "GST11228" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3546 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3545 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3544 …} YearEstablished: 2025.0 PriceForHour: 2000.0 Skills: "Project Management,Construction Planning" Collaborations: null YearOfCertification: 2021.0 CoaNumber: null CitiesServed: "Nagpur" CountryCode: "91" PhoneNumber: 9958011332.0 StreetAddress: "dfvdv" City: "New Delhi" State: "Maharashtra" Country: "India" PinCode: "114456" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3593 #dao: null #dependencies: null #__dataVersionTimestamp: 1764056552 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7397 #creationDate: 1764056552 #modificationDate: 1764056552 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Ajith-Pvt-Ltd-1764056552" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 175 "src_id" => 7397 "dest_id" => 7396 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "Ajith Pvt Ltd" #Description: "New Company Desc" #Customer: App\Model\Customer {#3221 …} #Specialization: "Expressway" #gstnumber: "GST11228" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3546 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3545 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3544 …} #YearEstablished: 2025.0 #PriceForHour: 2000.0 #Skills: "Project Management,Construction Planning" #Collaborations: null #YearOfCertification: 2021.0 #CoaNumber: null #CitiesServed: "Nagpur" #CountryCode: "91" #PhoneNumber: 9958011332.0 #StreetAddress: "dfvdv" #City: "New Delhi" #State: "Maharashtra" #Country: "India" #PinCode: "114456" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764056552 path: "/Services/Engineers/Profiles/" properties: null id: 7397 creationDate: 1764056552 modificationDate: 1764056552 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Ajith-Pvt-Ltd-1764056552" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 175 "src_id" => 7397 "dest_id" => 7396 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "Ajith Pvt Ltd" Description: "New Company Desc" Customer: App\Model\Customer {#3221 …} Specialization: "Expressway" gstnumber: "GST11228" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3546 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3545 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3544 …} YearEstablished: 2025.0 PriceForHour: 2000.0 Skills: "Project Management,Construction Planning" Collaborations: null YearOfCertification: 2021.0 CoaNumber: null CitiesServed: "Nagpur" CountryCode: "91" PhoneNumber: 9958011332.0 StreetAddress: "dfvdv" City: "New Delhi" State: "Maharashtra" Country: "India" PinCode: "114456" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3593 #dao: null #dependencies: null #__dataVersionTimestamp: 1764056552 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7397 #creationDate: 1764056552 #modificationDate: 1764056552 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Ajith-Pvt-Ltd-1764056552" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 175 "src_id" => 7397 "dest_id" => 7396 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "Ajith Pvt Ltd" #Description: "New Company Desc" #Customer: App\Model\Customer {#3221 …} #Specialization: "Expressway" #gstnumber: "GST11228" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3546 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3545 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3544 …} #YearEstablished: 2025.0 #PriceForHour: 2000.0 #Skills: "Project Management,Construction Planning" #Collaborations: null #YearOfCertification: 2021.0 #CoaNumber: null #CitiesServed: "Nagpur" #CountryCode: "91" #PhoneNumber: 9958011332.0 #StreetAddress: "dfvdv" #City: "New Delhi" #State: "Maharashtra" #Country: "India" #PinCode: "114456" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764056552 path: "/Services/Engineers/Profiles/" properties: null id: 7397 creationDate: 1764056552 modificationDate: 1764056552 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Ajith-Pvt-Ltd-1764056552" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 175 "src_id" => 7397 "dest_id" => 7396 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "Ajith Pvt Ltd" Description: "New Company Desc" Customer: App\Model\Customer {#3221 …} Specialization: "Expressway" gstnumber: "GST11228" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3546 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3545 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3544 …} YearEstablished: 2025.0 PriceForHour: 2000.0 Skills: "Project Management,Construction Planning" Collaborations: null YearOfCertification: 2021.0 CoaNumber: null CitiesServed: "Nagpur" CountryCode: "91" PhoneNumber: 9958011332.0 StreetAddress: "dfvdv" City: "New Delhi" State: "Maharashtra" Country: "India" PinCode: "114456" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7396 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7396 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 => 7397 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7397 2 => "Professional" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT customSettings FROM assets WHERE id = ?" (parameters: [ 1 => 990 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT customSettings FROM assets WHERE id = ?" "params" => [ 1 => 990 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" (parameters: [ 1 => 990 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" "params" => [ 1 => 990 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3576 #dao: null #dependencies: null #__dataVersionTimestamp: 1764062587 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7400 #creationDate: 1764062587 #modificationDate: 1764062587 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Chintu-Pvt-Lmt-1764062587" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 176 "src_id" => 7400 "dest_id" => 7399 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "Chintu Pvt Lmt" #Description: "hjbhbjhbhjbhj ujbhjbhj jhbhjbhj" #Customer: App\Model\Customer {#3205 …} #Specialization: "Malls" #gstnumber: "GST29939" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3535 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3534 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3533 …} #YearEstablished: 2021.0 #PriceForHour: 2000.0 #Skills: "Project Management,Construction Planning" #Collaborations: null #YearOfCertification: 2023.0 #CoaNumber: null #CitiesServed: "Pune,Thane" #CountryCode: "91" #PhoneNumber: 9958011332.0 #StreetAddress: "unjknjk" #City: "Delhi" #State: "Karnataka" #Country: "India" #PinCode: "200039" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764062587 path: "/Services/Engineers/Profiles/" properties: null id: 7400 creationDate: 1764062587 modificationDate: 1764062587 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Chintu-Pvt-Lmt-1764062587" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 176 "src_id" => 7400 "dest_id" => 7399 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "Chintu Pvt Lmt" Description: "hjbhbjhbhjbhj ujbhjbhj jhbhjbhj" Customer: App\Model\Customer {#3205 …} Specialization: "Malls" gstnumber: "GST29939" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3535 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3534 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3533 …} YearEstablished: 2021.0 PriceForHour: 2000.0 Skills: "Project Management,Construction Planning" Collaborations: null YearOfCertification: 2023.0 CoaNumber: null CitiesServed: "Pune,Thane" CountryCode: "91" PhoneNumber: 9958011332.0 StreetAddress: "unjknjk" City: "Delhi" State: "Karnataka" Country: "India" PinCode: "200039" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3576 #dao: null #dependencies: null #__dataVersionTimestamp: 1764062587 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7400 #creationDate: 1764062587 #modificationDate: 1764062587 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Chintu-Pvt-Lmt-1764062587" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 176 "src_id" => 7400 "dest_id" => 7399 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "Chintu Pvt Lmt" #Description: "hjbhbjhbhjbhj ujbhjbhj jhbhjbhj" #Customer: App\Model\Customer {#3205 …} #Specialization: "Malls" #gstnumber: "GST29939" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3535 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3534 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3533 …} #YearEstablished: 2021.0 #PriceForHour: 2000.0 #Skills: "Project Management,Construction Planning" #Collaborations: null #YearOfCertification: 2023.0 #CoaNumber: null #CitiesServed: "Pune,Thane" #CountryCode: "91" #PhoneNumber: 9958011332.0 #StreetAddress: "unjknjk" #City: "Delhi" #State: "Karnataka" #Country: "India" #PinCode: "200039" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764062587 path: "/Services/Engineers/Profiles/" properties: null id: 7400 creationDate: 1764062587 modificationDate: 1764062587 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Chintu-Pvt-Lmt-1764062587" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 176 "src_id" => 7400 "dest_id" => 7399 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "Chintu Pvt Lmt" Description: "hjbhbjhbhjbhj ujbhjbhj jhbhjbhj" Customer: App\Model\Customer {#3205 …} Specialization: "Malls" gstnumber: "GST29939" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3535 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3534 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3533 …} YearEstablished: 2021.0 PriceForHour: 2000.0 Skills: "Project Management,Construction Planning" Collaborations: null YearOfCertification: 2023.0 CoaNumber: null CitiesServed: "Pune,Thane" CountryCode: "91" PhoneNumber: 9958011332.0 StreetAddress: "unjknjk" City: "Delhi" State: "Karnataka" Country: "India" PinCode: "200039" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3576 #dao: null #dependencies: null #__dataVersionTimestamp: 1764062587 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7400 #creationDate: 1764062587 #modificationDate: 1764062587 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Chintu-Pvt-Lmt-1764062587" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 176 "src_id" => 7400 "dest_id" => 7399 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "Chintu Pvt Lmt" #Description: "hjbhbjhbhjbhj ujbhjbhj jhbhjbhj" #Customer: App\Model\Customer {#3205 …} #Specialization: "Malls" #gstnumber: "GST29939" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3535 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3534 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3533 …} #YearEstablished: 2021.0 #PriceForHour: 2000.0 #Skills: "Project Management,Construction Planning" #Collaborations: null #YearOfCertification: 2023.0 #CoaNumber: null #CitiesServed: "Pune,Thane" #CountryCode: "91" #PhoneNumber: 9958011332.0 #StreetAddress: "unjknjk" #City: "Delhi" #State: "Karnataka" #Country: "India" #PinCode: "200039" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764062587 path: "/Services/Engineers/Profiles/" properties: null id: 7400 creationDate: 1764062587 modificationDate: 1764062587 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Chintu-Pvt-Lmt-1764062587" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 176 "src_id" => 7400 "dest_id" => 7399 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "Chintu Pvt Lmt" Description: "hjbhbjhbhjbhj ujbhjbhj jhbhjbhj" Customer: App\Model\Customer {#3205 …} Specialization: "Malls" gstnumber: "GST29939" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3535 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3534 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3533 …} YearEstablished: 2021.0 PriceForHour: 2000.0 Skills: "Project Management,Construction Planning" Collaborations: null YearOfCertification: 2023.0 CoaNumber: null CitiesServed: "Pune,Thane" CountryCode: "91" PhoneNumber: 9958011332.0 StreetAddress: "unjknjk" City: "Delhi" State: "Karnataka" Country: "India" PinCode: "200039" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3576 #dao: null #dependencies: null #__dataVersionTimestamp: 1764062587 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7400 #creationDate: 1764062587 #modificationDate: 1764062587 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "Chintu-Pvt-Lmt-1764062587" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 176 "src_id" => 7400 "dest_id" => 7399 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "Chintu Pvt Lmt" #Description: "hjbhbjhbhjbhj ujbhjbhj jhbhjbhj" #Customer: App\Model\Customer {#3205 …} #Specialization: "Malls" #gstnumber: "GST29939" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3535 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3534 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3533 …} #YearEstablished: 2021.0 #PriceForHour: 2000.0 #Skills: "Project Management,Construction Planning" #Collaborations: null #YearOfCertification: 2023.0 #CoaNumber: null #CitiesServed: "Pune,Thane" #CountryCode: "91" #PhoneNumber: 9958011332.0 #StreetAddress: "unjknjk" #City: "Delhi" #State: "Karnataka" #Country: "India" #PinCode: "200039" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764062587 path: "/Services/Engineers/Profiles/" properties: null id: 7400 creationDate: 1764062587 modificationDate: 1764062587 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "Chintu-Pvt-Lmt-1764062587" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 176 "src_id" => 7400 "dest_id" => 7399 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "Chintu Pvt Lmt" Description: "hjbhbjhbhjbhj ujbhjbhj jhbhjbhj" Customer: App\Model\Customer {#3205 …} Specialization: "Malls" gstnumber: "GST29939" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3535 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3534 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3533 …} YearEstablished: 2021.0 PriceForHour: 2000.0 Skills: "Project Management,Construction Planning" Collaborations: null YearOfCertification: 2023.0 CoaNumber: null CitiesServed: "Pune,Thane" CountryCode: "91" PhoneNumber: 9958011332.0 StreetAddress: "unjknjk" City: "Delhi" State: "Karnataka" Country: "India" PinCode: "200039" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7399 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7399 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 => 7400 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7400 2 => "Professional" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM assets WHERE `path` = BINARY ? AND `filename` = BINARY ?" (parameters: [ 1 => "/Static/" 2 => "DefaultImage.jpeg" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM assets WHERE `path` = BINARY ? AND `filename` = BINARY ?" "params" => [ 1 => "/Static/" 2 => "DefaultImage.jpeg" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3564 #dao: null #dependencies: null #__dataVersionTimestamp: 1764077585 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7405 #creationDate: 1764077585 #modificationDate: 1764077585 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "newCompany-Ltd-1764077585" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 177 "src_id" => 7405 "dest_id" => 7404 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "newCompany Ltd" #Description: "This is the description of my Company" #Customer: App\Model\Customer {#3189 …} #Specialization: "Expressway" #gstnumber: "GST299290" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: null #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3524 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3523 …} #YearEstablished: 2019.0 #PriceForHour: 2000.0 #Skills: "Structural Analysis,Building Regulations" #Collaborations: null #YearOfCertification: 2018.0 #CoaNumber: null #CitiesServed: "Thane" #CountryCode: "91" #PhoneNumber: 9958011332.0 #StreetAddress: "Vijaygopal" #City: "New Delhi" #State: "Delhi" #Country: "India" #PinCode: "110028" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764077585 path: "/Services/Engineers/Profiles/" properties: null id: 7405 creationDate: 1764077585 modificationDate: 1764077585 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "newCompany-Ltd-1764077585" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 177 "src_id" => 7405 "dest_id" => 7404 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "newCompany Ltd" Description: "This is the description of my Company" Customer: App\Model\Customer {#3189 …} Specialization: "Expressway" gstnumber: "GST299290" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: null ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3524 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3523 …} YearEstablished: 2019.0 PriceForHour: 2000.0 Skills: "Structural Analysis,Building Regulations" Collaborations: null YearOfCertification: 2018.0 CoaNumber: null CitiesServed: "Thane" CountryCode: "91" PhoneNumber: 9958011332.0 StreetAddress: "Vijaygopal" City: "New Delhi" State: "Delhi" Country: "India" PinCode: "110028" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3564 #dao: null #dependencies: null #__dataVersionTimestamp: 1764077585 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7405 #creationDate: 1764077585 #modificationDate: 1764077585 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "newCompany-Ltd-1764077585" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 177 "src_id" => 7405 "dest_id" => 7404 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "newCompany Ltd" #Description: "This is the description of my Company" #Customer: App\Model\Customer {#3189 …} #Specialization: "Expressway" #gstnumber: "GST299290" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: null #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3524 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3523 …} #YearEstablished: 2019.0 #PriceForHour: 2000.0 #Skills: "Structural Analysis,Building Regulations" #Collaborations: null #YearOfCertification: 2018.0 #CoaNumber: null #CitiesServed: "Thane" #CountryCode: "91" #PhoneNumber: 9958011332.0 #StreetAddress: "Vijaygopal" #City: "New Delhi" #State: "Delhi" #Country: "India" #PinCode: "110028" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764077585 path: "/Services/Engineers/Profiles/" properties: null id: 7405 creationDate: 1764077585 modificationDate: 1764077585 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "newCompany-Ltd-1764077585" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 177 "src_id" => 7405 "dest_id" => 7404 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "newCompany Ltd" Description: "This is the description of my Company" Customer: App\Model\Customer {#3189 …} Specialization: "Expressway" gstnumber: "GST299290" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: null ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3524 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3523 …} YearEstablished: 2019.0 PriceForHour: 2000.0 Skills: "Structural Analysis,Building Regulations" Collaborations: null YearOfCertification: 2018.0 CoaNumber: null CitiesServed: "Thane" CountryCode: "91" PhoneNumber: 9958011332.0 StreetAddress: "Vijaygopal" City: "New Delhi" State: "Delhi" Country: "India" PinCode: "110028" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3564 #dao: null #dependencies: null #__dataVersionTimestamp: 1764077585 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7405 #creationDate: 1764077585 #modificationDate: 1764077585 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "newCompany-Ltd-1764077585" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 177 "src_id" => 7405 "dest_id" => 7404 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "newCompany Ltd" #Description: "This is the description of my Company" #Customer: App\Model\Customer {#3189 …} #Specialization: "Expressway" #gstnumber: "GST299290" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: null #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3524 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3523 …} #YearEstablished: 2019.0 #PriceForHour: 2000.0 #Skills: "Structural Analysis,Building Regulations" #Collaborations: null #YearOfCertification: 2018.0 #CoaNumber: null #CitiesServed: "Thane" #CountryCode: "91" #PhoneNumber: 9958011332.0 #StreetAddress: "Vijaygopal" #City: "New Delhi" #State: "Delhi" #Country: "India" #PinCode: "110028" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764077585 path: "/Services/Engineers/Profiles/" properties: null id: 7405 creationDate: 1764077585 modificationDate: 1764077585 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "newCompany-Ltd-1764077585" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 177 "src_id" => 7405 "dest_id" => 7404 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "newCompany Ltd" Description: "This is the description of my Company" Customer: App\Model\Customer {#3189 …} Specialization: "Expressway" gstnumber: "GST299290" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: null ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3524 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3523 …} YearEstablished: 2019.0 PriceForHour: 2000.0 Skills: "Structural Analysis,Building Regulations" Collaborations: null YearOfCertification: 2018.0 CoaNumber: null CitiesServed: "Thane" CountryCode: "91" PhoneNumber: 9958011332.0 StreetAddress: "Vijaygopal" City: "New Delhi" State: "Delhi" Country: "India" PinCode: "110028" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3564 #dao: null #dependencies: null #__dataVersionTimestamp: 1764077585 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7405 #creationDate: 1764077585 #modificationDate: 1764077585 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "newCompany-Ltd-1764077585" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 177 "src_id" => 7405 "dest_id" => 7404 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "newCompany Ltd" #Description: "This is the description of my Company" #Customer: App\Model\Customer {#3189 …} #Specialization: "Expressway" #gstnumber: "GST299290" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: null #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3524 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3523 …} #YearEstablished: 2019.0 #PriceForHour: 2000.0 #Skills: "Structural Analysis,Building Regulations" #Collaborations: null #YearOfCertification: 2018.0 #CoaNumber: null #CitiesServed: "Thane" #CountryCode: "91" #PhoneNumber: 9958011332.0 #StreetAddress: "Vijaygopal" #City: "New Delhi" #State: "Delhi" #Country: "India" #PinCode: "110028" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764077585 path: "/Services/Engineers/Profiles/" properties: null id: 7405 creationDate: 1764077585 modificationDate: 1764077585 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "newCompany-Ltd-1764077585" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 177 "src_id" => 7405 "dest_id" => 7404 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "newCompany Ltd" Description: "This is the description of my Company" Customer: App\Model\Customer {#3189 …} Specialization: "Expressway" gstnumber: "GST299290" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: null ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3524 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3523 …} YearEstablished: 2019.0 PriceForHour: 2000.0 Skills: "Structural Analysis,Building Regulations" Collaborations: null YearOfCertification: 2018.0 CoaNumber: null CitiesServed: "Thane" CountryCode: "91" PhoneNumber: 9958011332.0 StreetAddress: "Vijaygopal" City: "New Delhi" State: "Delhi" Country: "India" PinCode: "110028" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7404 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7404 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 => 7405 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7405 2 => "Professional" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT id FROM assets WHERE `path` = BINARY ? AND `filename` = BINARY ?" (parameters: [ 1 => "/Static/" 2 => "DefaultImage.jpeg" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT id FROM assets WHERE `path` = BINARY ? AND `filename` = BINARY ?" "params" => [ 1 => "/Static/" 2 => "DefaultImage.jpeg" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3554 #dao: null #dependencies: null #__dataVersionTimestamp: 1764138557 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7408 #creationDate: 1764138557 #modificationDate: 1764138557 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "xyz-1764138557" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 178 "src_id" => 7408 "dest_id" => 7407 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "xyz" #Description: "Hi" #Customer: App\Model\Customer {#3173 …} #Specialization: "Mall" #gstnumber: "GST0000000000" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: null #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3514 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3513 …} #YearEstablished: 2012.0 #PriceForHour: 200.0 #Skills: "Architecture,Construction Planning" #Collaborations: null #YearOfCertification: 2014.0 #CoaNumber: null #CitiesServed: "Coimbatore" #CountryCode: "91" #PhoneNumber: 9994317146.0 #StreetAddress: "Anna Nagar" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "6000001" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764138557 path: "/Services/Engineers/Profiles/" properties: null id: 7408 creationDate: 1764138557 modificationDate: 1764138557 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "xyz-1764138557" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 178 "src_id" => 7408 "dest_id" => 7407 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "xyz" Description: "Hi" Customer: App\Model\Customer {#3173 …} Specialization: "Mall" gstnumber: "GST0000000000" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: null ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3514 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3513 …} YearEstablished: 2012.0 PriceForHour: 200.0 Skills: "Architecture,Construction Planning" Collaborations: null YearOfCertification: 2014.0 CoaNumber: null CitiesServed: "Coimbatore" CountryCode: "91" PhoneNumber: 9994317146.0 StreetAddress: "Anna Nagar" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "6000001" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3554 #dao: null #dependencies: null #__dataVersionTimestamp: 1764138557 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7408 #creationDate: 1764138557 #modificationDate: 1764138557 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "xyz-1764138557" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 178 "src_id" => 7408 "dest_id" => 7407 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "xyz" #Description: "Hi" #Customer: App\Model\Customer {#3173 …} #Specialization: "Mall" #gstnumber: "GST0000000000" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: null #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3514 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3513 …} #YearEstablished: 2012.0 #PriceForHour: 200.0 #Skills: "Architecture,Construction Planning" #Collaborations: null #YearOfCertification: 2014.0 #CoaNumber: null #CitiesServed: "Coimbatore" #CountryCode: "91" #PhoneNumber: 9994317146.0 #StreetAddress: "Anna Nagar" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "6000001" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764138557 path: "/Services/Engineers/Profiles/" properties: null id: 7408 creationDate: 1764138557 modificationDate: 1764138557 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "xyz-1764138557" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 178 "src_id" => 7408 "dest_id" => 7407 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "xyz" Description: "Hi" Customer: App\Model\Customer {#3173 …} Specialization: "Mall" gstnumber: "GST0000000000" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: null ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3514 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3513 …} YearEstablished: 2012.0 PriceForHour: 200.0 Skills: "Architecture,Construction Planning" Collaborations: null YearOfCertification: 2014.0 CoaNumber: null CitiesServed: "Coimbatore" CountryCode: "91" PhoneNumber: 9994317146.0 StreetAddress: "Anna Nagar" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "6000001" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3554 #dao: null #dependencies: null #__dataVersionTimestamp: 1764138557 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7408 #creationDate: 1764138557 #modificationDate: 1764138557 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "xyz-1764138557" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 178 "src_id" => 7408 "dest_id" => 7407 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "xyz" #Description: "Hi" #Customer: App\Model\Customer {#3173 …} #Specialization: "Mall" #gstnumber: "GST0000000000" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: null #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3514 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3513 …} #YearEstablished: 2012.0 #PriceForHour: 200.0 #Skills: "Architecture,Construction Planning" #Collaborations: null #YearOfCertification: 2014.0 #CoaNumber: null #CitiesServed: "Coimbatore" #CountryCode: "91" #PhoneNumber: 9994317146.0 #StreetAddress: "Anna Nagar" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "6000001" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764138557 path: "/Services/Engineers/Profiles/" properties: null id: 7408 creationDate: 1764138557 modificationDate: 1764138557 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "xyz-1764138557" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 178 "src_id" => 7408 "dest_id" => 7407 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "xyz" Description: "Hi" Customer: App\Model\Customer {#3173 …} Specialization: "Mall" gstnumber: "GST0000000000" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: null ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3514 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3513 …} YearEstablished: 2012.0 PriceForHour: 200.0 Skills: "Architecture,Construction Planning" Collaborations: null YearOfCertification: 2014.0 CoaNumber: null CitiesServed: "Coimbatore" CountryCode: "91" PhoneNumber: 9994317146.0 StreetAddress: "Anna Nagar" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "6000001" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3554 #dao: null #dependencies: null #__dataVersionTimestamp: 1764138557 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7408 #creationDate: 1764138557 #modificationDate: 1764138557 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "xyz-1764138557" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 178 "src_id" => 7408 "dest_id" => 7407 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "xyz" #Description: "Hi" #Customer: App\Model\Customer {#3173 …} #Specialization: "Mall" #gstnumber: "GST0000000000" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: null #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3514 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3513 …} #YearEstablished: 2012.0 #PriceForHour: 200.0 #Skills: "Architecture,Construction Planning" #Collaborations: null #YearOfCertification: 2014.0 #CoaNumber: null #CitiesServed: "Coimbatore" #CountryCode: "91" #PhoneNumber: 9994317146.0 #StreetAddress: "Anna Nagar" #City: "Chennai" #State: "Tamil Nadu" #Country: "India" #PinCode: "6000001" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764138557 path: "/Services/Engineers/Profiles/" properties: null id: 7408 creationDate: 1764138557 modificationDate: 1764138557 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "xyz-1764138557" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 178 "src_id" => 7408 "dest_id" => 7407 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "xyz" Description: "Hi" Customer: App\Model\Customer {#3173 …} Specialization: "Mall" gstnumber: "GST0000000000" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: null ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3514 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3513 …} YearEstablished: 2012.0 PriceForHour: 200.0 Skills: "Architecture,Construction Planning" Collaborations: null YearOfCertification: 2014.0 CoaNumber: null CitiesServed: "Coimbatore" CountryCode: "91" PhoneNumber: 9994317146.0 StreetAddress: "Anna Nagar" City: "Chennai" State: "Tamil Nadu" Country: "India" PinCode: "6000001" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7407 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7407 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 => 7408 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7408 2 => "Professional" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT customSettings FROM assets WHERE id = ?" (parameters: [ 1 => 991 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT customSettings FROM assets WHERE id = ?" "params" => [ 1 => 991 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" (parameters: [ 1 => 991 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" "params" => [ 1 => 991 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3543 #dao: null #dependencies: null #__dataVersionTimestamp: 1764140746 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7411 #creationDate: 1764140746 #modificationDate: 1764140746 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "uytgghjghgh-1764140746" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 179 "src_id" => 7411 "dest_id" => 7410 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "uytgghjghgh" #Description: "hghgvghvgh yggghgh" #Customer: App\Model\Customer {#3157 …} #Specialization: "ugygvghv" #gstnumber: "jhgjhbjgjhb" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3504 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3503 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3502 …} #YearEstablished: 2021.0 #PriceForHour: 2000.0 #Skills: "Structural Analysis" #Collaborations: null #YearOfCertification: 2023.0 #CoaNumber: null #CitiesServed: "Mumbai,Pune,Nagpur" #CountryCode: "91" #PhoneNumber: 8979867867.0 #StreetAddress: "hgghgh" #City: "New Delhi" #State: "Delhi" #Country: "India" #PinCode: "110027" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764140746 path: "/Services/Engineers/Profiles/" properties: null id: 7411 creationDate: 1764140746 modificationDate: 1764140746 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "uytgghjghgh-1764140746" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 179 "src_id" => 7411 "dest_id" => 7410 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "uytgghjghgh" Description: "hghgvghvgh yggghgh" Customer: App\Model\Customer {#3157 …} Specialization: "ugygvghv" gstnumber: "jhgjhbjgjhb" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3504 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3503 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3502 …} YearEstablished: 2021.0 PriceForHour: 2000.0 Skills: "Structural Analysis" Collaborations: null YearOfCertification: 2023.0 CoaNumber: null CitiesServed: "Mumbai,Pune,Nagpur" CountryCode: "91" PhoneNumber: 8979867867.0 StreetAddress: "hgghgh" City: "New Delhi" State: "Delhi" Country: "India" PinCode: "110027" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3543 #dao: null #dependencies: null #__dataVersionTimestamp: 1764140746 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7411 #creationDate: 1764140746 #modificationDate: 1764140746 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "uytgghjghgh-1764140746" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 179 "src_id" => 7411 "dest_id" => 7410 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "uytgghjghgh" #Description: "hghgvghvgh yggghgh" #Customer: App\Model\Customer {#3157 …} #Specialization: "ugygvghv" #gstnumber: "jhgjhbjgjhb" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3504 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3503 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3502 …} #YearEstablished: 2021.0 #PriceForHour: 2000.0 #Skills: "Structural Analysis" #Collaborations: null #YearOfCertification: 2023.0 #CoaNumber: null #CitiesServed: "Mumbai,Pune,Nagpur" #CountryCode: "91" #PhoneNumber: 8979867867.0 #StreetAddress: "hgghgh" #City: "New Delhi" #State: "Delhi" #Country: "India" #PinCode: "110027" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764140746 path: "/Services/Engineers/Profiles/" properties: null id: 7411 creationDate: 1764140746 modificationDate: 1764140746 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "uytgghjghgh-1764140746" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 179 "src_id" => 7411 "dest_id" => 7410 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "uytgghjghgh" Description: "hghgvghvgh yggghgh" Customer: App\Model\Customer {#3157 …} Specialization: "ugygvghv" gstnumber: "jhgjhbjgjhb" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3504 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3503 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3502 …} YearEstablished: 2021.0 PriceForHour: 2000.0 Skills: "Structural Analysis" Collaborations: null YearOfCertification: 2023.0 CoaNumber: null CitiesServed: "Mumbai,Pune,Nagpur" CountryCode: "91" PhoneNumber: 8979867867.0 StreetAddress: "hgghgh" City: "New Delhi" State: "Delhi" Country: "India" PinCode: "110027" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3543 #dao: null #dependencies: null #__dataVersionTimestamp: 1764140746 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7411 #creationDate: 1764140746 #modificationDate: 1764140746 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "uytgghjghgh-1764140746" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 179 "src_id" => 7411 "dest_id" => 7410 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "uytgghjghgh" #Description: "hghgvghvgh yggghgh" #Customer: App\Model\Customer {#3157 …} #Specialization: "ugygvghv" #gstnumber: "jhgjhbjgjhb" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3504 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3503 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3502 …} #YearEstablished: 2021.0 #PriceForHour: 2000.0 #Skills: "Structural Analysis" #Collaborations: null #YearOfCertification: 2023.0 #CoaNumber: null #CitiesServed: "Mumbai,Pune,Nagpur" #CountryCode: "91" #PhoneNumber: 8979867867.0 #StreetAddress: "hgghgh" #City: "New Delhi" #State: "Delhi" #Country: "India" #PinCode: "110027" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764140746 path: "/Services/Engineers/Profiles/" properties: null id: 7411 creationDate: 1764140746 modificationDate: 1764140746 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "uytgghjghgh-1764140746" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 179 "src_id" => 7411 "dest_id" => 7410 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "uytgghjghgh" Description: "hghgvghvgh yggghgh" Customer: App\Model\Customer {#3157 …} Specialization: "ugygvghv" gstnumber: "jhgjhbjgjhb" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3504 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3503 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3502 …} YearEstablished: 2021.0 PriceForHour: 2000.0 Skills: "Structural Analysis" Collaborations: null YearOfCertification: 2023.0 CoaNumber: null CitiesServed: "Mumbai,Pune,Nagpur" CountryCode: "91" PhoneNumber: 8979867867.0 StreetAddress: "hgghgh" City: "New Delhi" State: "Delhi" Country: "India" PinCode: "110027" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3543 #dao: null #dependencies: null #__dataVersionTimestamp: 1764140746 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7411 #creationDate: 1764140746 #modificationDate: 1764140746 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "uytgghjghgh-1764140746" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 179 "src_id" => 7411 "dest_id" => 7410 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "uytgghjghgh" #Description: "hghgvghvgh yggghgh" #Customer: App\Model\Customer {#3157 …} #Specialization: "ugygvghv" #gstnumber: "jhgjhbjgjhb" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3504 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3503 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3502 …} #YearEstablished: 2021.0 #PriceForHour: 2000.0 #Skills: "Structural Analysis" #Collaborations: null #YearOfCertification: 2023.0 #CoaNumber: null #CitiesServed: "Mumbai,Pune,Nagpur" #CountryCode: "91" #PhoneNumber: 8979867867.0 #StreetAddress: "hgghgh" #City: "New Delhi" #State: "Delhi" #Country: "India" #PinCode: "110027" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764140746 path: "/Services/Engineers/Profiles/" properties: null id: 7411 creationDate: 1764140746 modificationDate: 1764140746 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "uytgghjghgh-1764140746" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 179 "src_id" => 7411 "dest_id" => 7410 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "uytgghjghgh" Description: "hghgvghvgh yggghgh" Customer: App\Model\Customer {#3157 …} Specialization: "ugygvghv" gstnumber: "jhgjhbjgjhb" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3504 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3503 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3502 …} YearEstablished: 2021.0 PriceForHour: 2000.0 Skills: "Structural Analysis" Collaborations: null YearOfCertification: 2023.0 CoaNumber: null CitiesServed: "Mumbai,Pune,Nagpur" CountryCode: "91" PhoneNumber: 8979867867.0 StreetAddress: "hgghgh" City: "New Delhi" State: "Delhi" Country: "India" PinCode: "110027" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7410 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7410 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 => 7411 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7411 2 => "Professional" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT customSettings FROM assets WHERE id = ?" (parameters: [ 1 => 992 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT customSettings FROM assets WHERE id = ?" "params" => [ 1 => 992 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" (parameters: [ 1 => 992 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" "params" => [ 1 => 992 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3532 #dao: null #dependencies: null #__dataVersionTimestamp: 1764145156 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7414 #creationDate: 1764145156 #modificationDate: 1764145156 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "XYZ-Company-1764145156" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 180 "src_id" => 7414 "dest_id" => 7413 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "XYZ Company" #Description: "Hi" #Customer: App\Model\Customer {#3141 …} #Specialization: "Mall" #gstnumber: "GST000" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3493 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3492 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3491 …} #YearEstablished: 2014.0 #PriceForHour: 250.0 #Skills: "Construction Planning" #Collaborations: null #YearOfCertification: 2016.0 #CoaNumber: null #CitiesServed: "Coimbatore" #CountryCode: "91" #PhoneNumber: 9994317146.0 #StreetAddress: "Anna Nagar" #City: "Nagercoil" #State: "Tamil Nadu" #Country: "India" #PinCode: "600000" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764145156 path: "/Services/Engineers/Profiles/" properties: null id: 7414 creationDate: 1764145156 modificationDate: 1764145156 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "XYZ-Company-1764145156" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 180 "src_id" => 7414 "dest_id" => 7413 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "XYZ Company" Description: "Hi" Customer: App\Model\Customer {#3141 …} Specialization: "Mall" gstnumber: "GST000" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3493 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3492 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3491 …} YearEstablished: 2014.0 PriceForHour: 250.0 Skills: "Construction Planning" Collaborations: null YearOfCertification: 2016.0 CoaNumber: null CitiesServed: "Coimbatore" CountryCode: "91" PhoneNumber: 9994317146.0 StreetAddress: "Anna Nagar" City: "Nagercoil" State: "Tamil Nadu" Country: "India" PinCode: "600000" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3532 #dao: null #dependencies: null #__dataVersionTimestamp: 1764145156 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7414 #creationDate: 1764145156 #modificationDate: 1764145156 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "XYZ-Company-1764145156" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 180 "src_id" => 7414 "dest_id" => 7413 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "XYZ Company" #Description: "Hi" #Customer: App\Model\Customer {#3141 …} #Specialization: "Mall" #gstnumber: "GST000" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3493 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3492 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3491 …} #YearEstablished: 2014.0 #PriceForHour: 250.0 #Skills: "Construction Planning" #Collaborations: null #YearOfCertification: 2016.0 #CoaNumber: null #CitiesServed: "Coimbatore" #CountryCode: "91" #PhoneNumber: 9994317146.0 #StreetAddress: "Anna Nagar" #City: "Nagercoil" #State: "Tamil Nadu" #Country: "India" #PinCode: "600000" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764145156 path: "/Services/Engineers/Profiles/" properties: null id: 7414 creationDate: 1764145156 modificationDate: 1764145156 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "XYZ-Company-1764145156" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 180 "src_id" => 7414 "dest_id" => 7413 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "XYZ Company" Description: "Hi" Customer: App\Model\Customer {#3141 …} Specialization: "Mall" gstnumber: "GST000" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3493 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3492 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3491 …} YearEstablished: 2014.0 PriceForHour: 250.0 Skills: "Construction Planning" Collaborations: null YearOfCertification: 2016.0 CoaNumber: null CitiesServed: "Coimbatore" CountryCode: "91" PhoneNumber: 9994317146.0 StreetAddress: "Anna Nagar" City: "Nagercoil" State: "Tamil Nadu" Country: "India" PinCode: "600000" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3532 #dao: null #dependencies: null #__dataVersionTimestamp: 1764145156 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7414 #creationDate: 1764145156 #modificationDate: 1764145156 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "XYZ-Company-1764145156" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 180 "src_id" => 7414 "dest_id" => 7413 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "XYZ Company" #Description: "Hi" #Customer: App\Model\Customer {#3141 …} #Specialization: "Mall" #gstnumber: "GST000" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3493 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3492 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3491 …} #YearEstablished: 2014.0 #PriceForHour: 250.0 #Skills: "Construction Planning" #Collaborations: null #YearOfCertification: 2016.0 #CoaNumber: null #CitiesServed: "Coimbatore" #CountryCode: "91" #PhoneNumber: 9994317146.0 #StreetAddress: "Anna Nagar" #City: "Nagercoil" #State: "Tamil Nadu" #Country: "India" #PinCode: "600000" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764145156 path: "/Services/Engineers/Profiles/" properties: null id: 7414 creationDate: 1764145156 modificationDate: 1764145156 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "XYZ-Company-1764145156" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 180 "src_id" => 7414 "dest_id" => 7413 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "XYZ Company" Description: "Hi" Customer: App\Model\Customer {#3141 …} Specialization: "Mall" gstnumber: "GST000" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3493 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3492 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3491 …} YearEstablished: 2014.0 PriceForHour: 250.0 Skills: "Construction Planning" Collaborations: null YearOfCertification: 2016.0 CoaNumber: null CitiesServed: "Coimbatore" CountryCode: "91" PhoneNumber: 9994317146.0 StreetAddress: "Anna Nagar" City: "Nagercoil" State: "Tamil Nadu" Country: "India" PinCode: "600000" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3532 #dao: null #dependencies: null #__dataVersionTimestamp: 1764145156 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7414 #creationDate: 1764145156 #modificationDate: 1764145156 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "XYZ-Company-1764145156" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 180 "src_id" => 7414 "dest_id" => 7413 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "XYZ Company" #Description: "Hi" #Customer: App\Model\Customer {#3141 …} #Specialization: "Mall" #gstnumber: "GST000" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3493 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3492 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3491 …} #YearEstablished: 2014.0 #PriceForHour: 250.0 #Skills: "Construction Planning" #Collaborations: null #YearOfCertification: 2016.0 #CoaNumber: null #CitiesServed: "Coimbatore" #CountryCode: "91" #PhoneNumber: 9994317146.0 #StreetAddress: "Anna Nagar" #City: "Nagercoil" #State: "Tamil Nadu" #Country: "India" #PinCode: "600000" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764145156 path: "/Services/Engineers/Profiles/" properties: null id: 7414 creationDate: 1764145156 modificationDate: 1764145156 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "XYZ-Company-1764145156" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 180 "src_id" => 7414 "dest_id" => 7413 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "XYZ Company" Description: "Hi" Customer: App\Model\Customer {#3141 …} Specialization: "Mall" gstnumber: "GST000" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3493 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3492 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3491 …} YearEstablished: 2014.0 PriceForHour: 250.0 Skills: "Construction Planning" Collaborations: null YearOfCertification: 2016.0 CoaNumber: null CitiesServed: "Coimbatore" CountryCode: "91" PhoneNumber: 9994317146.0 StreetAddress: "Anna Nagar" City: "Nagercoil" State: "Tamil Nadu" Country: "India" PinCode: "600000" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7413 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7413 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 => 7414 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7414 2 => "Professional" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT customSettings FROM assets WHERE id = ?" (parameters: [ 1 => 993 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT customSettings FROM assets WHERE id = ?" "params" => [ 1 => 993 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" (parameters: [ 1 => 993 ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?" "params" => [ 1 => 993 ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3522 #dao: null #dependencies: null #__dataVersionTimestamp: 1764241724 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7417 #creationDate: 1764241724 #modificationDate: 1764241724 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "New-Company-PVT-Ltd--1764241724" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 181 "src_id" => 7417 "dest_id" => 7416 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "New Company PVT Ltd," #Description: "This is the New company" #Customer: App\Model\Customer {#3125 …} #Specialization: "Mall" #gstnumber: "GST198938" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3482 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3481 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3480 …} #YearEstablished: 2023.0 #PriceForHour: 2000.0 #Skills: "Structural Analysis" #Collaborations: null #YearOfCertification: 2021.0 #CoaNumber: null #CitiesServed: "Mumbai" #CountryCode: "91" #PhoneNumber: 9958011223.0 #StreetAddress: "bhbjb" #City: "Pune" #State: "Karnataka" #Country: "India" #PinCode: "110024" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764241724 path: "/Services/Engineers/Profiles/" properties: null id: 7417 creationDate: 1764241724 modificationDate: 1764241724 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "New-Company-PVT-Ltd--1764241724" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 181 "src_id" => 7417 "dest_id" => 7416 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "New Company PVT Ltd," Description: "This is the New company" Customer: App\Model\Customer {#3125 …} Specialization: "Mall" gstnumber: "GST198938" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3482 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3481 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3480 …} YearEstablished: 2023.0 PriceForHour: 2000.0 Skills: "Structural Analysis" Collaborations: null YearOfCertification: 2021.0 CoaNumber: null CitiesServed: "Mumbai" CountryCode: "91" PhoneNumber: 9958011223.0 StreetAddress: "bhbjb" City: "Pune" State: "Karnataka" Country: "India" PinCode: "110024" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3522 #dao: null #dependencies: null #__dataVersionTimestamp: 1764241724 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7417 #creationDate: 1764241724 #modificationDate: 1764241724 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "New-Company-PVT-Ltd--1764241724" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 181 "src_id" => 7417 "dest_id" => 7416 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "New Company PVT Ltd," #Description: "This is the New company" #Customer: App\Model\Customer {#3125 …} #Specialization: "Mall" #gstnumber: "GST198938" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3482 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3481 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3480 …} #YearEstablished: 2023.0 #PriceForHour: 2000.0 #Skills: "Structural Analysis" #Collaborations: null #YearOfCertification: 2021.0 #CoaNumber: null #CitiesServed: "Mumbai" #CountryCode: "91" #PhoneNumber: 9958011223.0 #StreetAddress: "bhbjb" #City: "Pune" #State: "Karnataka" #Country: "India" #PinCode: "110024" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764241724 path: "/Services/Engineers/Profiles/" properties: null id: 7417 creationDate: 1764241724 modificationDate: 1764241724 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "New-Company-PVT-Ltd--1764241724" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 181 "src_id" => 7417 "dest_id" => 7416 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "New Company PVT Ltd," Description: "This is the New company" Customer: App\Model\Customer {#3125 …} Specialization: "Mall" gstnumber: "GST198938" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3482 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3481 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3480 …} YearEstablished: 2023.0 PriceForHour: 2000.0 Skills: "Structural Analysis" Collaborations: null YearOfCertification: 2021.0 CoaNumber: null CitiesServed: "Mumbai" CountryCode: "91" PhoneNumber: 9958011223.0 StreetAddress: "bhbjb" City: "Pune" State: "Karnataka" Country: "India" PinCode: "110024" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" (parameters: [ 1 => Pimcore\Model\DataObject\ProProfile {#3522 #dao: null #dependencies: null #__dataVersionTimestamp: 1764241724 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7417 #creationDate: 1764241724 #modificationDate: 1764241724 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "New-Company-PVT-Ltd--1764241724" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 181 "src_id" => 7417 "dest_id" => 7416 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "New Company PVT Ltd," #Description: "This is the New company" #Customer: App\Model\Customer {#3125 …} #Specialization: "Mall" #gstnumber: "GST198938" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3482 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3481 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3480 …} #YearEstablished: 2023.0 #PriceForHour: 2000.0 #Skills: "Structural Analysis" #Collaborations: null #YearOfCertification: 2021.0 #CoaNumber: null #CitiesServed: "Mumbai" #CountryCode: "91" #PhoneNumber: 9958011223.0 #StreetAddress: "bhbjb" #City: "Pune" #State: "Karnataka" #Country: "India" #PinCode: "110024" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764241724 path: "/Services/Engineers/Profiles/" properties: null id: 7417 creationDate: 1764241724 modificationDate: 1764241724 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "New-Company-PVT-Ltd--1764241724" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 181 "src_id" => 7417 "dest_id" => 7416 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "New Company PVT Ltd," Description: "This is the New company" Customer: App\Model\Customer {#3125 …} Specialization: "Mall" gstnumber: "GST198938" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3482 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3481 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3480 …} YearEstablished: 2023.0 PriceForHour: 2000.0 Skills: "Structural Analysis" Collaborations: null YearOfCertification: 2021.0 CoaNumber: null CitiesServed: "Mumbai" CountryCode: "91" PhoneNumber: 9958011223.0 StreetAddress: "bhbjb" City: "Pune" State: "Karnataka" Country: "India" PinCode: "110024" Cities: null CompanyWebsite: null } ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT COUNT(*) FROM object_12 WHERE ((ProfessionalPath = ?) AND object_12.type IN ('object','variant','folder')) AND object_12.published = 1" "params" => [ 1 => Pimcore\Model\DataObject\ProProfile {#3522 #dao: null #dependencies: null #__dataVersionTimestamp: 1764241724 #path: "/Services/Engineers/Profiles/" #properties: null #id: 7417 #creationDate: 1764241724 #modificationDate: 1764241724 #versionCount: 1 #userOwner: 0 #locked: null #userModification: 0 #parentId: 1417 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #type: "object" #key: "New-Company-PVT-Ltd--1764241724" #index: 0 #siblings: [] #children: [] #childrenSortBy: null #childrenSortOrder: null #__rawRelationData: [ [ "id" => 181 "src_id" => 7417 "dest_id" => 7416 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] +__objectAwareFields: [] #published: true #class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} #classId: "11" #className: "ProProfile" #versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [ "Customer" => 1 ] #scheduledTasks: null #CompanyName: "New Company PVT Ltd," #Description: "This is the New company" #Customer: App\Model\Customer {#3125 …} #Specialization: "Mall" #gstnumber: "GST198938" #Verification: "no" #PortfolioType: "Engineer" #ProRating: 0.0 #Brands: null #ContractorType: null #ProfessionalSupplierType: "Engineer" #ProjectVideoPaths: null #ProfileImage: Pimcore\Model\Asset\Image {#3482 …} #ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3481 …} #FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3480 …} #YearEstablished: 2023.0 #PriceForHour: 2000.0 #Skills: "Structural Analysis" #Collaborations: null #YearOfCertification: 2021.0 #CoaNumber: null #CitiesServed: "Mumbai" #CountryCode: "91" #PhoneNumber: 9958011223.0 #StreetAddress: "bhbjb" #City: "Pune" #State: "Karnataka" #Country: "India" #PinCode: "110024" #Cities: null #CompanyWebsite: null dependencies: null __dataVersionTimestamp: 1764241724 path: "/Services/Engineers/Profiles/" properties: null id: 7417 creationDate: 1764241724 modificationDate: 1764241724 versionCount: 1 userOwner: 0 locked: null userModification: 0 parentId: 1417 parent: null _fulldump: false dirtyFields: [] type: "object" key: "New-Company-PVT-Ltd--1764241724" index: 0 siblings: [] children: [] childrenSortBy: null childrenSortOrder: null __rawRelationData: [ [ "id" => 181 "src_id" => 7417 "dest_id" => 7416 "type" => "object" "fieldname" => "Customer" "index" => 0 "ownertype" => "object" "ownername" => "" "position" => "0" ] ] __objectAwareFields: [] published: true class: Pimcore\Model\DataObject\ClassDefinition {#3417 …} classId: "11" className: "ProProfile" versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [ "Customer" => 1 ] scheduledTasks: null CompanyName: "New Company PVT Ltd," Description: "This is the New company" Customer: App\Model\Customer {#3125 …} Specialization: "Mall" gstnumber: "GST198938" Verification: "no" PortfolioType: "Engineer" ProRating: 0.0 Brands: null ContractorType: null ProfessionalSupplierType: "Engineer" ProjectVideoPaths: null ProfileImage: Pimcore\Model\Asset\Image {#3482 …} ProfileGallery: Pimcore\Model\DataObject\Data\ImageGallery {#3481 …} FloorMaps: Pimcore\Model\DataObject\Data\ImageGallery {#3480 …} YearEstablished: 2023.0 PriceForHour: 2000.0 Skills: "Structural Analysis" Collaborations: null YearOfCertification: 2021.0 CoaNumber: null CitiesServed: "Mumbai" CountryCode: "91" PhoneNumber: 9958011223.0 StreetAddress: "bhbjb" City: "Pune" State: "Karnataka" Country: "India" PinCode: "110024" Cities: null CompanyWebsite: null } ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" (parameters: [ 1 => 7416 2 => "Customer" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_17 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7416 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 => 7417 2 => "Professional" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT * FROM object_relations_15 WHERE dest_id = ? AND fieldname = ? AND ownertype = 'object'" "params" => [ 1 => 7417 2 => "Professional" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'document_211' not found': Unable to generate a URL for the named route "document_211" as such route does not exist.
app
|
| debug |
Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'document_211' not found': Unable to generate a URL for the named route "document_211" as such route does not exist.
app
|
| debug |
Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'document_211' not found': Unable to generate a URL for the named route "document_211" as such route does not exist.
app
|
| debug |
Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'document_211' not found': Unable to generate a URL for the named route "document_211" as such route does not exist.
app
|
| debug |
Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'document_211' not found': Unable to generate a URL for the named route "document_211" as such route does not exist.
app
|
| 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.