http://geoweb.agencelafusee.com/robots.txt

Log Messages

  • Info. & Errors 0
  • Deprecations 14
  • Debug 26
  • PHP Notices 0
  • Container 1243

Log messages generated by using features marked as deprecated.

Time Channel
  • php
  • (none)
Message
php User Deprecated: Since symfony/security-http 5.1: The "Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface" interface is deprecated, create a listener for the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead.
0 of 0
[▼ "exception" => ErrorException {#595 ▶ #message: "User Deprecated: Since symfony/security-http 5.1: The "Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface" interface is deprecated, create a listener for the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead." #code: 0 #file: "/home/geoweb/public_html/www/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php" #line: 18 #severity: E_USER_DEPRECATED trace: {▶ /home/geoweb/public_html/www/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php:18 {▶ include_once … › › trigger_deprecation('symfony/security-http', '5.1', 'The "%s" interface is deprecated, create a listener for the "%s" event instead.', LogoutSuccessHandlerInterface::class, LogoutEvent::class); › } /home/geoweb/public_html/www/var/cache/dev/ContainerFoixoyN/App_KernelDevDebugContainer.php:6437 {▶ ContainerFoixoyN\App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() … › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php'; › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php'; › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php'; } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Container.php:441 {▶ 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}(); › } } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {▶ Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) … › { › return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { › $context = $this->getFirewallContext($request); › } /home/geoweb/public_html/www/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:174 {▶ Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) … › if ($this->firewallMap instanceof FirewallMap) { › $firewallConfig = $this->firewallMap->getFirewallConfig($request); › if (null !== $firewallConfig) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {▶ Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) … › foreach ($this->collectors as $collector) { › $collector->collect($request, $response, $exception); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {▶ Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) … › › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { › return; } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:190 {▶ Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:178 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › › return $this->filterResponse($response, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:79 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:218 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:90 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Kernel.php:195 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { } /home/geoweb/public_html/www/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } } } ]
0 of 0
{▼ /home/geoweb/public_html/www/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php:18 {▶ include_once … › › trigger_deprecation('symfony/security-http', '5.1', 'The "%s" interface is deprecated, create a listener for the "%s" event instead.', LogoutSuccessHandlerInterface::class, LogoutEvent::class); › } /home/geoweb/public_html/www/var/cache/dev/ContainerFoixoyN/App_KernelDevDebugContainer.php:6437 {▶ ContainerFoixoyN\App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() … › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php'; › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php'; › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php'; } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Container.php:441 {▶ 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}(); › } } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {▶ Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) … › { › return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { › $context = $this->getFirewallContext($request); › } /home/geoweb/public_html/www/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:174 {▶ Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) … › if ($this->firewallMap instanceof FirewallMap) { › $firewallConfig = $this->firewallMap->getFirewallConfig($request); › if (null !== $firewallConfig) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {▶ Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) … › foreach ($this->collectors as $collector) { › $collector->collect($request, $response, $exception); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {▶ Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) … › › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { › return; } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:190 {▶ Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:178 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › › return $this->filterResponse($response, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:79 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:218 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:90 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Kernel.php:195 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { } /home/geoweb/public_html/www/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } }
php User Deprecated: Since symfony/security-http 5.1: The "Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler" class is deprecated, use "Symfony\Component\Security\Http\EventListener\DefaultLogoutListener" instead.
0 of 0
[▼ "exception" => ErrorException {#594 ▶ #message: "User Deprecated: Since symfony/security-http 5.1: The "Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler" class is deprecated, use "Symfony\Component\Security\Http\EventListener\DefaultLogoutListener" instead." #code: 0 #file: "/home/geoweb/public_html/www/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php" #line: 18 #severity: E_USER_DEPRECATED trace: {▶ /home/geoweb/public_html/www/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php:18 {▶ include_once … › › trigger_deprecation('symfony/security-http', '5.1', 'The "%s" class is deprecated, use "%s" instead.', DefaultLogoutSuccessHandler::class, DefaultLogoutListener::class); › } /home/geoweb/public_html/www/var/cache/dev/ContainerFoixoyN/App_KernelDevDebugContainer.php:6438 {▶ ContainerFoixoyN\App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() … › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php'; › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php'; › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php'; } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Container.php:441 {▶ 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}(); › } } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {▶ Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) … › { › return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { › $context = $this->getFirewallContext($request); › } /home/geoweb/public_html/www/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:174 {▶ Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) … › if ($this->firewallMap instanceof FirewallMap) { › $firewallConfig = $this->firewallMap->getFirewallConfig($request); › if (null !== $firewallConfig) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {▶ Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) … › foreach ($this->collectors as $collector) { › $collector->collect($request, $response, $exception); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {▶ Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) … › › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { › return; } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:190 {▶ Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:178 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › › return $this->filterResponse($response, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:79 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:218 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:90 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Kernel.php:195 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { } /home/geoweb/public_html/www/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } } } ]
0 of 0
{▼ /home/geoweb/public_html/www/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php:18 {▶ include_once … › › trigger_deprecation('symfony/security-http', '5.1', 'The "%s" class is deprecated, use "%s" instead.', DefaultLogoutSuccessHandler::class, DefaultLogoutListener::class); › } /home/geoweb/public_html/www/var/cache/dev/ContainerFoixoyN/App_KernelDevDebugContainer.php:6438 {▶ ContainerFoixoyN\App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() … › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php'; › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php'; › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php'; } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Container.php:441 {▶ 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}(); › } } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {▶ Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) … › { › return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { › $context = $this->getFirewallContext($request); › } /home/geoweb/public_html/www/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:174 {▶ Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) … › if ($this->firewallMap instanceof FirewallMap) { › $firewallConfig = $this->firewallMap->getFirewallConfig($request); › if (null !== $firewallConfig) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {▶ Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) … › foreach ($this->collectors as $collector) { › $collector->collect($request, $response, $exception); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {▶ Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) … › › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { › return; } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:190 {▶ Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:178 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › › return $this->filterResponse($response, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:79 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:218 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:90 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Kernel.php:195 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { } /home/geoweb/public_html/www/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } }
php User Deprecated: Since symfony/security-http 5.1: Passing a logout success handler to "Symfony\Component\Security\Http\Firewall\LogoutListener::__construct" is deprecated, pass an instance of "Symfony\Contracts\EventDispatcher\EventDispatcherInterface" instead.
0 of 0
[▼ "exception" => ErrorException {#590 ▶ #message: "User Deprecated: Since symfony/security-http 5.1: Passing a logout success handler to "Symfony\Component\Security\Http\Firewall\LogoutListener::__construct" is deprecated, pass an instance of "Symfony\Contracts\EventDispatcher\EventDispatcherInterface" instead." #code: 0 #file: "/home/geoweb/public_html/www/vendor/symfony/security-http/Firewall/LogoutListener.php" #line: 52 #severity: E_USER_DEPRECATED trace: {▶ /home/geoweb/public_html/www/vendor/symfony/security-http/Firewall/LogoutListener.php:52 {▶ Symfony\Component\Security\Http\Firewall\LogoutListener->__construct(TokenStorageInterface $tokenStorage, HttpUtils $httpUtils, $eventDispatcher, array $options = [], CsrfTokenManagerInterface $csrfTokenManager = null) … › if (!$eventDispatcher instanceof EventDispatcherInterface) { › trigger_deprecation('symfony/security-http', '5.1', 'Passing a logout success handler to "%s" is deprecated, pass an instance of "%s" instead.', __METHOD__, EventDispatcherInterface::class); › } /home/geoweb/public_html/www/var/cache/dev/ContainerFoixoyN/App_KernelDevDebugContainer.php:6450 {▶ ContainerFoixoyN\App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() … › $c = new \Symfony\Component\Security\Http\HttpUtils($b, $b, '{^https?://%s$}i', '{^https://%s$}i'); › $d = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $c, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($c, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']); › $d->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()))); } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Container.php:441 {▶ 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}(); › } } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {▶ Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) … › { › return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { › $context = $this->getFirewallContext($request); › } /home/geoweb/public_html/www/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:174 {▶ Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) … › if ($this->firewallMap instanceof FirewallMap) { › $firewallConfig = $this->firewallMap->getFirewallConfig($request); › if (null !== $firewallConfig) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {▶ Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) … › foreach ($this->collectors as $collector) { › $collector->collect($request, $response, $exception); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {▶ Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) … › › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { › return; } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:190 {▶ Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:178 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › › return $this->filterResponse($response, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:79 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:218 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:90 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Kernel.php:195 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { } /home/geoweb/public_html/www/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } } } ]
0 of 0
{▼ /home/geoweb/public_html/www/vendor/symfony/security-http/Firewall/LogoutListener.php:52 {▶ Symfony\Component\Security\Http\Firewall\LogoutListener->__construct(TokenStorageInterface $tokenStorage, HttpUtils $httpUtils, $eventDispatcher, array $options = [], CsrfTokenManagerInterface $csrfTokenManager = null) … › if (!$eventDispatcher instanceof EventDispatcherInterface) { › trigger_deprecation('symfony/security-http', '5.1', 'Passing a logout success handler to "%s" is deprecated, pass an instance of "%s" instead.', __METHOD__, EventDispatcherInterface::class); › } /home/geoweb/public_html/www/var/cache/dev/ContainerFoixoyN/App_KernelDevDebugContainer.php:6450 {▶ ContainerFoixoyN\App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() … › $c = new \Symfony\Component\Security\Http\HttpUtils($b, $b, '{^https?://%s$}i', '{^https://%s$}i'); › $d = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $c, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($c, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']); › $d->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()))); } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Container.php:441 {▶ 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}(); › } } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {▶ Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) … › { › return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { › $context = $this->getFirewallContext($request); › } /home/geoweb/public_html/www/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:174 {▶ Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) … › if ($this->firewallMap instanceof FirewallMap) { › $firewallConfig = $this->firewallMap->getFirewallConfig($request); › if (null !== $firewallConfig) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {▶ Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) … › foreach ($this->collectors as $collector) { › $collector->collect($request, $response, $exception); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {▶ Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) … › › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { › return; } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:190 {▶ Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:178 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › › return $this->filterResponse($response, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:79 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:218 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:90 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Kernel.php:195 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { } /home/geoweb/public_html/www/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } }
php (2 times) User Deprecated: Since symfony/security-http 5.1: Calling "Symfony\Component\Security\Http\Firewall\LogoutListener::addHandler" is deprecated, register a listener on the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead.
0 of 0
[▼ "exception" => ErrorException {#585 ▶ #message: "User Deprecated: Since symfony/security-http 5.1: Calling "Symfony\Component\Security\Http\Firewall\LogoutListener::addHandler" is deprecated, register a listener on the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead." #code: 0 #file: "/home/geoweb/public_html/www/vendor/symfony/security-http/Firewall/LogoutListener.php" #line: 81 #severity: E_USER_DEPRECATED trace: {▶ /home/geoweb/public_html/www/vendor/symfony/security-http/Firewall/LogoutListener.php:81 {▶ Symfony\Component\Security\Http\Firewall\LogoutListener->addHandler(LogoutHandlerInterface $handler) … › { › trigger_deprecation('symfony/security-http', '5.1', 'Calling "%s" is deprecated, register a listener on the "%s" event instead.', __METHOD__, LogoutEvent::class); › } /home/geoweb/public_html/www/var/cache/dev/ContainerFoixoyN/App_KernelDevDebugContainer.php:6451 {▶ ContainerFoixoyN\App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() … › $d = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $c, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($c, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']); › $d->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()))); › $d->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler()); } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Container.php:441 {▶ 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}(); › } } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {▶ Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) … › { › return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { › $context = $this->getFirewallContext($request); › } /home/geoweb/public_html/www/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:174 {▶ Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) … › if ($this->firewallMap instanceof FirewallMap) { › $firewallConfig = $this->firewallMap->getFirewallConfig($request); › if (null !== $firewallConfig) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {▶ Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) … › foreach ($this->collectors as $collector) { › $collector->collect($request, $response, $exception); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {▶ Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) … › › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { › return; } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:190 {▶ Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:178 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › › return $this->filterResponse($response, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:79 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:218 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:90 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Kernel.php:195 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { } /home/geoweb/public_html/www/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } } } ]
0 of 0
{▼ /home/geoweb/public_html/www/vendor/symfony/security-http/Firewall/LogoutListener.php:81 {▶ Symfony\Component\Security\Http\Firewall\LogoutListener->addHandler(LogoutHandlerInterface $handler) … › { › trigger_deprecation('symfony/security-http', '5.1', 'Calling "%s" is deprecated, register a listener on the "%s" event instead.', __METHOD__, LogoutEvent::class); › } /home/geoweb/public_html/www/var/cache/dev/ContainerFoixoyN/App_KernelDevDebugContainer.php:6451 {▶ ContainerFoixoyN\App_KernelDevDebugContainer->getSecurity_Firewall_Map_Context_MainService() … › $d = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $c, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($c, '/'), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']); › $d->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()))); › $d->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler()); } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Container.php:441 {▶ 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}(); › } } /home/geoweb/public_html/www/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {▶ Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) … › { › return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext … › › return $this->container->get($contextId); › } } /home/geoweb/public_html/www/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {▶ Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) … › { › $context = $this->getFirewallContext($request); › } /home/geoweb/public_html/www/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:174 {▶ Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) … › if ($this->firewallMap instanceof FirewallMap) { › $firewallConfig = $this->firewallMap->getFirewallConfig($request); › if (null !== $firewallConfig) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {▶ Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) … › foreach ($this->collectors as $collector) { › $collector->collect($request, $response, $exception); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {▶ Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) … › › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) { › return; } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:190 {▶ Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response … › › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:178 {▶ Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response … › › return $this->filterResponse($response, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:79 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->handleRaw($request, $type); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {▶ Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) … › try { › $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false); › } catch (\Exception $e) { } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {▶ Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void … › › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher); › } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {▶ Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) … › } › $listener($event, $eventName, $this); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {▶ Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object … › if ($listeners) { › $this->callListeners($listeners, $eventName, $event); › } } /home/geoweb/public_html/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {▶ Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object … › try { › $this->dispatcher->dispatch($event, $eventName); › } finally { } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:218 {▶ Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response … › $event = new ExceptionEvent($this, $request, $type, $e); › $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION); › } /home/geoweb/public_html/www/vendor/symfony/http-kernel/HttpKernel.php:90 {▶ Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › › return $this->handleThrowable($e, $request, $type); › } } /home/geoweb/public_html/www/vendor/symfony/http-kernel/Kernel.php:195 {▶ Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) … › try { › return $this->getHttpKernel()->handle($request, $type, $catch); › } finally { } /home/geoweb/public_html/www/public/index.php:25 {▶ › $request = Request::createFromGlobals(); › $response = $kernel->handle($request); › $response->send(); } }
n/a (3 times) Since symfony/dependency-injection 5.2: The "Symfony\Component\DependencyInjection\Alias::setPrivate()" method is deprecated, use "setPublic()" instead.
n/a Since symfony/dependency-injection 5.2: The "Symfony\Component\DependencyInjection\Definition::setPrivate()" method is deprecated, use "setPublic()" instead.
n/a (2 times) Since doctrine/doctrine-migrations-bundle 2.2: The "dir_name" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) Since doctrine/doctrine-migrations-bundle 2.2: The "namespace" option is deprecated. Use "migrations_paths" instead.
n/a Since symfony/routing 5.1: The "Symfony\Component\Routing\RouteCollectionBuilder" class is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.