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 (8)
Time
Message
deprecation
The "Scheb\TwoFactorBundle\DependencyInjection\Factory\Security\TwoFactorFactory" class implements "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface" that is deprecated since Symfony 5.3, use AuthenticatorFactoryInterface instead.
Class "Scheb\TwoFactorBundle\DependencyInjection\Factory\Security\AuthenticatorTwoFactorFactory" should implement method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AuthenticatorFactoryInterface::getPriority(): int": defines the position at which the authenticator is called.
Since symfony/security-bundle 5.4: Method "Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension::addSecurityListenerFactory()" is deprecated, use "addAuthenticatorFactory()" instead.
The "Pimcore\Bundle\AdminBundle\Security\Factory\PreAuthenticatedAdminSessionFactory" class implements "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface" that is deprecated since Symfony 5.3, use AuthenticatorFactoryInterface instead.
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.
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.
Deprecated: Return type of Pimcore\Config\Config::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Config\Config::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Config\Config::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Config\Config::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Config\Config::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Config\Config::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Config\Config::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Config\Config::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Config\Config::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Config\Config::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Document\Editable\Block\BlockStateStack::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Cache\Runtime::offsetSet($index, $value) should either be compatible with ArrayObject::offsetSet(mixed $key, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
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.
User Deprecated: Since symfony/lock 5.4: Usage of a DBAL Connection with "Symfony\Component\Lock\Store\PdoStore" is deprecated and will be removed in symfony 6.0. Use "Symfony\Component\Lock\Store\DoctrineDbalStore" instead.
Deprecated: Return type of Pimcore\Document\Editable\Block\BlockState::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead.
User Deprecated: Since symfony/http-foundation 5.3: The "Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag" class is deprecated.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.pimcore_admin" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Token\GuardTokenInterface" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::setAuthenticated()" is deprecated
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
User Deprecated: Since symfony/security-core 5.3: Passing a "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" instance to the "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" constructor is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.pimcore_admin.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.4: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::isAuthenticated()" is deprecated, return null from "getUser()" instead when a token is not authenticated.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.4: Method "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::getListeners()" is deprecated, use "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::getAuthenticators()" instead.
User Deprecated: Since symfony/security-core 5.3: Not implementing method "getUserIdentifier(): string" in user class "Pimcore\Bundle\AdminBundle\Security\User\User" is deprecated. This method will replace "getUsername()" in Symfony 6.0.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.pimcore_admin" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated.
User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated.
Deprecated: Return type of Pimcore\Model\DataObject\Data\ImageGallery::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Model\DataObject\Data\ImageGallery::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Model\DataObject\Data\ImageGallery::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Model\DataObject\Data\ImageGallery::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Model\DataObject\Data\ImageGallery::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
doctrine
[3140]
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
[3140]
debug
SELECT * FROM object_store_35 WHERE oo_id = ?
doctrine
[3140]
debug
SELECT * FROM object_localized_data_35 WHERE ooo_id = ? AND language IN ('en','de','fr','it','da','ro','nl','uk','ru')
doctrine
[3140]
debug
select `highlights` from object_localized_data_35 where language = 'da' and ooo_id = 3140
doctrine
debug
select `highlights` from object_localized_data_35 where language = 'de' and ooo_id = 3140
doctrine
debug
select `highlights` from object_localized_data_35 where language = 'en' and ooo_id = 3140
doctrine
debug
select `highlights` from object_localized_data_35 where language = 'fr' and ooo_id = 3140
doctrine
debug
select `highlights` from object_localized_data_35 where language = 'it' and ooo_id = 3140
doctrine
debug
select `highlights` from object_localized_data_35 where language = 'nl' and ooo_id = 3140
doctrine
debug
select `highlights` from object_localized_data_35 where language = 'ro' and ooo_id = 3140
doctrine
debug
select `highlights` from object_localized_data_35 where language = 'ru' and ooo_id = 3140
doctrine
debug
select `highlights` from object_localized_data_35 where language = 'uk' and ooo_id = 3140
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 (?)
SELECT * FROM object_relations_35 WHERE src_id = ?
doctrine
[3140]
deprecation
Deprecated: Return type of Pimcore\Model\Listing\AbstractListing::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Model\Listing\AbstractListing::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Model\Listing\AbstractListing::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Model\Listing\AbstractListing::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Model\Listing\AbstractListing::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Deprecated: Return type of Pimcore\Model\Listing\AbstractListing::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
SELECT id FROM schedule_tasks WHERE `cid` = ? AND `ctype` = ?
doctrine
[3140
"object"
]
deprecation
User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::get()" is deprecated, use method or constructor injection in your controller instead.
SELECT id FROM versions WHERE cid = ? AND ctype = ? AND (autoSave=0 OR (autoSave=1 AND userId = ?)) ORDER BY `date` ASC
doctrine
[3140
"object"
16]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227115]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227116]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227118]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227119]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227129]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227130]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227132]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227137]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227139]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227140]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227146]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227176]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227177]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227182]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227183]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[227187]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[230265]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[230264]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[230266]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[230267]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[230268]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[230269]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[230270]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[230271]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[230272]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[230863]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[230864]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[247041]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[247042]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[279606]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[279620]
debug
SELECT * FROM versions WHERE id = ?
doctrine
[279621]
deprecation
User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead.