08:36:02
php
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager " class is deprecated, use the new authenticator system instead.
[
"exception " => ErrorException {#133
#message : "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php "
#line : 27
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:27 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AuthenticationProviderManager::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:315 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
}
/home/rlvchht/www/dev/vendor /symfony/dependency-injection/ Container.php:150 {
Symfony\Component\DependencyInjection \ Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:457 {
Symfony\Component\HttpKernel \ Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:789 {
Symfony\Component\HttpKernel \ Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:190 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:27 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AuthenticationProviderManager::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:315 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
}
/home/rlvchht/www/dev/vendor /symfony/dependency-injection/ Container.php:150 {
Symfony\Component\DependencyInjection \ Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:457 {
Symfony\Component\HttpKernel \ Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:789 {
Symfony\Component\HttpKernel \ Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:190 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
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.
[
"exception " => ErrorException {#132
#message : "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. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Event/AuthenticationFailureEvent.php "
#line : 18
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Event/AuthenticationFailureEvent.php:18 {
class_exists(string $class, bool $autoload = true): bool …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);
›
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:31 {
include_once …
› class_exists(AuthenticationEvents::class);
› class_exists(AuthenticationFailureEvent::class);
› class_exists(AuthenticationSuccessEvent::class);
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:315 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
}
/home/rlvchht/www/dev/vendor /symfony/dependency-injection/ Container.php:150 {
Symfony\Component\DependencyInjection \ Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:457 {
Symfony\Component\HttpKernel \ Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:789 {
Symfony\Component\HttpKernel \ Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:190 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Event/AuthenticationFailureEvent.php:18 {
class_exists(string $class, bool $autoload = true): bool …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);
›
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:31 {
include_once …
› class_exists(AuthenticationEvents::class);
› class_exists(AuthenticationFailureEvent::class);
› class_exists(AuthenticationSuccessEvent::class);
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:315 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
}
/home/rlvchht/www/dev/vendor /symfony/dependency-injection/ Container.php:150 {
Symfony\Component\DependencyInjection \ Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:457 {
Symfony\Component\HttpKernel \ Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:789 {
Symfony\Component\HttpKernel \ Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:190 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated.
[
"exception " => ErrorException {#53
#message : "User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/http-kernel/ EventListener/DebugHandlersListener.php "
#line : 55
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ EventListener/DebugHandlersListener.php:55 {
Symfony\Component\HttpKernel\EventListener \ DebugHandlersListener->__construct(callable $exceptionHandler = null, LoggerInterface $logger = null, $levels = E_ALL, int $throwAt = E_ALL, bool $scream = true, $scope = true, $deprecationLogger = null, $fileLinkFormat = null) …
› if (!\is_bool($scope)) {
› trigger_deprecation('symfony/http-kernel', '5.4', 'Passing a $fileLinkFormat is deprecated.');
› $scope = $deprecationLogger;
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1187 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->getDebug_DebugHandlersListenerService() …
›
› return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true, NULL);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:773 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
› }, 1 => 'configure'], 2048);
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:293 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ EventListener/DebugHandlersListener.php:55 {
Symfony\Component\HttpKernel\EventListener \ DebugHandlersListener->__construct(callable $exceptionHandler = null, LoggerInterface $logger = null, $levels = E_ALL, int $throwAt = E_ALL, bool $scream = true, $scope = true, $deprecationLogger = null, $fileLinkFormat = null) …
› if (!\is_bool($scope)) {
› trigger_deprecation('symfony/http-kernel', '5.4', 'Passing a $fileLinkFormat is deprecated.');
› $scope = $deprecationLogger;
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1187 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->getDebug_DebugHandlersListenerService() …
›
› return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true, NULL);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:773 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
› }, 1 => 'configure'], 2048);
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:293 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php (8 times)
User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest() " is deprecated, use "isMainRequest() " instead.
[
"exception " => ErrorException {#200
#message : "User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Event/KernelEvent.php "
#line : 88
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Event/KernelEvent.php:88 {
Symfony\Component\HttpKernel\Event \ KernelEvent->isMasterRequest() …
› {
› trigger_deprecation('symfony/http-kernel', '5.3', '"%s()" is deprecated, use "isMainRequest()" instead.', __METHOD__);
›
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:41 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
› {
› if (!$event->isMasterRequest()) {
› return;
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Event/KernelEvent.php:88 {
Symfony\Component\HttpKernel\Event \ KernelEvent->isMasterRequest() …
› {
› trigger_deprecation('symfony/http-kernel', '5.3', '"%s()" is deprecated, use "isMainRequest()" instead.', __METHOD__);
›
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:41 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
› {
› if (!$event->isMasterRequest()) {
› return;
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
User Deprecated: Since symfony/security-core 5.4: Passing the access decision strategy as a string is deprecated, pass an instance of "Symfony\Component\Security\Core\Authorization\Strategy\AccessDecisionStrategyInterface " instead.
[
"exception " => ErrorException {#253
#message : "User Deprecated: Since symfony/security-core 5.4: Passing the access decision strategy as a string is deprecated, pass an instance of "Symfony\Component\Security\Core\Authorization\Strategy\AccessDecisionStrategyInterface" instead. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authorization/AccessDecisionManager.php "
#line : 75
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authorization/AccessDecisionManager.php:75 {
Symfony\Component\Security\Core\Authorization \ AccessDecisionManager->__construct(iterable $voters = [], $strategy = null) …
› if (\is_string($strategy)) {
› trigger_deprecation('symfony/security-core', '5.4', 'Passing the access decision strategy as a string is deprecated, pass an instance of "%s" instead.', AccessDecisionStrategyInterface::class);
› $allowIfAllAbstainDecisions = 3 <= \func_num_args() && func_get_arg(2);
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1223 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->getDebug_Security_Access_DecisionManagerService() …
› yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
› }, 3), 'affirmative', false, true));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_AccessListenerService.php:24 {
ContainerL9wE9Lk \ getSecurity_AccessListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($container->services['security.token_storage'] ?? $container->getSecurity_TokenStorageService()), ($container->privates['debug.security.access.decision_manager'] ?? $container->getDebug_Security_Access_DecisionManagerService()), ($container->privates['security.access_map'] ?? $container->load('getSecurity_AccessMapService')), ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Firewall_Map_Context_MainService.php:50 {
ContainerL9wE9Lk\getSecurity_Firewall_Map_Context_MainService::ContainerL9wE9Lk \ {closure} …
› yield 4 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));
› yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($container->services['http_kernel'] ?? $container->getHttpKernelService()), $b, 'login', false), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.in_database', 'main', 'security.authentication.form_entry_point.main', NULL, NULL, [0 => 'guard', 1 => 'form_login', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:43 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug \ {closure} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if ($listener instanceof FirewallListenerInterface) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:57 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authorization/AccessDecisionManager.php:75 {
Symfony\Component\Security\Core\Authorization \ AccessDecisionManager->__construct(iterable $voters = [], $strategy = null) …
› if (\is_string($strategy)) {
› trigger_deprecation('symfony/security-core', '5.4', 'Passing the access decision strategy as a string is deprecated, pass an instance of "%s" instead.', AccessDecisionStrategyInterface::class);
› $allowIfAllAbstainDecisions = 3 <= \func_num_args() && func_get_arg(2);
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1223 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->getDebug_Security_Access_DecisionManagerService() …
› yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
› }, 3), 'affirmative', false, true));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_AccessListenerService.php:24 {
ContainerL9wE9Lk \ getSecurity_AccessListenerService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($container->services['security.token_storage'] ?? $container->getSecurity_TokenStorageService()), ($container->privates['debug.security.access.decision_manager'] ?? $container->getDebug_Security_Access_DecisionManagerService()), ($container->privates['security.access_map'] ?? $container->load('getSecurity_AccessMapService')), ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Firewall_Map_Context_MainService.php:50 {
ContainerL9wE9Lk\getSecurity_Firewall_Map_Context_MainService::ContainerL9wE9Lk \ {closure} …
› yield 4 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));
› yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($container->services['http_kernel'] ?? $container->getHttpKernelService()), $b, 'login', false), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, $c, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.in_database', 'main', 'security.authentication.form_entry_point.main', NULL, NULL, [0 => 'guard', 1 => 'form_login', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:43 {
Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug \ {closure} …
› $listeners = [];
› foreach ($this->listeners as $listener) {
› if ($listener instanceof FirewallListenerInterface) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:57 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
User Deprecated: Class "App\Entity\Connexion " should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string ": returns the identifier for this user (e.g. its username or email address).
[
"exception " => ErrorException {#273
#message : "User Deprecated: Class "App\Entity\Connexion" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string": returns the identifier for this user (e.g. its username or email address). "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/error-handler/ DebugClassLoader.php "
#line : 325
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/error-handler/ DebugClassLoader.php:325 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/rlvchht/www/dev/vendor /doctrine/persistence/ lib/Doctrine/Persistence/AbstractManagerRegistry.php:167 {
Doctrine\Persistence \ AbstractManagerRegistry->getManagerForClass($class) …
›
› $proxyClass = new ReflectionClass($className);
›
}
/home/rlvchht/www/dev/vendor /doctrine/doctrine-bundle/ Repository/ServiceEntityRepository.php:36 {
Doctrine\Bundle\DoctrineBundle\Repository \ ServiceEntityRepository->__construct(ManagerRegistry $registry, string $entityClass) …
› {
› $manager = $registry->getManagerForClass($entityClass);
›
}
/home/rlvchht/www/dev / src/Repository/ConnexionRepository.php:19 {
App\Repository \ ConnexionRepository->__construct(ManagerRegistry $registry) …
› {
› parent::__construct($registry, Connexion::class);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getConnexionRepositoryService.php:27 {
ContainerL9wE9Lk \ getConnexionRepositoryService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Repository\\ConnexionRepository'] = new \App\Repository\ConnexionRepository(($container->services['doctrine'] ?? $container->getDoctrineService()));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getLoginFormAuthenticatorService.php:27 {
ContainerL9wE9Lk \ getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->privates['App\\Repository\\ConnexionRepository'] ?? $container->load('getConnexionRepositoryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Listener_Guard_MainService.php:31 {
ContainerL9wE9Lk\getSecurity_Authentication_Listener_Guard_MainService::ContainerL9wE9Lk \ {closure} …
› return $container->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
› }, 1), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true);
}
/home/rlvchht/www/dev/vendor /symfony/security-guard/ Firewall/GuardAuthenticationListener.php:84 {
Symfony\Component\Security\Guard\Firewall \ GuardAuthenticationListener->supports(Request $request): ?bool …
›
› foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {
› if (null !== $this->logger) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:38 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->supports(Request $request): ?bool …
› {
› return $this->listener->supports($request);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:52 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› $lazy = $lazy && $listener instanceof FirewallListenerInterface;
› } elseif (false !== $supports = $listener->supports($request)) {
› $listeners[] = [$listener, 'authenticate'];
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/error-handler/ DebugClassLoader.php:325 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/rlvchht/www/dev/vendor /doctrine/persistence/ lib/Doctrine/Persistence/AbstractManagerRegistry.php:167 {
Doctrine\Persistence \ AbstractManagerRegistry->getManagerForClass($class) …
›
› $proxyClass = new ReflectionClass($className);
›
}
/home/rlvchht/www/dev/vendor /doctrine/doctrine-bundle/ Repository/ServiceEntityRepository.php:36 {
Doctrine\Bundle\DoctrineBundle\Repository \ ServiceEntityRepository->__construct(ManagerRegistry $registry, string $entityClass) …
› {
› $manager = $registry->getManagerForClass($entityClass);
›
}
/home/rlvchht/www/dev / src/Repository/ConnexionRepository.php:19 {
App\Repository \ ConnexionRepository->__construct(ManagerRegistry $registry) …
› {
› parent::__construct($registry, Connexion::class);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getConnexionRepositoryService.php:27 {
ContainerL9wE9Lk \ getConnexionRepositoryService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Repository\\ConnexionRepository'] = new \App\Repository\ConnexionRepository(($container->services['doctrine'] ?? $container->getDoctrineService()));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getLoginFormAuthenticatorService.php:27 {
ContainerL9wE9Lk \ getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->privates['App\\Repository\\ConnexionRepository'] ?? $container->load('getConnexionRepositoryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Listener_Guard_MainService.php:31 {
ContainerL9wE9Lk\getSecurity_Authentication_Listener_Guard_MainService::ContainerL9wE9Lk \ {closure} …
› return $container->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
› }, 1), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true);
}
/home/rlvchht/www/dev/vendor /symfony/security-guard/ Firewall/GuardAuthenticationListener.php:84 {
Symfony\Component\Security\Guard\Firewall \ GuardAuthenticationListener->supports(Request $request): ?bool …
›
› foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {
› if (null !== $this->logger) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:38 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->supports(Request $request): ?bool …
› {
› return $this->listener->supports($request);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:52 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› $lazy = $lazy && $listener instanceof FirewallListenerInterface;
› } elseif (false !== $supports = $listener->supports($request)) {
› $listeners[] = [$listener, 'authenticate'];
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getSalt() " might add "?string " as a native return type declaration in the future. Do the same in implementation "App\Entity\Connexion " now to avoid errors or add an explicit @return annotation to suppress this message.
[
"exception " => ErrorException {#271
#message : "User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\Connexion" now to avoid errors or add an explicit @return annotation to suppress this message. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/error-handler/ DebugClassLoader.php "
#line : 325
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/error-handler/ DebugClassLoader.php:325 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/rlvchht/www/dev/vendor /doctrine/persistence/ lib/Doctrine/Persistence/AbstractManagerRegistry.php:167 {
Doctrine\Persistence \ AbstractManagerRegistry->getManagerForClass($class) …
›
› $proxyClass = new ReflectionClass($className);
›
}
/home/rlvchht/www/dev/vendor /doctrine/doctrine-bundle/ Repository/ServiceEntityRepository.php:36 {
Doctrine\Bundle\DoctrineBundle\Repository \ ServiceEntityRepository->__construct(ManagerRegistry $registry, string $entityClass) …
› {
› $manager = $registry->getManagerForClass($entityClass);
›
}
/home/rlvchht/www/dev / src/Repository/ConnexionRepository.php:19 {
App\Repository \ ConnexionRepository->__construct(ManagerRegistry $registry) …
› {
› parent::__construct($registry, Connexion::class);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getConnexionRepositoryService.php:27 {
ContainerL9wE9Lk \ getConnexionRepositoryService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Repository\\ConnexionRepository'] = new \App\Repository\ConnexionRepository(($container->services['doctrine'] ?? $container->getDoctrineService()));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getLoginFormAuthenticatorService.php:27 {
ContainerL9wE9Lk \ getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->privates['App\\Repository\\ConnexionRepository'] ?? $container->load('getConnexionRepositoryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Listener_Guard_MainService.php:31 {
ContainerL9wE9Lk\getSecurity_Authentication_Listener_Guard_MainService::ContainerL9wE9Lk \ {closure} …
› return $container->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
› }, 1), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true);
}
/home/rlvchht/www/dev/vendor /symfony/security-guard/ Firewall/GuardAuthenticationListener.php:84 {
Symfony\Component\Security\Guard\Firewall \ GuardAuthenticationListener->supports(Request $request): ?bool …
›
› foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {
› if (null !== $this->logger) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:38 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->supports(Request $request): ?bool …
› {
› return $this->listener->supports($request);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:52 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› $lazy = $lazy && $listener instanceof FirewallListenerInterface;
› } elseif (false !== $supports = $listener->supports($request)) {
› $listeners[] = [$listener, 'authenticate'];
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/error-handler/ DebugClassLoader.php:325 {
ReflectionClass->__construct(object|string $objectOrClass) …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/rlvchht/www/dev/vendor /doctrine/persistence/ lib/Doctrine/Persistence/AbstractManagerRegistry.php:167 {
Doctrine\Persistence \ AbstractManagerRegistry->getManagerForClass($class) …
›
› $proxyClass = new ReflectionClass($className);
›
}
/home/rlvchht/www/dev/vendor /doctrine/doctrine-bundle/ Repository/ServiceEntityRepository.php:36 {
Doctrine\Bundle\DoctrineBundle\Repository \ ServiceEntityRepository->__construct(ManagerRegistry $registry, string $entityClass) …
› {
› $manager = $registry->getManagerForClass($entityClass);
›
}
/home/rlvchht/www/dev / src/Repository/ConnexionRepository.php:19 {
App\Repository \ ConnexionRepository->__construct(ManagerRegistry $registry) …
› {
› parent::__construct($registry, Connexion::class);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getConnexionRepositoryService.php:27 {
ContainerL9wE9Lk \ getConnexionRepositoryService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Repository\\ConnexionRepository'] = new \App\Repository\ConnexionRepository(($container->services['doctrine'] ?? $container->getDoctrineService()));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getLoginFormAuthenticatorService.php:27 {
ContainerL9wE9Lk \ getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->privates['App\\Repository\\ConnexionRepository'] ?? $container->load('getConnexionRepositoryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Listener_Guard_MainService.php:31 {
ContainerL9wE9Lk\getSecurity_Authentication_Listener_Guard_MainService::ContainerL9wE9Lk \ {closure} …
› return $container->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
› }, 1), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true);
}
/home/rlvchht/www/dev/vendor /symfony/security-guard/ Firewall/GuardAuthenticationListener.php:84 {
Symfony\Component\Security\Guard\Firewall \ GuardAuthenticationListener->supports(Request $request): ?bool …
›
› foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {
› if (null !== $this->logger) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:38 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->supports(Request $request): ?bool …
› {
› return $this->listener->supports($request);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:52 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› $lazy = $lazy && $listener instanceof FirewallListenerInterface;
› } elseif (false !== $supports = $listener->supports($request)) {
› $listeners[] = [$listener, 'authenticate'];
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
User Deprecated: Since symfony/security-csrf 5.3: Passing a "Symfony\Component\HttpFoundation\Session\SessionInterface " to "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage " is deprecated, use a "Symfony\Component\HttpFoundation\RequestStack " instead.
[
"exception " => ErrorException {#716
#message : "User Deprecated: Since symfony/security-csrf 5.3: Passing a "Symfony\Component\HttpFoundation\Session\SessionInterface" to "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" is deprecated, use a "Symfony\Component\HttpFoundation\RequestStack" instead. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-csrf/ TokenStorage/SessionTokenStorage.php "
#line : 50
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-csrf/ TokenStorage/SessionTokenStorage.php:50 {
Symfony\Component\Security\Csrf\TokenStorage \ SessionTokenStorage->__construct($requestStack, string $namespace = self::SESSION_NAMESPACE) …
› if ($requestStack instanceof SessionInterface) {
› trigger_deprecation('symfony/security-csrf', '5.3', 'Passing a "%s" to "%s" is deprecated, use a "%s" instead.', SessionInterface::class, __CLASS__, RequestStack::class);
› $request = new Request();
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Csrf_TokenStorageService.php:24 {
ContainerL9wE9Lk \ getSecurity_Csrf_TokenStorageService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($container->services['session'] ?? $container->load('getSessionService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/get_Container_Private_Security_Csrf_TokenManagerService.php:25 {
ContainerL9wE9Lk \ get_Container_Private_Security_Csrf_TokenManagerService::do($container, $lazyLoad = true) …
›
› return $container->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($container->privates['security.csrf.token_generator'] ?? ($container->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService')), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getLoginFormAuthenticatorService.php:27 {
ContainerL9wE9Lk \ getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->privates['App\\Repository\\ConnexionRepository'] ?? $container->load('getConnexionRepositoryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Listener_Guard_MainService.php:31 {
ContainerL9wE9Lk\getSecurity_Authentication_Listener_Guard_MainService::ContainerL9wE9Lk \ {closure} …
› return $container->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
› }, 1), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true);
}
/home/rlvchht/www/dev/vendor /symfony/security-guard/ Firewall/GuardAuthenticationListener.php:84 {
Symfony\Component\Security\Guard\Firewall \ GuardAuthenticationListener->supports(Request $request): ?bool …
›
› foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {
› if (null !== $this->logger) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:38 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->supports(Request $request): ?bool …
› {
› return $this->listener->supports($request);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:52 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› $lazy = $lazy && $listener instanceof FirewallListenerInterface;
› } elseif (false !== $supports = $listener->supports($request)) {
› $listeners[] = [$listener, 'authenticate'];
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-csrf/ TokenStorage/SessionTokenStorage.php:50 {
Symfony\Component\Security\Csrf\TokenStorage \ SessionTokenStorage->__construct($requestStack, string $namespace = self::SESSION_NAMESPACE) …
› if ($requestStack instanceof SessionInterface) {
› trigger_deprecation('symfony/security-csrf', '5.3', 'Passing a "%s" to "%s" is deprecated, use a "%s" instead.', SessionInterface::class, __CLASS__, RequestStack::class);
› $request = new Request();
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Csrf_TokenStorageService.php:24 {
ContainerL9wE9Lk \ getSecurity_Csrf_TokenStorageService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($container->services['session'] ?? $container->load('getSessionService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/get_Container_Private_Security_Csrf_TokenManagerService.php:25 {
ContainerL9wE9Lk \ get_Container_Private_Security_Csrf_TokenManagerService::do($container, $lazyLoad = true) …
›
› return $container->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($container->privates['security.csrf.token_generator'] ?? ($container->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($container->privates['security.csrf.token_storage'] ?? $container->load('getSecurity_Csrf_TokenStorageService')), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getLoginFormAuthenticatorService.php:27 {
ContainerL9wE9Lk \ getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->privates['App\\Repository\\ConnexionRepository'] ?? $container->load('getConnexionRepositoryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Listener_Guard_MainService.php:31 {
ContainerL9wE9Lk\getSecurity_Authentication_Listener_Guard_MainService::ContainerL9wE9Lk \ {closure} …
› return $container->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
› }, 1), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true);
}
/home/rlvchht/www/dev/vendor /symfony/security-guard/ Firewall/GuardAuthenticationListener.php:84 {
Symfony\Component\Security\Guard\Firewall \ GuardAuthenticationListener->supports(Request $request): ?bool …
›
› foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {
› if (null !== $this->logger) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:38 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->supports(Request $request): ?bool …
› {
› return $this->listener->supports($request);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:52 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› $lazy = $lazy && $listener instanceof FirewallListenerInterface;
› } elseif (false !== $supports = $listener->supports($request)) {
› $listeners[] = [$listener, 'authenticate'];
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface " interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface " instead.
[
"exception " => ErrorException {#711
#message : "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Encoder/UserPasswordEncoderInterface.php "
#line : 17
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Encoder/UserPasswordEncoderInterface.php:17 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use "%s" instead.', UserPasswordEncoderInterface::class, UserPasswordHasherInterface::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_PasswordEncoderService.php:20 {
ContainerL9wE9Lk \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
› {
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getLoginFormAuthenticatorService.php:27 {
ContainerL9wE9Lk \ getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->privates['App\\Repository\\ConnexionRepository'] ?? $container->load('getConnexionRepositoryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Listener_Guard_MainService.php:31 {
ContainerL9wE9Lk\getSecurity_Authentication_Listener_Guard_MainService::ContainerL9wE9Lk \ {closure} …
› return $container->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
› }, 1), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true);
}
/home/rlvchht/www/dev/vendor /symfony/security-guard/ Firewall/GuardAuthenticationListener.php:84 {
Symfony\Component\Security\Guard\Firewall \ GuardAuthenticationListener->supports(Request $request): ?bool …
›
› foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {
› if (null !== $this->logger) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:38 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->supports(Request $request): ?bool …
› {
› return $this->listener->supports($request);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:52 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› $lazy = $lazy && $listener instanceof FirewallListenerInterface;
› } elseif (false !== $supports = $listener->supports($request)) {
› $listeners[] = [$listener, 'authenticate'];
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Encoder/UserPasswordEncoderInterface.php:17 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use "%s" instead.', UserPasswordEncoderInterface::class, UserPasswordHasherInterface::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_PasswordEncoderService.php:20 {
ContainerL9wE9Lk \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
› {
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getLoginFormAuthenticatorService.php:27 {
ContainerL9wE9Lk \ getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->privates['App\\Repository\\ConnexionRepository'] ?? $container->load('getConnexionRepositoryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Listener_Guard_MainService.php:31 {
ContainerL9wE9Lk\getSecurity_Authentication_Listener_Guard_MainService::ContainerL9wE9Lk \ {closure} …
› return $container->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
› }, 1), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true);
}
/home/rlvchht/www/dev/vendor /symfony/security-guard/ Firewall/GuardAuthenticationListener.php:84 {
Symfony\Component\Security\Guard\Firewall \ GuardAuthenticationListener->supports(Request $request): ?bool …
›
› foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {
› if (null !== $this->logger) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:38 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->supports(Request $request): ?bool …
› {
› return $this->listener->supports($request);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:52 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› $lazy = $lazy && $listener instanceof FirewallListenerInterface;
› } elseif (false !== $supports = $listener->supports($request)) {
› $listeners[] = [$listener, 'authenticate'];
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder " class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher " instead.
[
"exception " => ErrorException {#710
#message : "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Encoder/UserPasswordEncoder.php "
#line : 19
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Encoder/UserPasswordEncoder.php:19 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', UserPasswordEncoder::class, UserPasswordHasher::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_PasswordEncoderService.php:21 {
ContainerL9wE9Lk \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getLoginFormAuthenticatorService.php:27 {
ContainerL9wE9Lk \ getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->privates['App\\Repository\\ConnexionRepository'] ?? $container->load('getConnexionRepositoryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Listener_Guard_MainService.php:31 {
ContainerL9wE9Lk\getSecurity_Authentication_Listener_Guard_MainService::ContainerL9wE9Lk \ {closure} …
› return $container->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
› }, 1), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true);
}
/home/rlvchht/www/dev/vendor /symfony/security-guard/ Firewall/GuardAuthenticationListener.php:84 {
Symfony\Component\Security\Guard\Firewall \ GuardAuthenticationListener->supports(Request $request): ?bool …
›
› foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {
› if (null !== $this->logger) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:38 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->supports(Request $request): ?bool …
› {
› return $this->listener->supports($request);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:52 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› $lazy = $lazy && $listener instanceof FirewallListenerInterface;
› } elseif (false !== $supports = $listener->supports($request)) {
› $listeners[] = [$listener, 'authenticate'];
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Encoder/UserPasswordEncoder.php:19 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', UserPasswordEncoder::class, UserPasswordHasher::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_PasswordEncoderService.php:21 {
ContainerL9wE9Lk \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getLoginFormAuthenticatorService.php:27 {
ContainerL9wE9Lk \ getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->privates['App\\Repository\\ConnexionRepository'] ?? $container->load('getConnexionRepositoryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Listener_Guard_MainService.php:31 {
ContainerL9wE9Lk\getSecurity_Authentication_Listener_Guard_MainService::ContainerL9wE9Lk \ {closure} …
› return $container->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
› }, 1), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true);
}
/home/rlvchht/www/dev/vendor /symfony/security-guard/ Firewall/GuardAuthenticationListener.php:84 {
Symfony\Component\Security\Guard\Firewall \ GuardAuthenticationListener->supports(Request $request): ?bool …
›
› foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {
› if (null !== $this->logger) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:38 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->supports(Request $request): ?bool …
› {
› return $this->listener->supports($request);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:52 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› $lazy = $lazy && $listener instanceof FirewallListenerInterface;
› } elseif (false !== $supports = $listener->supports($request)) {
› $listeners[] = [$listener, 'authenticate'];
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
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.
[
"exception " => ErrorException {#708
#message : "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. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Encoder/EncoderFactoryInterface.php "
#line : 17
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Encoder/EncoderFactoryInterface.php:17 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_EncoderFactory_GenericService.php:20 {
ContainerL9wE9Lk \ getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
› {
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_PasswordEncoderService.php:23 {
ContainerL9wE9Lk \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
›
› return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getLoginFormAuthenticatorService.php:27 {
ContainerL9wE9Lk \ getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->privates['App\\Repository\\ConnexionRepository'] ?? $container->load('getConnexionRepositoryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Listener_Guard_MainService.php:31 {
ContainerL9wE9Lk\getSecurity_Authentication_Listener_Guard_MainService::ContainerL9wE9Lk \ {closure} …
› return $container->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
› }, 1), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true);
}
/home/rlvchht/www/dev/vendor /symfony/security-guard/ Firewall/GuardAuthenticationListener.php:84 {
Symfony\Component\Security\Guard\Firewall \ GuardAuthenticationListener->supports(Request $request): ?bool …
›
› foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {
› if (null !== $this->logger) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:38 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->supports(Request $request): ?bool …
› {
› return $this->listener->supports($request);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:52 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› $lazy = $lazy && $listener instanceof FirewallListenerInterface;
› } elseif (false !== $supports = $listener->supports($request)) {
› $listeners[] = [$listener, 'authenticate'];
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Encoder/EncoderFactoryInterface.php:17 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_EncoderFactory_GenericService.php:20 {
ContainerL9wE9Lk \ getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
› {
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_PasswordEncoderService.php:23 {
ContainerL9wE9Lk \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
›
› return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getLoginFormAuthenticatorService.php:27 {
ContainerL9wE9Lk \ getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->privates['App\\Repository\\ConnexionRepository'] ?? $container->load('getConnexionRepositoryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Listener_Guard_MainService.php:31 {
ContainerL9wE9Lk\getSecurity_Authentication_Listener_Guard_MainService::ContainerL9wE9Lk \ {closure} …
› return $container->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
› }, 1), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true);
}
/home/rlvchht/www/dev/vendor /symfony/security-guard/ Firewall/GuardAuthenticationListener.php:84 {
Symfony\Component\Security\Guard\Firewall \ GuardAuthenticationListener->supports(Request $request): ?bool …
›
› foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {
› if (null !== $this->logger) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:38 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->supports(Request $request): ?bool …
› {
› return $this->listener->supports($request);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:52 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› $lazy = $lazy && $listener instanceof FirewallListenerInterface;
› } elseif (false !== $supports = $listener->supports($request)) {
› $listeners[] = [$listener, 'authenticate'];
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
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.
[
"exception " => ErrorException {#707
#message : "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. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Encoder/EncoderFactory.php "
#line : 20
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Encoder/EncoderFactory.php:20 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_EncoderFactory_GenericService.php:21 {
ContainerL9wE9Lk \ getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_PasswordEncoderService.php:23 {
ContainerL9wE9Lk \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
›
› return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getLoginFormAuthenticatorService.php:27 {
ContainerL9wE9Lk \ getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->privates['App\\Repository\\ConnexionRepository'] ?? $container->load('getConnexionRepositoryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Listener_Guard_MainService.php:31 {
ContainerL9wE9Lk\getSecurity_Authentication_Listener_Guard_MainService::ContainerL9wE9Lk \ {closure} …
› return $container->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
› }, 1), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true);
}
/home/rlvchht/www/dev/vendor /symfony/security-guard/ Firewall/GuardAuthenticationListener.php:84 {
Symfony\Component\Security\Guard\Firewall \ GuardAuthenticationListener->supports(Request $request): ?bool …
›
› foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {
› if (null !== $this->logger) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:38 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->supports(Request $request): ?bool …
› {
› return $this->listener->supports($request);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:52 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› $lazy = $lazy && $listener instanceof FirewallListenerInterface;
› } elseif (false !== $supports = $listener->supports($request)) {
› $listeners[] = [$listener, 'authenticate'];
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Encoder/EncoderFactory.php:20 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_EncoderFactory_GenericService.php:21 {
ContainerL9wE9Lk \ getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_PasswordEncoderService.php:23 {
ContainerL9wE9Lk \ getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
›
› return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getLoginFormAuthenticatorService.php:27 {
ContainerL9wE9Lk \ getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->privates['App\\Repository\\ConnexionRepository'] ?? $container->load('getConnexionRepositoryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Listener_Guard_MainService.php:31 {
ContainerL9wE9Lk\getSecurity_Authentication_Listener_Guard_MainService::ContainerL9wE9Lk \ {closure} …
› return $container->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($container->privates['security.authentication.manager'] ?? $container->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
› }, 1), ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true);
}
/home/rlvchht/www/dev/vendor /symfony/security-guard/ Firewall/GuardAuthenticationListener.php:84 {
Symfony\Component\Security\Guard\Firewall \ GuardAuthenticationListener->supports(Request $request): ?bool …
›
› foreach ($this->guardAuthenticators as $key => $guardAuthenticator) {
› if (null !== $this->logger) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:38 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->supports(Request $request): ?bool …
› {
› return $this->listener->supports($request);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:52 {
Symfony\Bundle\SecurityBundle\Security \ LazyFirewallContext->__invoke(RequestEvent $event) …
› $lazy = $lazy && $listener instanceof FirewallListenerInterface;
› } elseif (false !== $supports = $listener->supports($request)) {
› $listeners[] = [$listener, 'authenticate'];
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:59 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
›
› $listener($event);
› } else {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:128 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct " is deprecated.
[
"exception " => ErrorException {#745
#message : "User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authorization/AuthorizationChecker.php "
#line : 38
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authorization/AuthorizationChecker.php:38 {
Symfony\Component\Security\Core\Authorization \ AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) …
› if ($accessDecisionManager instanceof AuthenticationManagerInterface) {
› trigger_deprecation('symfony/security-core', '5.4', 'The $autenticationManager argument of "%s" is deprecated.', __METHOD__);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:980 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
› {
› return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1540 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->getSensioFrameworkExtra_Security_ListenerService() …
› {
› return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:809 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› $instance->addListener('kernel.controller_arguments', [0 => function () {
› return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
› }, 1 => 'onKernelControllerArguments'], 0);
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:293 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:147 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerArgumentsEvent($this, $controller, $arguments, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
› $controller = $event->getController();
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authorization/AuthorizationChecker.php:38 {
Symfony\Component\Security\Core\Authorization \ AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) …
› if ($accessDecisionManager instanceof AuthenticationManagerInterface) {
› trigger_deprecation('symfony/security-core', '5.4', 'The $autenticationManager argument of "%s" is deprecated.', __METHOD__);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:980 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
› {
› return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1540 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->getSensioFrameworkExtra_Security_ListenerService() …
› {
› return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:809 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› $instance->addListener('kernel.controller_arguments', [0 => function () {
› return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
› }, 1 => 'onKernelControllerArguments'], 0);
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:293 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:147 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerArgumentsEvent($this, $controller, $arguments, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
› $controller = $event->getController();
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
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.
[
"exception " => ErrorException {#664
#message : "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. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authorization/AuthorizationChecker.php "
#line : 50
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authorization/AuthorizationChecker.php:50 {
Symfony\Component\Security\Core\Authorization \ AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) …
› if (false !== $exceptionOnNoToken) {
› trigger_deprecation('symfony/security-core', '5.4', 'Not setting the 5th argument of "%s" to "false" is deprecated.', __METHOD__);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:980 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
› {
› return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1540 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->getSensioFrameworkExtra_Security_ListenerService() …
› {
› return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:809 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› $instance->addListener('kernel.controller_arguments', [0 => function () {
› return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
› }, 1 => 'onKernelControllerArguments'], 0);
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:293 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:147 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerArgumentsEvent($this, $controller, $arguments, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
› $controller = $event->getController();
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authorization/AuthorizationChecker.php:50 {
Symfony\Component\Security\Core\Authorization \ AuthorizationChecker->__construct(TokenStorageInterface $tokenStorage, $accessDecisionManager, $alwaysAuthenticate = false, $exceptionOnNoToken = true) …
› if (false !== $exceptionOnNoToken) {
› trigger_deprecation('symfony/security-core', '5.4', 'Not setting the 5th argument of "%s" to "false" is deprecated.', __METHOD__);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:980 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->getSecurity_AuthorizationCheckerService() …
› {
› return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1540 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->getSensioFrameworkExtra_Security_ListenerService() …
› {
› return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:809 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› $instance->addListener('kernel.controller_arguments', [0 => function () {
› return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
› }, 1 => 'onKernelControllerArguments'], 0);
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:293 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:147 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerArgumentsEvent($this, $controller, $arguments, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
› $controller = $event->getController();
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken " class is deprecated.
[
"exception " => ErrorException {#847
#message : "User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" class is deprecated. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/AnonymousToken.php "
#line : 34
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/AnonymousToken.php:34 {
Symfony\Component\Security\Core\Authentication\Token \ AnonymousToken->__construct(string $secret, $user, array $roles = []) …
› {
› trigger_deprecation('symfony/security-core', '5.4', 'The "%s" class is deprecated.', __CLASS__);
›
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:66 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› try {
› $token = new AnonymousToken($this->secret, 'anon.', []);
› if (null !== $this->authenticationManager) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:31 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </li>\r
› {% if app.user %}\r
› {% for role in app.user.roles() %}\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/AnonymousToken.php:34 {
Symfony\Component\Security\Core\Authentication\Token \ AnonymousToken->__construct(string $secret, $user, array $roles = []) …
› {
› trigger_deprecation('symfony/security-core', '5.4', 'The "%s" class is deprecated.', __CLASS__);
›
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:66 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› try {
› $token = new AnonymousToken($this->secret, 'anon.', []);
› if (null !== $this->authenticationManager) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:31 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </li>\r
› {% if app.user %}\r
› {% for role in app.user.roles() %}\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
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.
[
"exception " => ErrorException {#848
#message : "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. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php "
#line : 106
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php:106 {
Symfony\Component\Security\Core\Authentication\Token \ AbstractToken->setUser($user) …
› if (!$user instanceof UserInterface) {
› trigger_deprecation('symfony/security-core', '5.4', 'Using an object that is not an instance of "%s" as $user in "%s" is deprecated.', UserInterface::class, static::class);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/AnonymousToken.php:39 {
Symfony\Component\Security\Core\Authentication\Token \ AnonymousToken->__construct(string $secret, $user, array $roles = []) …
› $this->secret = $secret;
› $this->setUser($user);
› // @deprecated since Symfony 5.4
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:66 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› try {
› $token = new AnonymousToken($this->secret, 'anon.', []);
› if (null !== $this->authenticationManager) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:31 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </li>\r
› {% if app.user %}\r
› {% for role in app.user.roles() %}\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php:106 {
Symfony\Component\Security\Core\Authentication\Token \ AbstractToken->setUser($user) …
› if (!$user instanceof UserInterface) {
› trigger_deprecation('symfony/security-core', '5.4', 'Using an object that is not an instance of "%s" as $user in "%s" is deprecated.', UserInterface::class, static::class);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/AnonymousToken.php:39 {
Symfony\Component\Security\Core\Authentication\Token \ AnonymousToken->__construct(string $secret, $user, array $roles = []) …
› $this->secret = $secret;
› $this->setUser($user);
› // @deprecated since Symfony 5.4
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:66 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› try {
› $token = new AnonymousToken($this->secret, 'anon.', []);
› if (null !== $this->authenticationManager) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:31 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </li>\r
› {% if app.user %}\r
› {% for role in app.user.roles() %}\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
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.
[
"exception " => ErrorException {#851
#message : "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. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/AuthenticationProviderInterface.php "
#line : 17
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/AuthenticationProviderInterface.php:17 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use the new authenticator system instead.', AuthenticationProviderInterface::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Provider_Guard_MainService.php:20 {
ContainerL9wE9Lk \ getSecurity_Authentication_Provider_Guard_MainService::do($container, $lazyLoad = true) …
› {
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1466 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
› yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService'));
› yield 1 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService'));
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:78 {
Symfony\Component\Security\Core\Authentication \ AuthenticationProviderManager->authenticate(TokenInterface $token) …
›
› foreach ($this->providers as $provider) {
› if (!$provider instanceof AuthenticationProviderInterface) {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:68 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:31 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </li>\r
› {% if app.user %}\r
› {% for role in app.user.roles() %}\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/AuthenticationProviderInterface.php:17 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use the new authenticator system instead.', AuthenticationProviderInterface::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Provider_Guard_MainService.php:20 {
ContainerL9wE9Lk \ getSecurity_Authentication_Provider_Guard_MainService::do($container, $lazyLoad = true) …
› {
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1466 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
› yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService'));
› yield 1 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService'));
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:78 {
Symfony\Component\Security\Core\Authentication \ AuthenticationProviderManager->authenticate(TokenInterface $token) …
›
› foreach ($this->providers as $provider) {
› if (!$provider instanceof AuthenticationProviderInterface) {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:68 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:31 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </li>\r
› {% if app.user %}\r
› {% for role in app.user.roles() %}\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
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.
[
"exception " => ErrorException {#845
#message : "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. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/UserAuthenticationProvider.php "
#line : 26
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/UserAuthenticationProvider.php:26 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', UserAuthenticationProvider::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Provider_Dao_MainService.php:21 {
ContainerL9wE9Lk \ getSecurity_Authentication_Provider_Dao_MainService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1467 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService'));
› yield 1 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService'));
› yield 2 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:78 {
Symfony\Component\Security\Core\Authentication \ AuthenticationProviderManager->authenticate(TokenInterface $token) …
›
› foreach ($this->providers as $provider) {
› if (!$provider instanceof AuthenticationProviderInterface) {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:68 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:31 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </li>\r
› {% if app.user %}\r
› {% for role in app.user.roles() %}\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/UserAuthenticationProvider.php:26 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', UserAuthenticationProvider::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Provider_Dao_MainService.php:21 {
ContainerL9wE9Lk \ getSecurity_Authentication_Provider_Dao_MainService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1467 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService'));
› yield 1 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService'));
› yield 2 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:78 {
Symfony\Component\Security\Core\Authentication \ AuthenticationProviderManager->authenticate(TokenInterface $token) …
›
› foreach ($this->providers as $provider) {
› if (!$provider instanceof AuthenticationProviderInterface) {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:68 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:31 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </li>\r
› {% if app.user %}\r
› {% for role in app.user.roles() %}\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
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.
[
"exception " => ErrorException {#844
#message : "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. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/DaoAuthenticationProvider.php "
#line : 27
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/DaoAuthenticationProvider.php:27 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', DaoAuthenticationProvider::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Provider_Dao_MainService.php:22 {
ContainerL9wE9Lk \ getSecurity_Authentication_Provider_Dao_MainService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1467 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService'));
› yield 1 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService'));
› yield 2 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:78 {
Symfony\Component\Security\Core\Authentication \ AuthenticationProviderManager->authenticate(TokenInterface $token) …
›
› foreach ($this->providers as $provider) {
› if (!$provider instanceof AuthenticationProviderInterface) {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:68 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:31 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </li>\r
› {% if app.user %}\r
› {% for role in app.user.roles() %}\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/DaoAuthenticationProvider.php:27 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', DaoAuthenticationProvider::class);
›
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Provider_Dao_MainService.php:22 {
ContainerL9wE9Lk \ getSecurity_Authentication_Provider_Dao_MainService::do($container, $lazyLoad = true) …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1467 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService'));
› yield 1 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService'));
› yield 2 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:78 {
Symfony\Component\Security\Core\Authentication \ AuthenticationProviderManager->authenticate(TokenInterface $token) …
›
› foreach ($this->providers as $provider) {
› if (!$provider instanceof AuthenticationProviderInterface) {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:68 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:31 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </li>\r
› {% if app.user %}\r
› {% for role in app.user.roles() %}\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
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.
[
"exception " => ErrorException {#842
#message : "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. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/DaoAuthenticationProvider.php "
#line : 50
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/DaoAuthenticationProvider.php:50 {
Symfony\Component\Security\Core\Authentication\Provider \ DaoAuthenticationProvider->__construct(UserProviderInterface $userProvider, UserCheckerInterface $userChecker, string $providerKey, $hasherFactory, bool $hideUserNotFoundExceptions = true) …
› if ($hasherFactory instanceof EncoderFactoryInterface) {
› trigger_deprecation('symfony/security-core', '5.3', 'Passing a "%s" instance to the "%s" constructor is deprecated, use "%s" instead.', EncoderFactoryInterface::class, __CLASS__, PasswordHasherFactoryInterface::class);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Provider_Dao_MainService.php:26 {
ContainerL9wE9Lk \ getSecurity_Authentication_Provider_Dao_MainService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->privates['security.user.provider.concrete.in_database'] ?? $container->load('getSecurity_User_Provider_Concrete_InDatabaseService')), ($container->privates['security.user_checker'] ?? ($container->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')), true);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1467 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService'));
› yield 1 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService'));
› yield 2 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:78 {
Symfony\Component\Security\Core\Authentication \ AuthenticationProviderManager->authenticate(TokenInterface $token) …
›
› foreach ($this->providers as $provider) {
› if (!$provider instanceof AuthenticationProviderInterface) {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:68 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:31 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </li>\r
› {% if app.user %}\r
› {% for role in app.user.roles() %}\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/DaoAuthenticationProvider.php:50 {
Symfony\Component\Security\Core\Authentication\Provider \ DaoAuthenticationProvider->__construct(UserProviderInterface $userProvider, UserCheckerInterface $userChecker, string $providerKey, $hasherFactory, bool $hideUserNotFoundExceptions = true) …
› if ($hasherFactory instanceof EncoderFactoryInterface) {
› trigger_deprecation('symfony/security-core', '5.3', 'Passing a "%s" instance to the "%s" constructor is deprecated, use "%s" instead.', EncoderFactoryInterface::class, __CLASS__, PasswordHasherFactoryInterface::class);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/getSecurity_Authentication_Provider_Dao_MainService.php:26 {
ContainerL9wE9Lk \ getSecurity_Authentication_Provider_Dao_MainService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->privates['security.user.provider.concrete.in_database'] ?? $container->load('getSecurity_User_Provider_Concrete_InDatabaseService')), ($container->privates['security.user_checker'] ?? ($container->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')), true);
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:456 {
ContainerL9wE9Lk \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/rlvchht/www/dev / var/cache/dev/ContainerL9wE9Lk/App_KernelDevDebugContainer.php:1467 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
› yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService'));
› yield 1 => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService'));
› yield 2 => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:78 {
Symfony\Component\Security\Core\Authentication \ AuthenticationProviderManager->authenticate(TokenInterface $token) …
›
› foreach ($this->providers as $provider) {
› if (!$provider instanceof AuthenticationProviderInterface) {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:68 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:31 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </li>\r
› {% if app.user %}\r
› {% for role in app.user.roles() %}\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
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.
[
"exception " => ErrorException {#841
#message : "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. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/AnonymousAuthenticationProvider.php "
#line : 19
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/AnonymousAuthenticationProvider.php:19 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationProvider::class);
›
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:78 {
Symfony\Component\Security\Core\Authentication \ AuthenticationProviderManager->authenticate(TokenInterface $token) …
›
› foreach ($this->providers as $provider) {
› if (!$provider instanceof AuthenticationProviderInterface) {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:68 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:31 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </li>\r
› {% if app.user %}\r
› {% for role in app.user.roles() %}\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Provider/AnonymousAuthenticationProvider.php:19 {
ContainerL9wE9Lk\App_KernelDevDebugContainer->ContainerL9wE9Lk \ {closure} …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationProvider::class);
›
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:78 {
Symfony\Component\Security\Core\Authentication \ AuthenticationProviderManager->authenticate(TokenInterface $token) …
›
› foreach ($this->providers as $provider) {
› if (!$provider instanceof AuthenticationProviderInterface) {
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/AnonymousAuthenticationListener.php:68 {
Symfony\Component\Security\Http\Firewall \ AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
› if (null !== $this->authenticationManager) {
› $token = $this->authenticationManager->authenticate($token);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Debug/WrappedLazyListener.php:49 {
Symfony\Bundle\SecurityBundle\Debug \ WrappedLazyListener->authenticate(RequestEvent $event) …
› try {
› $ret = $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:31 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </li>\r
› {% if app.user %}\r
› {% for role in app.user.roles() %}\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php (2 times)
User Deprecated: Since symfony/security-core 5.3: Injecting the "session " in "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage " is deprecated, inject the "request_stack " instead.
[
"exception " => ErrorException {#175
#message : "User Deprecated: Since symfony/security-core 5.3: Injecting the "session" in "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage" is deprecated, inject the "request_stack" instead. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php "
#line : 84
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:84 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getSession(): SessionInterface …
› if ($this->container->has('session')) {
› trigger_deprecation('symfony/security-core', '5.3', 'Injecting the "session" in "%s" is deprecated, inject the "request_stack" instead.', __CLASS__);
›
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:44 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
› // increments the internal session usage index
› $this->getSession()->getMetadataBag();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:79 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </ul>\r
› {% if not app.user %}\r
› <a class="nav-link" href="/login">Connexion</a>\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:84 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getSession(): SessionInterface …
› if ($this->container->has('session')) {
› trigger_deprecation('symfony/security-core', '5.3', 'Injecting the "session" in "%s" is deprecated, inject the "request_stack" instead.', __CLASS__);
›
}
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:44 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
› // increments the internal session usage index
› $this->getSession()->getMetadataBag();
› }
}
/home/rlvchht/www/dev/vendor /symfony/twig-bridge/ AppVariable.php:81 {
Symfony\Bridge\Twig \ AppVariable->getUser() …
›
› if (!$token = $tokenStorage->getToken()) {
› return null;
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Extension/CoreExtension.php:1544 {
twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
› try {
› $ret = $object->$method(...$arguments);
› } catch (\BadMethodCallException $e) {
}
/home/rlvchht/www/dev/templates/base.html.twig:79 {
__TwigTemplate_dbecf933bc2ad44b5ad33895dd28156704cb67c7b028e9b44250bd5b2bb490cd->doDisplay(array $context, array $blocks = []) …
› </ul>\r
› {% if not app.user %}\r
› <a class="nav-link" href="/login">Connexion</a>\r
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/var/cache/dev/twig/fe/fe807910e70d694216564147012d2ce5fdc7c5f155719710d1a70d4c77f0f826.php:49 {
__TwigTemplate_4714168958827dfa9fd33a536ad93c3aab99e1de6aa94b6cf9fb6f6dd1a3f4ce->doDisplay(array $context, array $blocks = []) …
› $this->parent = $this->loadTemplate("base.html.twig", "home/home.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:394 {
Twig \ Template->displayWithErrorHandling(array $context, array $blocks = []) …
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:367 {
Twig \ Template->display(array $context, array $blocks = []) …
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Template.php:379 {
Twig \ Template->render(array $context) …
› try {
› $this->display($context);
› } catch (\Throwable $e) {
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/TemplateWrapper.php:40 {
Twig \ TemplateWrapper->render(array $context = []): string …
› // as it should only be used by internal code
› return $this->template->render($context, \func_get_args()[1] ?? []);
› }
}
/home/rlvchht/www/dev/vendor /twig/twig/ src/Environment.php:277 {
Twig \ Environment->render($name, array $context = []): string …
› {
› return $this->load($name)->render($context);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:249 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->renderView(string $view, array $parameters = []): string …
›
› return $this->container->get('twig')->render($view, $parameters);
› }
}
/home/rlvchht/www/dev/vendor /symfony/framework-bundle/ Controller/AbstractController.php:257 {
Symfony\Bundle\FrameworkBundle\Controller \ AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
› {
› $content = $this->renderView($view, $parameters);
›
}
/home/rlvchht/www/dev / src/Controller/HomeController.php:23 {
App\Controller \ HomeController->home() …
› 'articles'=>$articles,
› 'docs'=>$Farticles,
› ]); // renvoie vers le twig de la page d'accueill
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:152 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous() " method is deprecated, use "isAuthenticated() " or "isFullFledged() " if you want to check if the request is (fully) authenticated.
[
"exception " => ErrorException {#1085
#message : "User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationTrustResolver.php "
#line : 38
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationTrustResolver.php:38 {
Symfony\Component\Security\Core\Authentication \ AuthenticationTrustResolver->isAnonymous(TokenInterface $token = null) …
› if (1 === \func_num_args() || false !== func_get_arg(1)) {
› trigger_deprecation('symfony/security-core', '5.4', 'The "%s()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.', __METHOD__);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/ContextListener.php:173 {
Symfony\Component\Security\Http\Firewall \ ContextListener->onKernelResponse(ResponseEvent $event) …
›
› if (null === $token || $this->trustResolver->isAnonymous($token)) {
› if ($request->hasPreviousSession()) {
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/AuthenticationTrustResolver.php:38 {
Symfony\Component\Security\Core\Authentication \ AuthenticationTrustResolver->isAnonymous(TokenInterface $token = null) …
› if (1 === \func_num_args() || false !== func_get_arg(1)) {
› trigger_deprecation('symfony/security-core', '5.4', 'The "%s()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.', __METHOD__);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-http/ Firewall/ContextListener.php:173 {
Symfony\Component\Security\Http\Firewall \ ContextListener->onKernelResponse(ResponseEvent $event) …
›
› if (null === $token || $this->trustResolver->isAnonymous($token)) {
› if ($request->hasPreviousSession()) {
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
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.
[
"exception " => ErrorException {#1105
#message : "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. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php "
#line : 144
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php:144 {
Symfony\Component\Security\Core\Authentication\Token \ AbstractToken->isAuthenticated() …
› if (1 > \func_num_args() || func_get_arg(0)) {
› trigger_deprecation('symfony/security-core', '5.4', 'Method "%s()" is deprecated, return null from "getUser()" instead when a token is not authenticated.', __METHOD__);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:124 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› 'enabled' => true,
› 'authenticated' => $token->isAuthenticated(),
› 'impersonated' => null !== $impersonatorUser,
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:99 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php:144 {
Symfony\Component\Security\Core\Authentication\Token \ AbstractToken->isAuthenticated() …
› if (1 > \func_num_args() || func_get_arg(0)) {
› trigger_deprecation('symfony/security-core', '5.4', 'Method "%s()" is deprecated, return null from "getUser()" instead when a token is not authenticated.', __METHOD__);
› }
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:124 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› 'enabled' => true,
› 'authenticated' => $token->isAuthenticated(),
› 'impersonated' => null !== $impersonatorUser,
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:99 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
08:36:02
php
User Deprecated: Since symfony/security-core 5.3: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::getUsername() " is deprecated, use getUserIdentifier() instead.
[
"exception " => ErrorException {#1103
#message : "User Deprecated: Since symfony/security-core 5.3: Method "Symfony\Component\Security\Core\Authentication\Token\AbstractToken::getUsername()" is deprecated, use getUserIdentifier() instead. "
#code : 0
#file : "/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php "
#line : 60
#severity : E_USER_DEPRECATED
trace : {
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php:60 {
Symfony\Component\Security\Core\Authentication\Token \ AbstractToken->getUsername() …
›
› trigger_deprecation('symfony/security-core', '5.3', 'Method "%s()" is deprecated, use getUserIdentifier() instead.', __METHOD__);
›
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:131 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› 'logout_url' => $logoutUrl,
› 'user' => $token->getUsername(),
› 'roles' => $assignedRoles,
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:99 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/rlvchht/www/dev/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php:60 {
Symfony\Component\Security\Core\Authentication\Token \ AbstractToken->getUsername() …
›
› trigger_deprecation('symfony/security-core', '5.3', 'Method "%s()" is deprecated, use getUserIdentifier() instead.', __METHOD__);
›
}
/home/rlvchht/www/dev/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:131 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› 'logout_url' => $logoutUrl,
› 'user' => $token->getUsername(),
› 'roles' => $assignedRoles,
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:99 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/rlvchht/www/dev/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/home/rlvchht/www/dev/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/rlvchht/www/dev / public/index.php:20 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
16:31:20
n/a
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::getNamespace() " might add "string " as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension " now to avoid errors or add an explicit @return annotation to suppress this message.
16:31:20
n/a
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports() " might add "bool " as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
16:31:20
n/a
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials() " might add "mixed " as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
16:31:20
n/a
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser() " might add "?UserInterface " as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
16:31:20
n/a
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials() " might add "bool " as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
16:31:20
n/a
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess() " might add "?Response " as a native return type declaration in the future. Do the same in implementation "App\Security\LoginFormAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
16:31:20
n/a
Method "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator::getLoginUrl() " might add "string " as a native return type declaration in the future. Do the same in child class "App\Security\LoginFormAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
16:31:20
n/a
Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
16:31:20
n/a
Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
16:31:20
n/a
Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
16:31:20
n/a
Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
16:31:20
n/a
Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
16:31:20
n/a
Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
16:31:20
n/a
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface " interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface " instead.
16:31:20
n/a
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents() " might add "array " as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener " now to avoid errors or add an explicit @return annotation to suppress this message.
16:31:20
n/a
The "Symfony\Bridge\Doctrine\Logger\DbalLogger " class implements "Doctrine\DBAL\Logging\SQLLogger " that is deprecated Use {@link \Doctrine\DBAL\Logging\Middleware} or implement {@link \Doctrine\DBAL\Driver\Middleware} instead.
16:31:20
n/a
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents() " might add "array " as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener " now to avoid errors or add an explicit @return annotation to suppress this message.
16:31:20
n/a
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents() " might add "array " as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener " now to avoid errors or add an explicit @return annotation to suppress this message.
16:31:20
n/a
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents() " might add "array " as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener " now to avoid errors or add an explicit @return annotation to suppress this message.
16:31:20
n/a
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents() " might add "array " as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener " now to avoid errors or add an explicit @return annotation to suppress this message.
16:31:20
n/a
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents() " might add "array " as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener " now to avoid errors or add an explicit @return annotation to suppress this message.