Log Messages
Level (7)
Channel (7)
Time | Message |
---|---|
deprecation | 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. |
deprecation | User Deprecated: The "cmf.customer_exporter_manager" service is deprecated. Use "CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface" instead |
deprecation | User Deprecated: The "cmf.link-activity-definition.linkgenerator" service is deprecated. Use "CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator" instead |
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. |
deprecation | 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. |
deprecation | User Deprecated: Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead. |
deprecation | User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead. |
deprecation | User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead. |
deprecation | User Deprecated: Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead. |
deprecation | User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. |
info |
Matched route "document_46" .
|
deprecation | User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface" interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" instead. |
deprecation | User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler" instead. |
deprecation | User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" instead. |
deprecation | User Deprecated: Since symfony/security-http 5.4: Method "Symfony\Component\Security\Http\Firewall\ContextListener::setRememberMeServices()" is deprecated, use the new remember me handlers instead. |
deprecation | User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.demo_frontend" service is deprecated, use the new authenticator system instead. |
deprecation | User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead. |
deprecation | User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead. |
deprecation | User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead. |
deprecation | User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead. |
deprecation | 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. |
deprecation | User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.demo_frontend" service is deprecated, use the new authenticator system instead. |
deprecation | User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead. |
deprecation | User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.demo_frontend" service is deprecated, use the new authenticator system instead. |
deprecation | User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead. |
deprecation | User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" class is deprecated. |
deprecation | User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated. |
deprecation | 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. |
deprecation | 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. |
deprecation | 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. |
deprecation | 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. |
deprecation | User Deprecated: Since pimcore/pimcore 10.1: The "pimcore.security.encoder_factory" service is deprecated, use "pimcore.security.user_password_hasher" instead. |
deprecation | 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. |
deprecation | User Deprecated: Method "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface::getEncoder()" might add "PasswordEncoderInterface" as a native return type declaration in the future. Do the same in implementation "Pimcore\Security\Encoder\EncoderFactory" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead. |
deprecation | 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. |
deprecation | 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. |
deprecation | 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. |
deprecation | User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead. |
deprecation | User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator.inner" service is deprecated, use the new authenticator system instead. |
deprecation | User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead. |
deprecation | 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. |
deprecation | User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor" now to avoid errors or add an explicit @return annotation to suppress this message. |
info | Populated the TokenStorage with an anonymous Token. |
deprecation | User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated. |
deprecation | 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. |
deprecation | Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated |
deprecation | User Deprecated: Method "Pimcore\Targeting\Condition\ConditionInterface::fromConfig()" might add "ConditionInterface" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Targeting\Condition\CustomerIsLoggedIn" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: Method "Pimcore\Targeting\Condition\ConditionInterface::fromConfig()" might add "ConditionInterface" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Targeting\Condition\HasSegment" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated. |
deprecation | User Deprecated: Since pimcore/pimcore 4.4: Pimcore\Model\Element\ChildsCompatibilityTrait::setChilds is deprecated, please use setChildren() instead. It will be removed in Pimcore 11. |
deprecation | User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead. |
deprecation | User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\AssetMetadataClassDefinitionsBundle\EventListener\MainListener" now to avoid errors or add an explicit @return annotation to suppress this message. |
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. |
deprecation | User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated. |
deprecation | User Deprecated: Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Presta\SitemapBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\DataObjectSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: The "cmf.event_listener.action_trigger" service is deprecated. Use "CustomerManagementFrameworkBundle\ActionTrigger\Queue\QueueInterface" instead |
deprecation | User Deprecated: The "cmf.action_trigger.queue" service is deprecated. Use "CustomerManagementFrameworkBundle\ActionTrigger\Queue\QueueInterface" instead |
deprecation | User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AdminSettingsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\AssetBundle\EventListener\AssetWorkflowListner" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\AdminSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\ConfigurationEventSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. |
Container Compilation Logs (4925)
Log messages generated during the compilation of the service container.
Messages | Class |
---|---|
1260 |
|
1 |
|
192 |
|
691 |
|
552 |
|
1148 |
|
266 |
|
813 |
|
2 |
|