Log Messages
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 | 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 |
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/http-foundation 5.3: The "Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag" class is deprecated. |
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. |
Matched route "shop-category" .
|
|
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. |
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 | 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 symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead. |
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 | Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated |
deprecation | Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated |
deprecation | Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated |
deprecation | Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated |
User specific Condition Part: (parentCategoryIds LIKE '%,392,%') | |
Total Condition: active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,392,%') | |
Query: SELECT count(*) FROM shop_productindex a WHERE active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,392,%') | |
Query done. | |
User specific Condition Part: (parentCategoryIds LIKE '%,392,%') | |
Total Condition: active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,392,%') | |
Query: SELECT SQL_CALC_FOUND_ROWS a.o_id, priceSystemName FROM shop_productindex a WHERE active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,392,%') LIMIT 110, 22 | |
Query done. | |
deprecation | Deprecated: Return type of Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\AbstractData::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice |
deprecation | Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated |
deprecation | User Deprecated: Method "Twig\TokenParser\TokenParserInterface::parse()" might add "Node" as a native return type declaration in the future. Do the same in implementation "Pimcore\Twig\TokenParser\GlossaryTokenParser" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: Method "Twig\TokenParser\TokenParserInterface::parse()" might add "Node" as a native return type declaration in the future. Do the same in implementation "Pimcore\Twig\TokenParser\AssetCompressParser" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: Method "Twig\TokenParser\TokenParserInterface::getTag()" might add "string" as a native return type declaration in the future. Do the same in implementation "Pimcore\Twig\TokenParser\AssetCompressParser" now to avoid errors or add an explicit @return annotation to suppress this message. |
deprecation | User Deprecated: Since pimcore/pimcore 10.0: The Link::getObject() method is deprecated, use Link::getElement() instead. |
User specific Condition Part: | |
Total Condition: active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' | |
Query: SELECT TRIM(`parentCategoryIds`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' GROUP BY TRIM(`parentCategoryIds`) | |
Query done. | |
User specific Condition Part: (parentCategoryIds LIKE '%,392,%') | |
Total Condition: active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,392,%') | |
Query: SELECT dest as `value`, count(*) as `count` FROM shop_productindex_relations a WHERE fieldname = 'manufacturer' AND src IN (SELECT a.o_id FROM shop_productindex a WHERE active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,392,%')) GROUP BY dest | |
Query done. | |
Load Objects... | |
done. | |
User specific Condition Part: (parentCategoryIds LIKE '%,392,%') | |
Total Condition: active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,392,%') | |
Query: SELECT TRIM(`milage`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND o_virtualProductActive = 1 AND inProductList = 1 AND o_type = 'variant' AND (parentCategoryIds LIKE '%,392,%') GROUP BY TRIM(`milage`) | |
Query done. | |
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 pimcore/pimcore 10.2: Pimcore\Http\RequestHelper::hasMasterRequest is deprecated, please use RequestHelper::hasMainRequest() instead. |
deprecation | User Deprecated: Since pimcore/pimcore 10.2: Pimcore\Http\RequestHelper::getMasterRequest is deprecated, please use RequestHelper::getMainRequest() instead. |
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\EcommerceFrameworkBundle\EventListener\IndexUpdateListener" 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: 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\UUIDListener" 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\AdminBundle\EventListener\GridConfigListener" 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\CoreBundle\EventListener\ElementTagsListener" 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\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\AdminBundle\EventListener\ImportConfigListener" 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 (4943)
Log messages generated during the compilation of the service container.
Messages | Class |
---|---|
1253 |
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
|
1 |
Symfony\Component\DependencyInjection\Compiler\AutowirePass
|
192 |
Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
|
688 |
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
|
561 |
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
|
1144 |
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
|
265 |
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
|
837 |
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
|
2 |
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
|