07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#472
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
#line : 34
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:34 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function open($savePath, $sessionName)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:34 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function open($savePath, $sessionName)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#523
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
#line : 82
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:82 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function read($sessionId)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:82 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function read($sessionId)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#522
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
#line : 105
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:105 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function write($sessionId, $data)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:105 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function write($sessionId, $data)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#462
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
#line : 122
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:122 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function destroy($sessionId)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:122 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function destroy($sessionId)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#463
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php "
#line : 62
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:62 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function validateId($sessionId)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:62 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function validateId($sessionId)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/AbstractSessionHandler.php:23 {
class_exists(string $class, bool $autoload = true): bool …
› */
› abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#464
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php "
#line : 91
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:91 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function close()
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:91 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function close()
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#527
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php "
#line : 99
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:99 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function gc($maxlifetime)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:99 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function gc($maxlifetime)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#526
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php "
#line : 54
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:54 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function updateTimestamp($sessionId, $data)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:54 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function updateTimestamp($sessionId, $data)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Handler/StrictSessionHandler.php:19 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class StrictSessionHandler extends AbstractSessionHandler
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:22 {
include_once …
› class_exists(MetadataBag::class);
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#525
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 41
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:41 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function open($savePath, $sessionName)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:41 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function open($savePath, $sessionName)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#471
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 49
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:49 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function close()
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:49 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function close()
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#467
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 57
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:57 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function read($sessionId)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:57 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function read($sessionId)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#466
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 65
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:65 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function write($sessionId, $data)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:65 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function write($sessionId, $data)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#465
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 73
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:73 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function destroy($sessionId)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:73 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function destroy($sessionId)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#528
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 81
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:81 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function gc($maxlifetime)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:81 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function gc($maxlifetime)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#529
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 89
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:89 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function validateId($sessionId)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:89 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function validateId($sessionId)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#530
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php "
#line : 97
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:97 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function updateTimestamp($sessionId, $data)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:97 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function updateTimestamp($sessionId, $data)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/Proxy/SessionHandlerProxy.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Storage/NativeSessionStorage.php:23 {
include_once …
› class_exists(StrictSessionHandler::class);
› class_exists(SessionHandlerProxy::class);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:7121 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSession_Storage_NativeService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:43 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
› if ($this->container->has('session_storage')
› && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage
› && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#541
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php "
#line : 134
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:134 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function getIterator()
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Session.php:22 {
include_once …
› // Help opcache.preload discover always-needed symbols
› class_exists(AttributeBag::class);
› class_exists(FlashBag::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSessionService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:134 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function getIterator()
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Session.php:22 {
include_once …
› // Help opcache.preload discover always-needed symbols
› class_exists(AttributeBag::class);
› class_exists(FlashBag::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSessionService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#470
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php "
#line : 144
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:144 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function count()
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Session.php:22 {
include_once …
› // Help opcache.preload discover always-needed symbols
› class_exists(AttributeBag::class);
› class_exists(FlashBag::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSessionService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:144 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function count()
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Attribute/AttributeBag.php:17 {
class_exists(string $class, bool $autoload = true): bool …
› */
› class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Session.php:22 {
include_once …
› // Help opcache.preload discover always-needed symbols
› class_exists(AttributeBag::class);
› class_exists(FlashBag::class);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSessionService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#524
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Session.php "
#line : 129
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Session.php:129 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function getIterator()
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Session.php:30 {
include_once …
› */
› class Session implements SessionInterface, \IteratorAggregate, \Countable
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSessionService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Session.php:129 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function getIterator()
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Session.php:30 {
include_once …
› */
› class Session implements SessionInterface, \IteratorAggregate, \Countable
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSessionService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#540
#message : "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Session.php "
#line : 139
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Session.php:139 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function count()
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Session.php:30 {
include_once …
› */
› class Session implements SessionInterface, \IteratorAggregate, \Countable
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSessionService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Session.php:139 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function count()
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Session/Session.php:30 {
include_once …
› */
› class Session implements SessionInterface, \IteratorAggregate, \Countable
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:2162 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getSessionService() …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/SessionListener.php:50 {
Symfony\Component\HttpKernel\EventListener \ SessionListener->getSession(): SessionInterface …
›
› return $this->container->get('session');
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/AbstractSessionListener.php:61 {
Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener \ {closure} …
› } elseif (method_exists($request, 'setSessionFactory')) {
› $request->setSessionFactory(function () { return $this->getSession(); });
› } elseif ($session = $this->getSession()) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:726 {
Symfony\Component\HttpFoundation \ Request->getSession() …
› if (!$session instanceof SessionInterface && null !== $session) {
› $this->setSession($session = $session());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Request.php:745 {
Symfony\Component\HttpFoundation \ Request->hasPreviousSession() …
› // the check for $this->session avoids malicious users trying to fake a session cookie with proper name
› return $this->hasSession() && $this->cookies->has($this->getSession()->getName());
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / src/EventSubscriber/LocaleSubscriber.php:21 {
App\EventSubscriber \ LocaleSubscriber->onKernelRequest(RequestEvent $event) …
› $request = $event->getRequest();
› if (!$request->hasPreviousSession()) {
› return;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:133 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php (2 times)
Deprecated: Method ReflectionParameter::getClass() is deprecated
[
"exception " => ErrorException {#629
#message : "Deprecated: Method ReflectionParameter::getClass() is deprecated "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php "
#line : 84
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:84 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
› foreach ($r->getParameters() as $param) {
› if ($param->getClass() && $param->getClass()->isInstance($request)) {
› continue;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:75 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->onKernelController(KernelEvent $event) …
› if ($this->autoConvert) {
› $configurations = $this->autoConfigure($r, $request, $configurations);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:145 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:84 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
› foreach ($r->getParameters() as $param) {
› if ($param->getClass() && $param->getClass()->isInstance($request)) {
› continue;
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:75 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->onKernelController(KernelEvent $event) …
› if ($this->autoConvert) {
› $configurations = $this->autoConfigure($r, $request, $configurations);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:145 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
07:41:37
php
Deprecated: Method ReflectionParameter::getClass() is deprecated
[
"exception " => ErrorException {#631
#message : "Deprecated: Method ReflectionParameter::getClass() is deprecated "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php "
#line : 89
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:89 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
› $name = $param->getName();
› $class = $param->getClass();
› $hasType = $this->isParameterTypeSupported && $param->hasType();
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:75 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->onKernelController(KernelEvent $event) …
› if ($this->autoConvert) {
› $configurations = $this->autoConfigure($r, $request, $configurations);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:145 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:89 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->autoConfigure(ReflectionFunctionAbstract $r, Request $request, $configurations) …
› $name = $param->getName();
› $class = $param->getClass();
› $hasType = $this->isParameterTypeSupported && $param->hasType();
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /sensio/framework-extra-bundle/ src/EventListener/ParamConverterListener.php:75 {
Sensio\Bundle\FrameworkExtraBundle\EventListener \ ParamConverterListener->onKernelController(KernelEvent $event) …
› if ($this->autoConvert) {
› $configurations = $this->autoConfigure($r, $request, $configurations);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:145 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:60 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#169 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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);
› }
arguments : {
$listeners : [ …10]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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 {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#97 …}
$eventName : "kernel.request "
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/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/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ Kernel.php:191 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
$type : 1
$catch : true
}
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#30 …}
}
}
}