15:43:10
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 {#189
#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 : "/var/www/pepper/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php "
#line : 27
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:342 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {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';
}
/var/www/pepper/vendor /symfony/dependency-injection/ Container.php:151 {
Symfony\Component\DependencyInjection \ Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/var/www/pepper/vendor /symfony/http-kernel/ Kernel.php:457 {
Symfony\Component\HttpKernel \ Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/pepper/vendor /symfony/http-kernel/ Kernel.php:789 {
Symfony\Component\HttpKernel \ Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/pepper/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();
›
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:342 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {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';
}
/var/www/pepper/vendor /symfony/dependency-injection/ Container.php:151 {
Symfony\Component\DependencyInjection \ Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/var/www/pepper/vendor /symfony/http-kernel/ Kernel.php:457 {
Symfony\Component\HttpKernel \ Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/pepper/vendor /symfony/http-kernel/ Kernel.php:789 {
Symfony\Component\HttpKernel \ Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/pepper/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();
›
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
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 {#188
#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 : "/var/www/pepper/vendor /symfony/security-core/ Event/AuthenticationFailureEvent.php "
#line : 18
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/vendor /symfony/security-core/ Event/AuthenticationFailureEvent.php:18 {
spl_autoload_call($class_name) …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);
›
}
spl_autoload_call() {}
/var/www/pepper/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:31 {
include_once …
› class_exists(AuthenticationEvents::class);
› class_exists(AuthenticationFailureEvent::class);
› class_exists(AuthenticationSuccessEvent::class);
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:342 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {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';
}
/var/www/pepper/vendor /symfony/dependency-injection/ Container.php:151 {
Symfony\Component\DependencyInjection \ Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/var/www/pepper/vendor /symfony/http-kernel/ Kernel.php:457 {
Symfony\Component\HttpKernel \ Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/pepper/vendor /symfony/http-kernel/ Kernel.php:789 {
Symfony\Component\HttpKernel \ Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/pepper/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();
›
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/vendor /symfony/security-core/ Event/AuthenticationFailureEvent.php:18 {
spl_autoload_call($class_name) …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);
›
}
spl_autoload_call() {}
/var/www/pepper/vendor /symfony/security-core/ Authentication/AuthenticationProviderManager.php:31 {
include_once …
› class_exists(AuthenticationEvents::class);
› class_exists(AuthenticationFailureEvent::class);
› class_exists(AuthenticationSuccessEvent::class);
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:342 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {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';
}
/var/www/pepper/vendor /symfony/dependency-injection/ Container.php:151 {
Symfony\Component\DependencyInjection \ Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/var/www/pepper/vendor /symfony/http-kernel/ Kernel.php:457 {
Symfony\Component\HttpKernel \ Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/pepper/vendor /symfony/http-kernel/ Kernel.php:789 {
Symfony\Component\HttpKernel \ Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/pepper/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();
›
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
php
User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated.
[
"exception " => ErrorException {#96
#message : "User Deprecated: Since symfony/http-kernel 5.4: Passing a $fileLinkFormat is deprecated. "
#code : 0
#file : "/var/www/pepper/vendor /symfony/http-kernel/ EventListener/DebugHandlersListener.php "
#line : 55
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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;
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:4539 {
ContainerUgpYBxN \ 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);
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:1723 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
› }, 1 => 'configure'], 2048);
}
/var/www/pepper/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';
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(?string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/pepper/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);
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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;
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:4539 {
ContainerUgpYBxN \ 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);
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:1723 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {closure} …
› $instance->addListener('kernel.request', [0 => function () {
› return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
› }, 1 => 'configure'], 2048);
}
/var/www/pepper/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';
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(?string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/pepper/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);
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
php (8 times)
User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest() " is deprecated, use "isMainRequest() " instead.
[
"exception " => ErrorException {#222
#message : "User Deprecated: Since symfony/http-kernel 5.3: "Symfony\Component\HttpKernel\Event\KernelEvent::isMasterRequest()" is deprecated, use "isMainRequest()" instead. "
#code : 0
#file : "/var/www/pepper/vendor /symfony/http-kernel/ Event/KernelEvent.php "
#line : 88
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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__);
›
}
/var/www/pepper/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:41 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
› {
› if (!$event->isMasterRequest()) {
› return;
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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__);
›
}
/var/www/pepper/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:41 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
› {
› if (!$event->isMasterRequest()) {
› return;
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
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 {#293
#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 : "/var/www/pepper/vendor /symfony/security-csrf/ TokenStorage/SessionTokenStorage.php "
#line : 50
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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();
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7196 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
›
› return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:534 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->get_Container_Private_Security_Csrf_TokenManagerService() …
›
› return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:3476 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getAppUserAuthenticatorService() …
›
› return $this->privates['App\\Security\\AppUserAuthenticator'] = new \App\Security\AppUserAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7262 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
›
› $a = ($this->privates['App\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
›
}
/var/www/pepper/vendor /symfony/dependency-injection/ Container.php:427 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/var/www/pepper/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/var/www/pepper/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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();
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7196 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Csrf_TokenStorageService() …
›
› return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:534 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->get_Container_Private_Security_Csrf_TokenManagerService() …
›
› return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:3476 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getAppUserAuthenticatorService() …
›
› return $this->privates['App\\Security\\AppUserAuthenticator'] = new \App\Security\AppUserAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7262 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
›
› $a = ($this->privates['App\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
›
}
/var/www/pepper/vendor /symfony/dependency-injection/ Container.php:427 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/var/www/pepper/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/var/www/pepper/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
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 {#305
#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 : "/var/www/pepper/vendor /symfony/security-core/ Encoder/UserPasswordEncoderInterface.php "
#line : 17
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:2072 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_PasswordEncoderService() …
› {
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:3476 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getAppUserAuthenticatorService() …
›
› return $this->privates['App\\Security\\AppUserAuthenticator'] = new \App\Security\AppUserAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7262 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
›
› $a = ($this->privates['App\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
›
}
/var/www/pepper/vendor /symfony/dependency-injection/ Container.php:427 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/var/www/pepper/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/var/www/pepper/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:2072 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_PasswordEncoderService() …
› {
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:3476 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getAppUserAuthenticatorService() …
›
› return $this->privates['App\\Security\\AppUserAuthenticator'] = new \App\Security\AppUserAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7262 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
›
› $a = ($this->privates['App\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
›
}
/var/www/pepper/vendor /symfony/dependency-injection/ Container.php:427 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/var/www/pepper/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/var/www/pepper/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
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 {#306
#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 : "/var/www/pepper/vendor /symfony/security-core/ Encoder/UserPasswordEncoder.php "
#line : 19
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:2073 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_PasswordEncoderService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:3476 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getAppUserAuthenticatorService() …
›
› return $this->privates['App\\Security\\AppUserAuthenticator'] = new \App\Security\AppUserAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7262 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
›
› $a = ($this->privates['App\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
›
}
/var/www/pepper/vendor /symfony/dependency-injection/ Container.php:427 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/var/www/pepper/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/var/www/pepper/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:2073 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_PasswordEncoderService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:3476 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getAppUserAuthenticatorService() …
›
› return $this->privates['App\\Security\\AppUserAuthenticator'] = new \App\Security\AppUserAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7262 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
›
› $a = ($this->privates['App\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
›
}
/var/www/pepper/vendor /symfony/dependency-injection/ Container.php:427 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/var/www/pepper/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/var/www/pepper/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
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 {#308
#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 : "/var/www/pepper/vendor /symfony/security-core/ Encoder/EncoderFactoryInterface.php "
#line : 17
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7206 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_EncoderFactory_GenericService() …
› {
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:2075 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_PasswordEncoderService() …
›
› return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:3476 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getAppUserAuthenticatorService() …
›
› return $this->privates['App\\Security\\AppUserAuthenticator'] = new \App\Security\AppUserAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7262 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
›
› $a = ($this->privates['App\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
›
}
/var/www/pepper/vendor /symfony/dependency-injection/ Container.php:427 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/var/www/pepper/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/var/www/pepper/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7206 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_EncoderFactory_GenericService() …
› {
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:2075 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_PasswordEncoderService() …
›
› return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:3476 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getAppUserAuthenticatorService() …
›
› return $this->privates['App\\Security\\AppUserAuthenticator'] = new \App\Security\AppUserAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7262 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
›
› $a = ($this->privates['App\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
›
}
/var/www/pepper/vendor /symfony/dependency-injection/ Container.php:427 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/var/www/pepper/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/var/www/pepper/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
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 {#309
#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 : "/var/www/pepper/vendor /symfony/security-core/ Encoder/EncoderFactory.php "
#line : 20
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7207 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_EncoderFactory_GenericService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:2075 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_PasswordEncoderService() …
›
› return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:3476 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getAppUserAuthenticatorService() …
›
› return $this->privates['App\\Security\\AppUserAuthenticator'] = new \App\Security\AppUserAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7262 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
›
› $a = ($this->privates['App\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
›
}
/var/www/pepper/vendor /symfony/dependency-injection/ Container.php:427 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/var/www/pepper/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/var/www/pepper/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7207 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_EncoderFactory_GenericService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:2075 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_PasswordEncoderService() …
›
› return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:3476 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getAppUserAuthenticatorService() …
›
› return $this->privates['App\\Security\\AppUserAuthenticator'] = new \App\Security\AppUserAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7262 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() …
›
› $a = ($this->privates['App\\Security\\AppUserAuthenticator'] ?? $this->getAppUserAuthenticatorService());
›
}
/var/www/pepper/vendor /symfony/dependency-injection/ Container.php:427 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/var/www/pepper/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/var/www/pepper/vendor /symfony/security-bundle/ EventListener/FirewallListener.php:45 {
Symfony\Bundle\SecurityBundle\EventListener \ FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
›
› if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {
› $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
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 {#366
#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 : "/var/www/pepper/vendor /symfony/security-core/ Authorization/AccessDecisionManager.php "
#line : 75
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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);
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:4600 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getDebug_Security_Access_DecisionManagerService() …
› yield 4 => ($this->privates['debug.security.voter.App\\Security\\Voter\\FolderVoter'] ?? $this->getFolderVoterService());
› }, 5), 'unanimous', false, true));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:6893 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_AccessListenerService() …
›
› $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7289 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {closure} …
› yield 4 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
› yield 5 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
› }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c, 'main', $a, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b, $c, $d, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\AppUserAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
}
/var/www/pepper/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) {
}
/var/www/pepper/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:57 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/var/www/pepper/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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);
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:4600 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getDebug_Security_Access_DecisionManagerService() …
› yield 4 => ($this->privates['debug.security.voter.App\\Security\\Voter\\FolderVoter'] ?? $this->getFolderVoterService());
› }, 5), 'unanimous', false, true));
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:6893 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_AccessListenerService() …
›
› $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7289 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {closure} …
› yield 4 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
› yield 5 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
› }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c, 'main', $a, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b, $c, $d, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\AppUserAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
}
/var/www/pepper/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) {
}
/var/www/pepper/vendor /symfony/security-bundle/ Debug/TraceableFirewallListener.php:57 {
Symfony\Bundle\SecurityBundle\Debug \ TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
› $this->listeners = $listeners;
› }, $listener, FirewallContext::class)();
›
}
/var/www/pepper/vendor /symfony/security-http/ Firewall.php:86 {
Symfony\Component\Security\Http \ Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:139 {
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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
php
User Deprecated: Since symfony/http-kernel 5.3: Method "Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttribute() " is deprecated, use "getAttributes() " instead.
[
"exception " => ErrorException {#452
#message : "User Deprecated: Since symfony/http-kernel 5.3: Method "Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttribute()" is deprecated, use "getAttributes()" instead. "
#code : 0
#file : "/var/www/pepper/vendor /symfony/http-kernel/ ControllerMetadata/ArgumentMetadata.php "
#line : 128
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/vendor /symfony/http-kernel/ ControllerMetadata/ArgumentMetadata.php:128 {
Symfony\Component\HttpKernel\ControllerMetadata \ ArgumentMetadata->getAttribute(): ArgumentInterface …
› {
› trigger_deprecation('symfony/http-kernel', '5.3', 'Method "%s()" is deprecated, use "getAttributes()" instead.', __METHOD__);
›
}
/var/www/pepper/vendor /symfony/security-http/ Controller/UserValueResolver.php:40 {
Symfony\Component\Security\Http\Controller \ UserValueResolver->supports(Request $request, ArgumentMetadata $argument): bool …
› // otherwise, the type must be UserInterface
› if (UserInterface::class !== $argument->getType() && !$argument->getAttribute() instanceof CurrentUser) {
› return false;
}
/var/www/pepper/vendor /symfony/http-kernel/ Controller/ArgumentResolver/TraceableValueResolver.php:43 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver \ TraceableValueResolver->supports(Request $request, ArgumentMetadata $argument): bool …
›
› $return = $this->inner->supports($request, $argument);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ Controller/ArgumentResolver.php:51 {
Symfony\Component\HttpKernel\Controller \ ArgumentResolver->getArguments(Request $request, callable $controller): array …
› foreach ($this->argumentValueResolvers as $resolver) {
› if (!$resolver->supports($request, $metadata)) {
› continue;
}
/var/www/pepper/vendor /symfony/http-kernel/ Controller/TraceableArgumentResolver.php:39 {
Symfony\Component\HttpKernel\Controller \ TraceableArgumentResolver->getArguments(Request $request, callable $controller) …
› try {
› return $this->resolver->getArguments($request, $controller);
› } finally {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:155 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // controller arguments
› $arguments = $this->argumentResolver->getArguments($request, $controller);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/vendor /symfony/http-kernel/ ControllerMetadata/ArgumentMetadata.php:128 {
Symfony\Component\HttpKernel\ControllerMetadata \ ArgumentMetadata->getAttribute(): ArgumentInterface …
› {
› trigger_deprecation('symfony/http-kernel', '5.3', 'Method "%s()" is deprecated, use "getAttributes()" instead.', __METHOD__);
›
}
/var/www/pepper/vendor /symfony/security-http/ Controller/UserValueResolver.php:40 {
Symfony\Component\Security\Http\Controller \ UserValueResolver->supports(Request $request, ArgumentMetadata $argument): bool …
› // otherwise, the type must be UserInterface
› if (UserInterface::class !== $argument->getType() && !$argument->getAttribute() instanceof CurrentUser) {
› return false;
}
/var/www/pepper/vendor /symfony/http-kernel/ Controller/ArgumentResolver/TraceableValueResolver.php:43 {
Symfony\Component\HttpKernel\Controller\ArgumentResolver \ TraceableValueResolver->supports(Request $request, ArgumentMetadata $argument): bool …
›
› $return = $this->inner->supports($request, $argument);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ Controller/ArgumentResolver.php:51 {
Symfony\Component\HttpKernel\Controller \ ArgumentResolver->getArguments(Request $request, callable $controller): array …
› foreach ($this->argumentValueResolvers as $resolver) {
› if (!$resolver->supports($request, $metadata)) {
› continue;
}
/var/www/pepper/vendor /symfony/http-kernel/ Controller/TraceableArgumentResolver.php:39 {
Symfony\Component\HttpKernel\Controller \ TraceableArgumentResolver->getArguments(Request $request, callable $controller) …
› try {
› return $this->resolver->getArguments($request, $controller);
› } finally {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:155 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // controller arguments
› $arguments = $this->argumentResolver->getArguments($request, $controller);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
php
User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct " is deprecated.
[
"exception " => ErrorException {#431
#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 : "/var/www/pepper/vendor /symfony/security-core/ Authorization/AuthorizationChecker.php "
#line : 38
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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__);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:2062 {
ContainerUgpYBxN \ 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()), $a, ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7426 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSensioFrameworkExtra_Security_ListenerService() …
› {
› $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:1762 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {closure} …
› $instance->addListener('kernel.controller_arguments', [0 => function () {
› return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
› }, 1 => 'onKernelControllerArguments'], 0);
}
/var/www/pepper/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';
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(?string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/pepper/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);
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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__);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:2062 {
ContainerUgpYBxN \ 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()), $a, ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7426 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSensioFrameworkExtra_Security_ListenerService() …
› {
› $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:1762 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {closure} …
› $instance->addListener('kernel.controller_arguments', [0 => function () {
› return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
› }, 1 => 'onKernelControllerArguments'], 0);
}
/var/www/pepper/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';
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(?string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/pepper/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);
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
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 {#430
#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 : "/var/www/pepper/vendor /symfony/security-core/ Authorization/AuthorizationChecker.php "
#line : 50
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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__);
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:2062 {
ContainerUgpYBxN \ 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()), $a, ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7426 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSensioFrameworkExtra_Security_ListenerService() …
› {
› $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:1762 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {closure} …
› $instance->addListener('kernel.controller_arguments', [0 => function () {
› return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
› }, 1 => 'onKernelControllerArguments'], 0);
}
/var/www/pepper/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';
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(?string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/pepper/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);
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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__);
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:2062 {
ContainerUgpYBxN \ 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()), $a, ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
› }
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7426 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSensioFrameworkExtra_Security_ListenerService() …
› {
› $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:1762 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {closure} …
› $instance->addListener('kernel.controller_arguments', [0 => function () {
› return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
› }, 1 => 'onKernelControllerArguments'], 0);
}
/var/www/pepper/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';
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(?string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/pepper/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);
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:148 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
php
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken " class is deprecated.
[
"exception " => ErrorException {#703
#message : "User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" class is deprecated. "
#code : 0
#file : "/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/AnonymousToken.php "
#line : 34
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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__);
›
}
/var/www/pepper/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) {
}
/var/www/pepper/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) {
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/var/www/pepper/vendor /sensio/framework-extra-bundle/ src/EventListener/SecurityListener.php:65 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ SecurityListener->onKernelControllerArguments(KernelEvent $event) …
›
› if (null === $this->tokenStorage->getToken()) {
› throw new AccessDeniedException('No user token or you forgot to put your controller behind a firewall while using a @Security tag.');
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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__);
›
}
/var/www/pepper/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) {
}
/var/www/pepper/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) {
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/var/www/pepper/vendor /sensio/framework-extra-bundle/ src/EventListener/SecurityListener.php:65 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ SecurityListener->onKernelControllerArguments(KernelEvent $event) …
›
› if (null === $this->tokenStorage->getToken()) {
› throw new AccessDeniedException('No user token or you forgot to put your controller behind a firewall while using a @Security tag.');
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
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 {#704
#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 : "/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php "
#line : 106
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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);
› }
}
/var/www/pepper/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
}
/var/www/pepper/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) {
}
/var/www/pepper/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) {
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/var/www/pepper/vendor /sensio/framework-extra-bundle/ src/EventListener/SecurityListener.php:65 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ SecurityListener->onKernelControllerArguments(KernelEvent $event) …
›
› if (null === $this->tokenStorage->getToken()) {
› throw new AccessDeniedException('No user token or you forgot to put your controller behind a firewall while using a @Security tag.');
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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);
› }
}
/var/www/pepper/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
}
/var/www/pepper/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) {
}
/var/www/pepper/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) {
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/var/www/pepper/vendor /sensio/framework-extra-bundle/ src/EventListener/SecurityListener.php:65 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ SecurityListener->onKernelControllerArguments(KernelEvent $event) …
›
› if (null === $this->tokenStorage->getToken()) {
› throw new AccessDeniedException('No user token or you forgot to put your controller behind a firewall while using a @Security tag.');
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
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 {#707
#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 : "/var/www/pepper/vendor /symfony/security-core/ Authentication/Provider/AuthenticationProviderInterface.php "
#line : 17
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7057 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Guard_MainService() …
› {
› 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';
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7040 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {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->getSecurity_Authentication_Provider_Guard_MainService());
› yield 1 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
}
/var/www/pepper/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) {
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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) {
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/var/www/pepper/vendor /sensio/framework-extra-bundle/ src/EventListener/SecurityListener.php:65 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ SecurityListener->onKernelControllerArguments(KernelEvent $event) …
›
› if (null === $this->tokenStorage->getToken()) {
› throw new AccessDeniedException('No user token or you forgot to put your controller behind a firewall while using a @Security tag.');
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7057 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Guard_MainService() …
› {
› 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';
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7040 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {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->getSecurity_Authentication_Provider_Guard_MainService());
› yield 1 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
}
/var/www/pepper/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) {
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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) {
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/var/www/pepper/vendor /sensio/framework-extra-bundle/ src/EventListener/SecurityListener.php:65 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ SecurityListener->onKernelControllerArguments(KernelEvent $event) …
›
› if (null === $this->tokenStorage->getToken()) {
› throw new AccessDeniedException('No user token or you forgot to put your controller behind a firewall while using a @Security tag.');
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
php
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider " class is deprecated, use the new authenticator system instead.
[
"exception " => ErrorException {#713
#message : "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider" class is deprecated, use the new authenticator system instead. "
#code : 0
#file : "/var/www/pepper/vendor /symfony/security-core/ Authentication/Provider/RememberMeAuthenticationProvider.php "
#line : 22
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/vendor /symfony/security-core/ Authentication/Provider/RememberMeAuthenticationProvider.php:22 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeAuthenticationProvider::class);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7075 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Rememberme_MainService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7041 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {closure} …
› yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
› yield 1 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_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'))));
}
/var/www/pepper/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) {
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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) {
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/var/www/pepper/vendor /sensio/framework-extra-bundle/ src/EventListener/SecurityListener.php:65 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ SecurityListener->onKernelControllerArguments(KernelEvent $event) …
›
› if (null === $this->tokenStorage->getToken()) {
› throw new AccessDeniedException('No user token or you forgot to put your controller behind a firewall while using a @Security tag.');
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/vendor /symfony/security-core/ Authentication/Provider/RememberMeAuthenticationProvider.php:22 {
include_once …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeAuthenticationProvider::class);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7075 {
ContainerUgpYBxN \ App_KernelDevDebugContainer->getSecurity_Authentication_Provider_Rememberme_MainService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7041 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {closure} …
› yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
› yield 1 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_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'))));
}
/var/www/pepper/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) {
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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) {
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/var/www/pepper/vendor /sensio/framework-extra-bundle/ src/EventListener/SecurityListener.php:65 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ SecurityListener->onKernelControllerArguments(KernelEvent $event) …
›
› if (null === $this->tokenStorage->getToken()) {
› throw new AccessDeniedException('No user token or you forgot to put your controller behind a firewall while using a @Security tag.');
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
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 {#715
#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 : "/var/www/pepper/vendor /symfony/security-core/ Authentication/Provider/AnonymousAuthenticationProvider.php "
#line : 19
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/vendor /symfony/security-core/ Authentication/Provider/AnonymousAuthenticationProvider.php:19 {
spl_autoload_call($class_name) …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationProvider::class);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7042 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {closure} …
› yield 1 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_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'))));
› }, 3), true);
}
/var/www/pepper/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) {
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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) {
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/var/www/pepper/vendor /sensio/framework-extra-bundle/ src/EventListener/SecurityListener.php:65 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ SecurityListener->onKernelControllerArguments(KernelEvent $event) …
›
› if (null === $this->tokenStorage->getToken()) {
› throw new AccessDeniedException('No user token or you forgot to put your controller behind a firewall while using a @Security tag.');
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/vendor /symfony/security-core/ Authentication/Provider/AnonymousAuthenticationProvider.php:19 {
spl_autoload_call($class_name) …
›
› trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationProvider::class);
›
}
/var/www/pepper / var/cache/dev/ContainerUgpYBxN/App_KernelDevDebugContainer.php:7042 {
ContainerUgpYBxN\App_KernelDevDebugContainer->ContainerUgpYBxN \ {closure} …
› yield 1 => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_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'))));
› }, 3), true);
}
/var/www/pepper/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) {
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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) {
}
/var/www/pepper/vendor /symfony/security-bundle/ Security/LazyFirewallContext.php:73 {
Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security \ {closure} …
› foreach ($listeners as $listener) {
› $listener($event);
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/TokenStorage.php:37 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ TokenStorage->getToken() …
› $this->initializer = null;
› $initializer();
› }
}
/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php:47 {
Symfony\Component\Security\Core\Authentication\Token\Storage \ UsageTrackingTokenStorage->getToken(): TokenInterface …
›
› return $this->storage->getToken();
› }
}
/var/www/pepper/vendor /sensio/framework-extra-bundle/ src/EventListener/SecurityListener.php:65 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ SecurityListener->onKernelControllerArguments(KernelEvent $event) …
›
› if (null === $this->tokenStorage->getToken()) {
› throw new AccessDeniedException('No user token or you forgot to put your controller behind a firewall while using a @Security tag.');
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
php (3 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 {#319
#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 : "/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/Storage/UsageTrackingTokenStorage.php "
#line : 84
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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__);
›
}
/var/www/pepper/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();
› }
}
/var/www/pepper/vendor /sensio/framework-extra-bundle/ src/EventListener/SecurityListener.php:88 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ SecurityListener->getVariables(KernelEvent $event) …
› $request = $event->getRequest();
› $token = $this->tokenStorage->getToken();
› $variables = [
}
/var/www/pepper/vendor /sensio/framework-extra-bundle/ src/EventListener/SecurityListener.php:74 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ SecurityListener->onKernelControllerArguments(KernelEvent $event) …
› foreach ($configurations as $configuration) {
› if (!$this->language->evaluate($configuration->getExpression(), $this->getVariables($event))) {
› if ($statusCode = $configuration->getStatusCode()) {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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__);
›
}
/var/www/pepper/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();
› }
}
/var/www/pepper/vendor /sensio/framework-extra-bundle/ src/EventListener/SecurityListener.php:88 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ SecurityListener->getVariables(KernelEvent $event) …
› $request = $event->getRequest();
› $token = $this->tokenStorage->getToken();
› $variables = [
}
/var/www/pepper/vendor /sensio/framework-extra-bundle/ src/EventListener/SecurityListener.php:74 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ SecurityListener->onKernelControllerArguments(KernelEvent $event) …
› foreach ($configurations as $configuration) {
› if (!$this->language->evaluate($configuration->getExpression(), $this->getVariables($event))) {
› if ($statusCode = $configuration->getStatusCode()) {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:158 {
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();
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:75 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
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 {#928
#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 : "/var/www/pepper/vendor /symfony/security-core/ Authentication/AuthenticationTrustResolver.php "
#line : 38
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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__);
› }
}
/var/www/pepper/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()) {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:196 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:249 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:86 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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__);
› }
}
/var/www/pepper/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()) {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:196 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:249 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:86 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
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 {#945
#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 : "/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php "
#line : 144
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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__);
› }
}
/var/www/pepper/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,
}
/var/www/pepper/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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:196 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:249 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:86 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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__);
› }
}
/var/www/pepper/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,
}
/var/www/pepper/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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:196 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:249 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:86 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
15:43:10
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 {#947
#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 : "/var/www/pepper/vendor /symfony/security-core/ Authentication/Token/AbstractToken.php "
#line : 60
#severity : E_USER_DEPRECATED
trace : {
/var/www/pepper/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__);
›
}
/var/www/pepper/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,
}
/var/www/pepper/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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:196 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:249 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:86 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
}
]
{
/var/www/pepper/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__);
›
}
/var/www/pepper/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,
}
/var/www/pepper/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);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:108 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
› try {
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/var/www/pepper/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:118 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/pepper/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/pepper/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);
› }
}
/var/www/pepper/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 {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:196 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:249 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› try {
› return $this->filterResponse($response, $request, $type);
› } catch (\Exception $e) {
}
/var/www/pepper/vendor /symfony/http-kernel/ HttpKernel.php:86 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› } finally {
}
/var/www/pepper/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 {
}
/var/www/pepper / public/index.php:25 {
› $request = Request::createFromGlobals();\r
› $response = $kernel->handle($request);\r
› $response->send();\r
}
}
22:51:11
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.
22:51:11
n/a
Method "Symfony\Component\DependencyInjection\Extension\Extension::getAlias() " might add "string " as a native return type declaration in the future. Do the same in child class "Lopi\Bundle\PusherBundle\DependencyInjection\LopiPusherExtension " now to avoid errors or add an explicit @return annotation to suppress this message.
22:51:11
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\AppUserAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
22:51:11
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\AppUserAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
22:51:11
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\AppUserAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
22:51:11
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\AppUserAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
22:51:11
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\AppUserAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
22:51:11
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\AppUserAuthenticator " now to avoid errors or add an explicit @return annotation to suppress this message.
22:51:11
n/a
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports() " might add "bool " as a native return type declaration in the future. Do the same in child class "App\Security\Voter\ConversationVoter " now to avoid errors or add an explicit @return annotation to suppress this message.
22:51:11
n/a
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute() " might add "bool " as a native return type declaration in the future. Do the same in child class "App\Security\Voter\ConversationVoter " now to avoid errors or add an explicit @return annotation to suppress this message.
22:51:11
n/a
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports() " might add "bool " as a native return type declaration in the future. Do the same in child class "App\Security\Voter\FolderVoter " now to avoid errors or add an explicit @return annotation to suppress this message.
22:51:11
n/a
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute() " might add "bool " as a native return type declaration in the future. Do the same in child class "App\Security\Voter\FolderVoter " now to avoid errors or add an explicit @return annotation to suppress this message.
22:51:11
n/a
Please install the "intl " PHP extension for best performance.
22:51:11
n/a (2 times)
Since symfony/security-bundle 5.1: Using "anonymous: lazy " to make the firewall lazy is deprecated, use "anonymous: true " and "lazy: true " instead.
22:51:11
n/a
Method "Doctrine\Common\EventSubscriber::getSubscribedEvents() " might add "array " as a native return type declaration in the future. Do the same in implementation "Knp\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber " now to avoid errors or add an explicit @return annotation to suppress this message.
22:51:11
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.
22:51:11
n/a
Class "App\Entity\User " should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier(): string ": returns the identifier for this user (e.g. its username or email address).
22:51:11
n/a
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\User " now to avoid errors or add an explicit @return annotation to suppress this message.
22:51:11
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.
22:51:11
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.
22:51:11
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.
22:51:11
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.
22:51:11
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.
22:51:11
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.