13:49:06.000
deprecation
Since symfony/framework-bundle 6.4: The "annotations.cache_warmer " service is deprecated without replacement.
13:49:06.000
deprecation
Since symfony/framework-bundle 6.4: The "annotations.reader " service is deprecated without replacement.
13:49:06.000
deprecation
Since symfony/framework-bundle 6.4: The "annotations.cached_reader " service is deprecated without replacement.
13:49:06.000
deprecation
Since symfony/framework-bundle 6.4: The "annotations.cache_adapter " service is deprecated without replacement.
13:49:06.000
deprecation
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader " instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct() " is deprecated, pass null or omit the parameter instead.
13:49:06.000
deprecation
Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader() " is deprecated without replacement.
13:49:06.000
deprecation
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader " as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct " is deprecated. Pass the environment as first argument instead.
18:15:07.252
deprecation
User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.
18:15:07.252
deprecation
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode " to "lazy " instead.
18:15:07.254
info
Matched route "app_home " .
18:15:07.255
debug
Checking for authenticator support.
18:15:07.255
debug
Checking support on authenticator.
18:15:07.256
debug
Authenticator does not support the request.
18:15:07.256
debug
Checking support on authenticator.
18:15:07.256
debug
Authenticator does not support the request.
18:15:07.256
debug
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
18:15:07.256
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure " .
18:15:07.256
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest " .
18:15:07.256
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest " .
18:15:07.256
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale " .
18:15:07.256
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest " .
18:15:07.256
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest " .
18:15:07.256
debug
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest " .
18:15:07.257
debug
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator " .
18:15:07.257
debug
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest " .
18:15:07.257
deprecation
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader " service is deprecated without replacement.
18:15:07.257
deprecation
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader " service is deprecated without replacement.
18:15:07.257
deprecation
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter " service is deprecated without replacement.
18:15:07.257
deprecation
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader() " is deprecated without replacement.
18:15:07.258
debug
Access denied, the user is not fully authenticated; redirecting to authentication entry point.
18:15:07.258
debug
Calling Authentication entry point.
18:15:07.259
debug
Notified event "kernel.exception " to listener "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException " .
18:15:07.259
debug
Listener "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException " stopped propagation of the event "kernel.exception " .
18:15:07.259
debug
Listener "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException " was not called for event "kernel.exception " .
18:15:07.259
debug
Listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException " was not called for event "kernel.exception " .
18:15:07.259
debug
Listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException " was not called for event "kernel.exception " .
18:15:07.259
debug
Listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException " was not called for event "kernel.exception " .
18:15:07.259
debug
Listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException " was not called for event "kernel.exception " .
18:15:07.259
debug
Listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException " was not called for event "kernel.exception " .
18:15:07.260
deprecation
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared " constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:860, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
18:15:07.261
deprecation
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "5.7.40 " instead of "5.7 ". (AbstractMySQLDriver.php:102 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
18:15:07.261
deprecation
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
18:15:07.264
deprecation
User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getStofDoctrineExtensions_Listener_TimestampableService.php:33, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)
18:15:07.270
debug
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse " .
18:15:07.270
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse " .
18:15:07.270
debug
Notified event "kernel.response " to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse " .
18:15:07.270
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse " .
18:15:07.270
debug
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse " .
18:15:07.270
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse " .
18:15:07.270
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse " .
18:15:07.270
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader " .
18:15:07.270
debug
Notified event "kernel.response " to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
18:15:07.270
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse " .
18:15:07.270
debug
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse " .
18:15:07.270
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest " .
18:15:07.270
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest " .
18:15:07.270
debug
Notified event "kernel.finish_request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest " .
18:15:07.270
debug
Notified event "kernel.finish_request " to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets " .
18:15:07.270
debug
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest " .