- Pimcore
- Request / Response
- Performance
- Validator
- Targeting
- Forms
- Exception
- Logs 9
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- JMS Serializer 0
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (7)
Time | Message |
---|---|
deprecation |
Since symfony/security-bundle 5.4: Method "Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension::addSecurityListenerFactory()" is deprecated, use "addAuthenticatorFactory()" instead.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#2674 +count: 1 -severity: E_USER_DEPRECATED trace: { /var/www/html/vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php:1103 { Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension->addSecurityListenerFactory(SecurityFactoryInterface $factory) … › { /var/www/html/vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php:1103 { Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension->addSecurityListenerFactory(SecurityFactoryInterface $factory) … › |
deprecation |
Since symfony/yaml 5.1: Support for parsing numbers prefixed with 0 as octal numbers. They will be parsed as strings as of 6.0. Use "0o644" to represent the octal number.
2 times
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#2686 +count: 2 -severity: E_USER_DEPRECATED trace: { /var/www/html/vendor/symfony/yaml/Inline.php:668 { Symfony\Component\Yaml\Inline::evaluateScalar(string $scalar, int $flags, array &$references = [], bool &$isQuotedString = null) … › { /var/www/html/vendor/symfony/yaml/Inline.php:668 { Symfony\Component\Yaml\Inline::evaluateScalar(string $scalar, int $flags, array &$references = [], bool &$isQuotedString = null) … › |
deprecation |
Since symfony/yaml 5.1: Support for parsing numbers prefixed with 0 as octal numbers. They will be parsed as strings as of 6.0. Use "0o755" to represent the octal number.
2 times
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#2684 +count: 2 -severity: E_USER_DEPRECATED trace: { /var/www/html/vendor/symfony/yaml/Inline.php:668 { Symfony\Component\Yaml\Inline::evaluateScalar(string $scalar, int $flags, array &$references = [], bool &$isQuotedString = null) … › { /var/www/html/vendor/symfony/yaml/Inline.php:668 { Symfony\Component\Yaml\Inline::evaluateScalar(string $scalar, int $flags, array &$references = [], bool &$isQuotedString = null) … › |
deprecation |
User Deprecated: Since pimcore/pimcore 10.5: Registering bundles through extensions.php is deprecated and will not work on Pimcore 11. Use config/bundles.php to register/deregister bundles.
php
[ "exception" => ErrorException {#57 #message: "User Deprecated: Since pimcore/pimcore 10.5: Registering bundles through extensions.php is deprecated and will not work on Pimcore 11. Use config/bundles.php to register/deregister bundles." #code: 0 #file: "/var/www/html/vendor/pimcore/pimcore/lib/Extension/Config.php" #line: 53 #severity: E_USER_DEPRECATED trace: { /var/www/html/vendor/pimcore/pimcore/lib/Extension/Config.php:53 { Pimcore\Extension\Config->loadConfig(): Config … › { /var/www/html/vendor/pimcore/pimcore/lib/Extension/Config.php:53 { Pimcore\Extension\Config->loadConfig(): Config … › |
deprecation |
Deprecated: Optional parameter $type declared before required parameter $directions is implicitly treated as a required parameter
php
[ "exception" => ErrorException {#354 #message: "Deprecated: Optional parameter $type declared before required parameter $directions is implicitly treated as a required parameter" #code: 0 #file: "/var/www/html/src/CarCutter/ConfigManager.php" #line: 392 #severity: E_DEPRECATED trace: { /var/www/html/src/CarCutter/ConfigManager.php:392 { Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool … › › { /var/www/html/src/CarCutter/ConfigManager.php:392 { Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool … › › |
deprecation |
User Deprecated: Since pimcore/pimcore 10.5: The "pimcore.cache.adapter.pdo" service is deprecated. Use "pimcore.cache.adapter.doctrine_dbal" instead
php
[ "exception" => ErrorException {#1690 #message: "User Deprecated: Since pimcore/pimcore 10.5: The "pimcore.cache.adapter.pdo" service is deprecated. Use "pimcore.cache.adapter.doctrine_dbal" instead" #code: 0 #file: "/var/www/html/var/cache/dev/ContainerEkG431M/getPimcore_Cache_Adapter_PdoService.php" #line: 22 #severity: E_USER_DEPRECATED trace: { /var/www/html/var/cache/dev/ContainerEkG431M/getPimcore_Cache_Adapter_PdoService.php:22 { ContainerEkG431M\getPimcore_Cache_Adapter_PdoService::do($container, $lazyLoad = true) … › { /var/www/html/var/cache/dev/ContainerEkG431M/getPimcore_Cache_Adapter_PdoService.php:22 { ContainerEkG431M\getPimcore_Cache_Adapter_PdoService::do($container, $lazyLoad = true) … › |
deprecation |
User Deprecated: Since symfony/cache 5.4: Usage of a DBAL Connection with "Symfony\Component\Cache\Adapter\PdoAdapter" is deprecated and will be removed in symfony 6.0. Use "Symfony\Component\Cache\Adapter\DoctrineDbalAdapter" instead.
php
[ "exception" => ErrorException {#1694 #message: "User Deprecated: Since symfony/cache 5.4: Usage of a DBAL Connection with "Symfony\Component\Cache\Adapter\PdoAdapter" is deprecated and will be removed in symfony 6.0. Use "Symfony\Component\Cache\Adapter\DoctrineDbalAdapter" instead." #code: 0 #file: "/var/www/html/vendor/symfony/cache/Adapter/PdoAdapter.php" #line: 68 #severity: E_USER_DEPRECATED trace: { /var/www/html/vendor/symfony/cache/Adapter/PdoAdapter.php:68 { Symfony\Component\Cache\Adapter\PdoAdapter->__construct($connOrDsn, string $namespace = '', int $defaultLifetime = 0, array $options = [], MarshallerInterface $marshaller = null) … › { /var/www/html/vendor/symfony/cache/Adapter/PdoAdapter.php:68 { Symfony\Component\Cache\Adapter\PdoAdapter->__construct($connOrDsn, string $namespace = '', int $defaultLifetime = 0, array $options = [], MarshallerInterface $marshaller = null) … › |
debug |
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 (?)
doctrine
[ 1758234763 [ "\x00tags\x00site_domain_c9d8584b [...]" "site_domain_c9d8584b928f77 [...]" ] ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "system\x00tags\x00" "site\x00tags\x00" "site_domain_c9d8584b928f77 [...]" ] ] |
debug |
Successfully got data for key "site_domain_c9d8584b928f77f681fc65562212491e" from cache
cache
[ "key" => "site_domain_c9d8584b928f77f681fc65562212491e" ] |
debug |
SELECT * FROM redirects WHERE
(
(source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR
(source = :sourcePathQuery AND `type` = :typePathQuery) OR
(source = :sourceEntireUri AND `type` = :typeEntireUri)
) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
doctrine
[ "sourcePath" => "/isresult/6d17118e-283f-47 [...]" "sourcePathQuery" => "/isresult/6d17118e-283f-47 [...]" "sourceEntireUri" => "http://io.car-cutter.com/i [...]" "typePath" => "path" "typePathQuery" => "path_query" "typeEntireUri" => "entire_uri" "typeAuto" => "auto_create" ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "\x00tags\x00system_route_redirect" "system_route_redirect" ] ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "system\x00tags\x00" "redirect\x00tags\x00" "route\x00tags\x00" "system_route_redirect\x00tags\x00" ] ] |
debug |
Successfully got data for key "system_route_redirect" from cache
cache
[ "key" => "system_route_redirect" ] |
debug |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
doctrine
[ "id" => "reports" "scope" => "pimcore" ] |
info |
Matched route "cc_webhook_result_is" .
request
[ "route" => "cc_webhook_result_is" "route_parameters" => [ "_route" => "cc_webhook_result_is" "_controller" => "App\Controller\ResultController::isresult" "id" => "6d17118e-283f-47e5-88bb-dc3ae05da948" ] "request_uri" => "http://io.car-cutter.com/isresult/6d17118e-283f-47e5-88bb-dc3ae05da948" "method" => "POST" ] |
debug |
Resolved pimcore context for path "/isresult/6d17118e-283f-47e5-88bb-dc3ae05da948" to "default"
app
[ "path" => "/isresult/6d17118e-283f-47e5-88bb-dc3ae05da948" "context" => "default" ] |
debug |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
doctrine
[ "key" => "6d17118e-283f-47e5-88bb-dc [...]" "path" => "/isresult/" ] |
debug |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
doctrine
[ "prettyUrl" => "/isresult/6d17118e-283f-47 [...]" ] |
debug |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
doctrine
[ "key" => "isresult" "path" => "/" ] |
debug |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
doctrine
[ "prettyUrl" => "/isresult" ] |
debug |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
doctrine
[ "key" => "" "path" => "/" ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "\x00tags\x00document_1" "document_1" ] ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "document_1\x00tags\x00" ] ] |
debug |
Successfully got data for key "document_1" from cache
cache
[ "key" => "document_1" ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "\x00tags\x00document_properties_1" "document_properties_1" ] ] |
debug |
Key "document_properties_1" doesn't exist in cache
cache
[ "key" => "document_properties_1" ] |
debug |
SELECT * FROM properties WHERE ((cid IN (1) AND inheritable = 1) OR cid = ? ) AND ctype='document'
doctrine
[
1
]
|
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\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::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 "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 "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\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Pimcore\Targeting\EventListener\TargetingSessionBagListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator::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 "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\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\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 "CoreShop\Bundle\ResourceBundle\EventListener\BodyListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "CoreShop\Bundle\ResourceBundle\EventListener\BodyListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
debug |
Notified event "kernel.request" to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Pimcore\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 "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\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\DocumentMetaDataListener::onKernelRequest" .
event
[ "event" => "kernel.request" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::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 "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\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\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::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 "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController" ] |
debug |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController" ] |
debug |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController" ] |
debug |
Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController" ] |
debug |
Notified event "kernel.controller" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController" ] |
debug |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController" .
event
[ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController" ] |
debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" .
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] |
debug |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments" .
event
[ "event" => "kernel.controller_arguments" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments" ] |
debug |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments" .
event
[ "event" => "kernel.controller_arguments" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments" ] |
debug |
SELECT name FROM classes WHERE id = ?
doctrine
[
"4"
]
|
debug |
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_key = '6d17118e-283f-47e5-88bb-dc3ae05da948' AND objects.o_type IN ('object','folder')) AND objects.o_published = 1 LIMIT 1
doctrine
|
debug |
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 (?)
doctrine
[ 1758234763 [ "\x00tags\x00object_504187" "object_504187" ] ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "object_504187\x00tags\x00" "class_4\x00tags\x00" ] ] |
debug |
Key "object_504187" doesn't exist in cache
cache
[ "key" => "object_504187" ] |
debug |
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
doctrine
[
504187
]
|
debug |
SELECT objects.*, tree_locks.locked as o_locked FROM objects
LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
WHERE o_id = ?
doctrine
[
504187
]
|
debug |
SELECT * FROM object_store_4 WHERE oo_id = ?
doctrine
[
504187
]
|
debug |
SELECT * FROM object_relations_4 WHERE src_id = ?
doctrine
[
504187
]
|
debug |
Notified event "pimcore.dataobject.preUpdate" to listener "CoreShop\Bundle\PimcoreBundle\EventListener\SluggableListener::preUpdate" .
event
[ "event" => "pimcore.dataobject.preUpdate" "listener" => "CoreShop\Bundle\PimcoreBundle\EventListener\SluggableListener::preUpdate" ] |
debug |
Notified event "pimcore.dataobject.preUpdate" to listener "CoreShop\Bundle\OptimisticEntityLockBundle\EventListener\LockListener::checkLock" .
event
[ "event" => "pimcore.dataobject.preUpdate" "listener" => "CoreShop\Bundle\OptimisticEntityLockBundle\EventListener\LockListener::checkLock" ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "\x00tags\x00object_424313" "object_424313" ] ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "object_424313\x00tags\x00" ] ] |
debug |
Successfully got data for key "object_424313" from cache
cache
[ "key" => "object_424313" ] |
debug |
SELECT CONCAT(o_path,`o_key`) as o_path FROM objects WHERE o_id = ?
doctrine
[
424313
]
|
debug |
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
doctrine
[ "key" => "6d17118e-283f-47e5-88bb-dc [...]" "path" => "/Import/1c56mz8ucaux0uw0zgi5/" ] |
debug |
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
doctrine
[ "key" => "6d17118e-283f-47e5-88bb-dc [...]" "path" => "/Import/1c56mz8ucaux0uw0zgi5/" ] |
debug |
"START TRANSACTION"
doctrine
|
debug |
SELECT CONCAT(o_path,`o_key`) as o_path FROM objects WHERE o_id = ?
doctrine
[
504187
]
|
debug |
SELECT o_versionCount FROM objects WHERE o_id = ? FOR UPDATE
doctrine
[
504187
]
|
debug |
SELECT MAX(versionCount) FROM versions WHERE cid = ? AND ctype = 'object'
doctrine
[
504187
]
|
debug |
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 (?)
doctrine
[ 1758234763 [ "\x00tags\x00object_properties_504187" "object_properties_504187" ] ] |
debug |
Key "object_properties_504187" doesn't exist in cache
cache
[ "key" => "object_properties_504187" ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "\x00tags\x00object_7906" "object_7906" ] ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "object_7906\x00tags\x00" ] ] |
debug |
Successfully got data for key "object_7906" from cache
cache
[ "key" => "object_7906" ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "\x00tags\x00object_1" "object_1" ] ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "object_1\x00tags\x00" ] ] |
debug |
Successfully got data for key "object_1" from cache
cache
[ "key" => "object_1" ] |
debug |
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE ((cid IN (1,424313,7906) AND inheritable = 1) OR cid = ? ) AND ctype='object'
doctrine
[
504187
]
|
debug |
DELETE FROM properties WHERE cid = ? AND ctype = ?
doctrine
[ 504187 "object" ] |
debug |
SELECT id, targetType, targetId FROM dependencies WHERE sourceType= ? AND sourceId = ?
doctrine
[ "object" 504187 ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "\x00tags\x00system_resource_colu [...]" "system_resource_columns_objects" ] ] |
debug |
Key "system_resource_columns_objects" doesn't exist in cache
cache
[ "key" => "system_resource_columns_objects" ] |
debug |
SHOW COLUMNS FROM objects
doctrine
|
debug |
SELECT o_type,o_classId,o_className FROM objects WHERE o_id = ?
doctrine
[
504187
]
|
debug |
INSERT INTO `objects` (`o_id`, `o_parentId`, `o_type`, `o_key`, `o_path`, `o_index`, `o_creationDate`, `o_modificationDate`, `o_userOwner`, `o_userModification`, `o_childrenSortBy`, `o_childrenSortOrder`, `o_versionCount`, `o_published`, `o_classId`, `o_className`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5, :col6, :col7, :col8, :col9, :col10, :col11, :col12, :col13, :col14, :col15) ON DUPLICATE KEY UPDATE `o_id` = :col0, `o_parentId` = :col1, `o_type` = :col2, `o_key` = :col3, `o_path` = :col4, `o_index` = :col5, `o_creationDate` = :col6, `o_modificationDate` = :col7, `o_userOwner` = :col8, `o_userModification` = :col9, `o_childrenSortBy` = :col10, `o_childrenSortOrder` = :col11, `o_versionCount` = :col12, `o_published` = :col13, `o_classId` = :col14, `o_className` = :col15;
doctrine
[ ":col0" => 504187 ":col1" => 424313 ":col2" => "object" ":col3" => "6d17118e-283f-47e5-88bb-dc [...]" ":col4" => "/Import/1c56mz8ucaux0uw0zgi5/" ":col5" => 0 ":col6" => 1755957648 ":col7" => 1758234763 ":col8" => 0 ":col9" => 0 ":col10" => null ":col11" => null ":col12" => 5923 ":col13" => 1 ":col14" => "4" ":col15" => "CarCutterImageset" ] |
debug |
DELETE FROM tree_locks WHERE id = ? AND type = ?
doctrine
[ 504187 "object" ] |
debug |
SELECT `src_id` FROM `object_relations_4`
WHERE (src_id = '504187' AND ownertype = "object" AND ownerType != "localizedfield" AND ownerType != "fieldcollection") LIMIT 1
doctrine
|
debug |
INSERT INTO `object_store_4` (`oo_id`, `token`, `vin`, `imagesetId`, `location`, `guideline`, `status`, `lastUpdated`, `images`, `vehicleRefId`, `notes`, `src`, `processingCounter`, `imageSetHash`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5, :col6, :col7, :col8, :col9, :col10, :col11, :col12, :col13) ON DUPLICATE KEY UPDATE `oo_id` = :col0, `token` = :col1, `vin` = :col2, `imagesetId` = :col3, `location` = :col4, `guideline` = :col5, `status` = :col6, `lastUpdated` = :col7, `images` = :col8, `vehicleRefId` = :col9, `notes` = :col10, `src` = :col11, `processingCounter` = :col12, `imageSetHash` = :col13;
doctrine
[ ":col0" => 504187 ":col1" => "1c56mz8ucaux0uw0zgi5" ":col2" => "3FMTK1SS6NMA20510" ":col3" => null ":col4" => "location-recharged" ":col5" => null ":col6" => "processing" ":col7" => 1756717158 ":col8" => "a:32:{i:0;a:4:{i:0;s:93:"h [...]" ":col9" => null ":col10" => null ":col11" => "standard" ":col12" => 0 ":col13" => null ] |
debug |
SELECT * FROM object_query_4 WHERE oo_id = ?
doctrine
[
504187
]
|
debug |
INSERT INTO `object_query_4` (`token`, `vin`, `imagesetId`, `location`, `guideline`, `status`, `lastUpdated`, `images`, `vehicleRefId`, `notes`, `src`, `processingCounter`, `imageSetHash`, `oo_id`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5, :col6, :col7, :col8, :col9, :col10, :col11, :col12, :col13) ON DUPLICATE KEY UPDATE `token` = :col0, `vin` = :col1, `imagesetId` = :col2, `location` = :col3, `guideline` = :col4, `status` = :col5, `lastUpdated` = :col6, `images` = :col7, `vehicleRefId` = :col8, `notes` = :col9, `src` = :col10, `processingCounter` = :col11, `imageSetHash` = :col12, `oo_id` = :col13;
doctrine
[ ":col0" => "1c56mz8ucaux0uw0zgi5" ":col1" => "3FMTK1SS6NMA20510" ":col2" => null ":col3" => "location-recharged" ":col4" => null ":col5" => "processing" ":col6" => 1756717158 ":col7" => "http://dealerslink.s3.amaz [...]" ":col8" => null ":col9" => null ":col10" => "standard" ":col11" => 0 ":col12" => null ":col13" => 504187 ] |
debug |
SELECT id FROM schedule_tasks WHERE `cid` = ? AND `ctype` = ?
doctrine
[ 504187 "object" ] |
debug |
DELETE FROM schedule_tasks WHERE `cid` = '504187' AND `ctype` = 'object'
doctrine
|
debug |
SELECT * FROM users WHERE `type` = ? AND id = ?
doctrine
[ "user" 0 ] |
debug |
SELECT * FROM users_workspaces_asset WHERE userId = ?
doctrine
[
0
]
|
debug |
SELECT * FROM users_workspaces_document WHERE userId = ?
doctrine
[
0
]
|
debug |
SELECT * FROM users_workspaces_object WHERE userId = ?
doctrine
[
0
]
|
debug |
Notified event "pimcore.system.service.preGetDeepCopy" to listener "CoreShop\Bundle\ResourceBundle\EventListener\DeepCopySubscriber::addDoctrineCollectionFilter" .
event
[ "event" => "pimcore.system.service.preGetDeepCopy" "listener" => "CoreShop\Bundle\ResourceBundle\EventListener\DeepCopySubscriber::addDoctrineCollectionFilter" ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "\x00tags\x00system_resource_colu [...]" "system_resource_columns_versions" ] ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "system\x00tags\x00" "resource\x00tags\x00" "system_resource_columns_ve [...]" ] ] |
debug |
Successfully got data for key "system_resource_columns_versions" from cache
cache
[ "key" => "system_resource_columns_versions" ] |
debug |
INSERT INTO `versions` (`id`, `cid`, `ctype`, `userId`, `note`, `date`, `public`, `serialized`, `stackTrace`, `versionCount`, `binaryFileHash`, `binaryFileId`, `autoSave`, `storageType`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5, :col6, :col7, :col8, :col9, :col10, :col11, :col12, :col13) ON DUPLICATE KEY UPDATE `id` = :col0, `cid` = :col1, `ctype` = :col2, `userId` = :col3, `note` = :col4, `date` = :col5, `public` = :col6, `serialized` = :col7, `stackTrace` = :col8, `versionCount` = :col9, `binaryFileHash` = :col10, `binaryFileId` = :col11, `autoSave` = :col12, `storageType` = :col13;
doctrine
[ ":col0" => null ":col1" => 504187 ":col2" => "object" ":col3" => 0 ":col4" => "" ":col5" => 1758234763 ":col6" => 0 ":col7" => 1 ":col8" => "#0 /var/www/html/vendor/pi [...]" ":col9" => 5923 ":col10" => null ":col11" => null ":col12" => 0 ":col13" => "fs" ] |
debug |
"COMMIT"
doctrine
|
debug |
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 (?)
doctrine
[ 1758234763 [ "\x00tags\x00system_cache_write_lock" "system_cache_write_lock" ] ] |
debug |
Setting write lock with timestamp 1758234763
cache
[ "timestamp" => 1758234763 ] |
debug |
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 (?)
doctrine
[ 1758234763 [ "\x00tags\x00system_cache_write_lock" "system_cache_write_lock" ] ] |
debug |
INSERT INTO cache_items (item_id, item_data, item_lifetime, item_time) VALUES (?, ?, ?, ?) ON DUPLICATE KEY UPDATE item_data = VALUES(item_data), item_lifetime = VALUES(item_lifetime), item_time = VALUES(item_time)
doctrine
[ 1 => null 2 => null 3 => 30 4 => 1758234763 ] |
debug |
INSERT INTO cache_items (item_id, item_data, item_lifetime, item_time) VALUES (?, ?, ?, ?) ON DUPLICATE KEY UPDATE item_data = VALUES(item_data), item_lifetime = VALUES(item_lifetime), item_time = VALUES(item_time)
doctrine
[ 1 => null 2 => null 3 => 30 4 => 1758234763 ] |
debug |
Clearing cache tags
cache
[ "tags" => [ "object_504187" "object_properties" "output" ] ] |
debug |
DELETE FROM cache_items WHERE item_id IN (?)
doctrine
[ [ "object_504187\x00tags\x00" "object_properties\x00tags\x00" ] ] |
info |
Sending message "Pimcore\Messenger\SearchBackendMessage" with "pimcore_core" sender using "Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransport"
messenger
[ "class" => "Pimcore\Messenger\SearchBackendMessage" "alias" => "pimcore_core" "sender" => "Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransport" ] |
debug | INSERT INTO messenger_messages (body, headers, queue_name, created_at, available_at) VALUES(?, ?, ?, ?, ?) |
debug |
Notified event "pimcore.dataobject.postUpdate" to listener "CoreShop\Bundle\OptimisticEntityLockBundle\EventListener\LockListener::postUpdateLock" .
event
[ "event" => "pimcore.dataobject.postUpdate" "listener" => "CoreShop\Bundle\OptimisticEntityLockBundle\EventListener\LockListener::postUpdateLock" ] |
debug |
Notified event "pimcore.dataobject.postUpdate" to listener "Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener::onPostAddUpdateElement" .
event
[ "event" => "pimcore.dataobject.postUpdate" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener::onPostAddUpdateElement" ] |
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\HttpKernel\EventListener\ResponseListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\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 "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::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 "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 "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\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse" ] |
debug |
Notified event "kernel.response" to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Pimcore\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\Targeting\EventListener\ToolbarListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Pimcore\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.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse" .
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::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\Component\HttpKernel\EventListener\SessionListener::onFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" .
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\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.