09:37:01
php
Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
09:37:01
php
Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
09:37:01
php
Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
09:37:01
php
Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
09:37:01
php
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
09:37:01
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 {#222
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#83
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#191
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#192
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#193
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#182
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#194
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#186
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#184
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#221
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#84
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#187
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#188
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#195
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#207
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#210
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#54
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#220
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#190
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
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 {#196
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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);
›
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
php (2 times)
Deprecated: Method ReflectionParameter::getClass() is deprecated
[
"exception " => ErrorException {#364
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
php
Deprecated: Method ReflectionParameter::getClass() is deprecated
[
"exception " => ErrorException {#369
#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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
php
Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#655
#message : "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): 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/var-dumper/ Cloner/Data.php "
#line : 153
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:153 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function offsetExists($key)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:246 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, int $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:62 {
Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:51 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1864 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:6552 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1623 {
ContainerYvxpxpq\App_KernelDevDebugContainer->ContainerYvxpxpq \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:290 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:145 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:153 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› */
› public function offsetExists($key)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:246 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, int $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:62 {
Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:51 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1864 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:6552 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1623 {
ContainerYvxpxpq\App_KernelDevDebugContainer->ContainerYvxpxpq \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:290 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:145 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
php
Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#654
#message : "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php "
#line : 158
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:158 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function offsetGet($key)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:246 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, int $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:62 {
Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:51 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1864 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:6552 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1623 {
ContainerYvxpxpq\App_KernelDevDebugContainer->ContainerYvxpxpq \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:290 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:145 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:158 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function offsetGet($key)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:246 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, int $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:62 {
Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:51 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1864 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:6552 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1623 {
ContainerYvxpxpq\App_KernelDevDebugContainer->ContainerYvxpxpq \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:290 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:145 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
php
Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#653
#message : "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php "
#line : 163
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:163 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function offsetSet($key, $value)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:246 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, int $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:62 {
Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:51 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1864 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:6552 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1623 {
ContainerYvxpxpq\App_KernelDevDebugContainer->ContainerYvxpxpq \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:290 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:145 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:163 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function offsetSet($key, $value)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:246 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, int $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:62 {
Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:51 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1864 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:6552 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1623 {
ContainerYvxpxpq\App_KernelDevDebugContainer->ContainerYvxpxpq \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:290 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:145 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
php
Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#652
#message : "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php "
#line : 168
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:168 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function offsetUnset($key)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:246 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, int $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:62 {
Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:51 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1864 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:6552 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1623 {
ContainerYvxpxpq\App_KernelDevDebugContainer->ContainerYvxpxpq \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:290 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:145 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:168 {
Symfony\Component\ErrorHandler \ ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function offsetUnset($key)
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/AbstractCloner.php:246 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, int $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:62 {
Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:51 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1864 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:6552 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1623 {
ContainerYvxpxpq\App_KernelDevDebugContainer->ContainerYvxpxpq \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:290 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:145 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
php
Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#650
#message : "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::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/var-dumper/ Cloner/Data.php "
#line : 114
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:114 {
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/var-dumper/ Cloner/AbstractCloner.php:246 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, int $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:62 {
Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:51 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1864 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:6552 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1623 {
ContainerYvxpxpq\App_KernelDevDebugContainer->ContainerYvxpxpq \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:290 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:145 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:114 {
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/var-dumper/ Cloner/AbstractCloner.php:246 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, int $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:62 {
Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:51 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1864 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:6552 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1623 {
ContainerYvxpxpq\App_KernelDevDebugContainer->ContainerYvxpxpq \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:290 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:145 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
php
Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
"exception " => ErrorException {#647
#message : "Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::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/var-dumper/ Cloner/Data.php "
#line : 122
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:122 {
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/var-dumper/ Cloner/AbstractCloner.php:246 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, int $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:62 {
Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:51 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1864 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:6552 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1623 {
ContainerYvxpxpq\App_KernelDevDebugContainer->ContainerYvxpxpq \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:290 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:145 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:122 {
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/var-dumper/ Cloner/AbstractCloner.php:246 {
Symfony\Component\VarDumper\Cloner\AbstractCloner->Symfony\Component\VarDumper\Cloner \ {closure} …
› if ($this->prevErrorHandler) {
› return ($this->prevErrorHandler)($type, $msg, $file, $line, $context);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/var-dumper/ Cloner/Data.php:20 {
Symfony\Component\VarDumper\Cloner \ AbstractCloner->cloneVar($var, int $filter = 0) …
› */
› class Data implements \ArrayAccess, \Countable, \IteratorAggregate
› {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ DataCollector/DataCollector.php:62 {
Symfony\Component\HttpKernel\DataCollector \ DataCollector->cloneVar($var) …
›
› return $this->cloner->cloneVar($var);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:51 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->reset() …
› $this->data = [
› 'calls' => $this->cloneVar([]),
› 'violations_count' => 0,
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/validator/ DataCollector/ValidatorDataCollector.php:37 {
Symfony\Component\Validator\DataCollector \ ValidatorDataCollector->__construct(TraceableValidator $validator) …
› $this->validator = $validator;
› $this->reset();
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1864 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerService() …
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
› $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
› $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:6552 {
ContainerYvxpxpq \ App_KernelDevDebugContainer->getProfilerListenerService() …
› {
› return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / var/cache/dev/ContainerYvxpxpq/App_KernelDevDebugContainer.php:1623 {
ContainerYvxpxpq\App_KernelDevDebugContainer->ContainerYvxpxpq \ {closure} …
› $instance->addListener('kernel.response', [0 => function () {
› return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
› }, 1 => 'onKernelResponse'], -100);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:245 {
Symfony\Component\EventDispatcher \ EventDispatcher->sortListeners(string $eventName) …
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {
› $listener[0] = $listener[0]();
› $listener[1] = $listener[1] ?? '__invoke';
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ EventDispatcher.php:76 {
Symfony\Component\EventDispatcher \ EventDispatcher->getListeners(string $eventName = null) …
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:290 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->preProcess(string $eventName): void …
›
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:145 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
›
› $this->preProcess($eventName);
› try {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
09:37:01
php
Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated
[
"exception " => ErrorException {#693
#message : "Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated "
#code : 0
#file : "/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Response.php "
#line : 1223
#severity : E_DEPRECATED
trace : {
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Response.php:1223 {
Symfony\Component\HttpFoundation \ Response->ensureIEOverSSLCompatibility(Request $request): void …
› {
› if (false !== stripos($this->headers->get('Content-Disposition'), 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT'), $match) && true === $request->isSecure()) {
› if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Response.php:310 {
Symfony\Component\HttpFoundation \ Response->prepare(Request $request) …
›
› $this->ensureIEOverSSLCompatibility($request);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ResponseListener.php:49 {
Symfony\Component\HttpKernel\EventListener \ ResponseListener->onKernelResponse(ResponseEvent $event) …
›
› $response->prepare($event->getRequest());
› }
}
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Response.php:1223 {
Symfony\Component\HttpFoundation \ Response->ensureIEOverSSLCompatibility(Request $request): void …
› {
› if (false !== stripos($this->headers->get('Content-Disposition'), 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT'), $match) && true === $request->isSecure()) {
› if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-foundation/ Response.php:310 {
Symfony\Component\HttpFoundation \ Response->prepare(Request $request) …
›
› $this->ensureIEOverSSLCompatibility($request);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ EventListener/ResponseListener.php:49 {
Symfony\Component\HttpKernel\EventListener \ ResponseListener->onKernelResponse(ResponseEvent $event) …
›
› $response->prepare($event->getRequest());
› }
}
/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);
›
}
/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);
› }
}
/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);
› }
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:190 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org/vendor /symfony/http-kernel/ HttpKernel.php:178 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/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) {
}
/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 {
}
/home/clients/60aeea3cfa30e89e01a4f40438cbc051/sites/irc-documents.org / public/index.php:25 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}