Exceptions
Exception
ErrorException
in
vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
->
doWrite
(line 123)
in
vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
->
write
(line 67)
SessionHandlerProxy->write()
in
vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
session_write_close
(line 268)
in
vendor/symfony/http-foundation/Session/Session.php
->
save
(line 189)
in
vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php
->
save
(line 121)
* can still operate on the open session. This prevents the overhead of restarting it.* Listeners after closing the session can still work with the session as usual because* Symfonys session implementation starts the session on demand. So writing to it after* it is saved will just restart it.*/$session->save();}}/*** @internal
in
vendor/symfony/event-dispatcher/Debug/WrappedListener.php
->
onKernelResponse
(line 126)
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
__invoke
(line 264)
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
doDispatch
(line 239)
* @param object $event The event object to pass to the event handlers/listeners*/protected function callListeners(iterable $listeners, string $eventName, $event){if ($event instanceof Event) {$this->doDispatch($listeners, $eventName, $event);return;}$stoppable = $event instanceof ContractsEvent || $event instanceof StoppableEventInterface;
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
callListeners
(line 73)
in
vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
->
dispatch
(line 168)
in
vendor/symfony/http-kernel/HttpKernel.php
->
dispatch
(line 191)
in
vendor/symfony/http-kernel/HttpKernel.php
->
filterResponse
(line 179)
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 80)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true){$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if ($e instanceof RequestExceptionInterface) {$e = new BadRequestHttpException($e->getMessage(), $e);}if (false === $catch) {
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 201)
Stack Trace
ErrorException |
|---|
ErrorException:
Warning: SessionHandler::write(): write failed: No space left on device (28)
at vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:64
at Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->doWrite()
(vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:123)
at Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler->write()
(vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:67)
at Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->write()
at session_write_close()
(vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:268)
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->save()
(vendor/symfony/http-foundation/Session/Session.php:189)
at Symfony\Component\HttpFoundation\Session\Session->save()
(vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:121)
at Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->onKernelResponse()
(vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
(vendor/symfony/event-dispatcher/EventDispatcher.php:264)
at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
(vendor/symfony/event-dispatcher/EventDispatcher.php:239)
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
(vendor/symfony/event-dispatcher/EventDispatcher.php:73)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
(vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
(vendor/symfony/http-kernel/HttpKernel.php:191)
at Symfony\Component\HttpKernel\HttpKernel->filterResponse()
(vendor/symfony/http-kernel/HttpKernel.php:179)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:80)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:201)
at Symfony\Component\HttpKernel\Kernel->handle()
(public/index.php:36)
|