11. ErrorException
…/­bootstrap/­compiled.php2193
10. Illuminate\Exception\Handler handleError
<#unknown>0
9. file_put_contents
…/­bootstrap/­compiled.php2193
8. Illuminate\Filesystem\Filesystem put
…/­vendor/­laravel/­framework/­src/­Illuminate/­Session/­FileSessionHandler.php69
7. Illuminate\Session\FileSessionHandler write
…/­bootstrap/­compiled.php5971
6. Illuminate\Session\Store save
…/­bootstrap/­compiled.php5821
5. Illuminate\Session\Middleware closeSession
…/­bootstrap/­compiled.php5799
4. Illuminate\Session\Middleware handle
…/­bootstrap/­compiled.php6404
3. Illuminate\Cookie\Queue handle
…/­bootstrap/­compiled.php6351
2. Illuminate\Cookie\Guard handle
…/­bootstrap/­compiled.php8367
1. Stack\StackedHttpKernel handle
…/­bootstrap/­compiled.php639
0. Illuminate\Foundation\Application run
…/­public/­index.php49

ErrorException (E_WARNING)

Callstack information; navigate with mouse or keyboard using Ctrl+↑ or Ctrl+↓
Copy-to-clipboard button
Exception message and its type
Code snippet where the error was thrown
Server state information
Application provided context information
ErrorException thrown with message "file_put_contents(/var/www/html/app/storage/sessions/c96bd16dbf5dabb2d05f0e4d5db54655851311e1): failed to open stream: No space left on device" Stacktrace: #11 ErrorException in /var/www/html/bootstrap/compiled.php:2193 #10 Illuminate\Exception\Handler:handleError in <#unknown>:0 #9 file_put_contents in /var/www/html/bootstrap/compiled.php:2193 #8 Illuminate\Filesystem\Filesystem:put in /var/www/html/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:69 #7 Illuminate\Session\FileSessionHandler:write in /var/www/html/bootstrap/compiled.php:5971 #6 Illuminate\Session\Store:save in /var/www/html/bootstrap/compiled.php:5821 #5 Illuminate\Session\Middleware:closeSession in /var/www/html/bootstrap/compiled.php:5799 #4 Illuminate\Session\Middleware:handle in /var/www/html/bootstrap/compiled.php:6404 #3 Illuminate\Cookie\Queue:handle in /var/www/html/bootstrap/compiled.php:6351 #2 Illuminate\Cookie\Guard:handle in /var/www/html/bootstrap/compiled.php:8367 #1 Stack\StackedHttpKernel:handle in /var/www/html/bootstrap/compiled.php:639 #0 Illuminate\Foundation\Application:run in /var/www/html/public/index.php:49

file_put_contents(/var/www/html/app/storage/sessions/c96bd16dbf5dabb2d05f0e4d5db54655851311e1): failed to open stream: No space left on device

    }
    public function requireOnce($file)
    {
        require_once $file;
    }
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
    public function prepend($path, $data)
<#unknown>
    }
    public function requireOnce($file)
    {
        require_once $file;
    }
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
    public function prepend($path, $data)
	}
 
	/**
	 * {@inheritDoc}
	 */
	public function write($sessionId, $data)
	{
		$this->files->put($this->path.'/'.$sessionId, $data, true);
	}
 
    {
        return $this->migrate($destroy);
    }
    public function save()
    {
        $this->addBagDataToSession();
        $this->ageFlashData();
        $this->handler->write($this->getId(), serialize($this->attributes));
        $this->started = false;
    }
    {
        with($session = $this->getSession($request))->setRequestOnHandler($request);
        $session->start();
        return $session;
    }
    protected function closeSession(SessionInterface $session)
    {
        $session->save();
        $this->collectGarbage($session);
    }
        $this->checkRequestForArraySessions($request);
        if ($this->sessionConfigured()) {
            $session = $this->startSession($request);
            $request->setSession($session);
        }
        $response = $this->app->handle($request, $type, $catch);
        if ($this->sessionConfigured()) {
            $this->closeSession($session);
            $this->addCookieToResponse($response, $session);
        }
    public function __construct(HttpKernelInterface $app, CookieJar $cookies)
    {
        $this->app = $app;
        $this->cookies = $cookies;
    }
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        $response = $this->app->handle($request, $type, $catch);
        foreach ($this->cookies->getQueuedCookies() as $cookie) {
            $response->headers->setCookie($cookie);
    public function __construct(HttpKernelInterface $app, Encrypter $encrypter)
    {
        $this->app = $app;
        $this->encrypter = $encrypter;
    }
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        return $this->encrypt($this->app->handle($this->decrypt($request), $type, $catch));
    }
    protected function decrypt(Request $request)
    public function __construct(HttpKernelInterface $app, array $middlewares)
    {
        $this->app = $app;
        $this->middlewares = $middlewares;
    }
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        return $this->app->handle($request, $type, $catch);
    }
    public function terminate(Request $request, Response $response)
        if ($this->isBooted()) {
            $this->fireAppCallbacks(array($callback));
        }
    }
    public function run(SymfonyRequest $request = null)
    {
        $request = $request ?: $this['request'];
        $response = with($stack = $this->getStackedClient())->handle($request);
        $response->send();
        $stack->terminate($request, $response);
| Once we have the application, we can simply call the run method,
| which will execute the request and send the response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have whipped up for them.
|
*/
 
$app->run();
 
empty
empty
empty
empty
empty
Key Value
REDIRECT_REDIRECT_UNIQUE_ID ZhYpCgSLf6KN7eLKKr6zCwAAAA0
REDIRECT_REDIRECT_HTTPS on
REDIRECT_REDIRECT_SSL_TLS_SNI www.pastpin.com
REDIRECT_REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZhYpCgSLf6KN7eLKKr6zCwAAAA0
REDIRECT_HTTPS on
REDIRECT_SSL_TLS_SNI www.pastpin.com
REDIRECT_STATUS 200
UNIQUE_ID ZhYpCgSLf6KN7eLKKr6zCwAAAA0
HTTPS on
SSL_TLS_SNI www.pastpin.com
SSL_SERVER_S_DN_C AU
SSL_SERVER_S_DN_ST NSW
SSL_SERVER_S_DN_L Sydney
SSL_SERVER_S_DN_O Geopast Pty Ltd
SSL_SERVER_S_DN_OU Pastpin
SSL_SERVER_S_DN_CN www.pastpin.com
SSL_SERVER_S_DN_Email [email protected]
SSL_SERVER_I_DN_C AU
SSL_SERVER_I_DN_ST NSW
SSL_SERVER_I_DN_L Sydney
SSL_SERVER_I_DN_O Geopast Pty Ltd
SSL_SERVER_I_DN_OU Pastpin
SSL_SERVER_I_DN_CN www.pastpin.com
SSL_SERVER_I_DN_Email [email protected]
SSL_VERSION_INTERFACE mod_ssl/2.4.6
SSL_VERSION_LIBRARY OpenSSL/1.0.2k-fips
SSL_PROTOCOL TLSv1.2
SSL_SECURE_RENEG true
SSL_COMPRESS_METHOD NULL
SSL_CIPHER ECDHE-RSA-AES256-GCM-SHA384
SSL_CIPHER_EXPORT false
SSL_CIPHER_USEKEYSIZE 256
SSL_CIPHER_ALGKEYSIZE 256
SSL_CLIENT_VERIFY NONE
SSL_SERVER_M_VERSION 3
SSL_SERVER_M_SERIAL A02C639377F9613E
SSL_SERVER_V_START Aug 5 09:22:58 2019 GMT
SSL_SERVER_V_END Aug 4 09:22:58 2022 GMT
SSL_SERVER_S_DN [email protected],CN=www.pastpin.com,OU=Pastpin,O=Geopast Pty Ltd,L=Sydney,ST=NSW,C=AU
SSL_SERVER_I_DN [email protected],CN=www.pastpin.com,OU=Pastpin,O=Geopast Pty Ltd,L=Sydney,ST=NSW,C=AU
SSL_SERVER_A_KEY rsaEncryption
SSL_SERVER_A_SIG sha256WithRSAEncryption
SSL_SESSION_RESUMED Initial
HTTP_HOST www.pastpin.com
HTTP_CONNECTION Keep-Alive
HTTP_ACCEPT_ENCODING gzip, br
HTTP_X_FORWARDED_FOR 54.242.220.142
HTTP_CF_RAY 8720781e2ef72d0b-SIN
HTTP_X_FORWARDED_PROTO https
HTTP_CF_VISITOR {"scheme":"https"}
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_CF_CONNECTING_IP 54.242.220.142
HTTP_CDN_LOOP cloudflare
HTTP_CF_IPCOUNTRY US
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
SERVER_SIGNATURE
SERVER_SOFTWARE Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40
SERVER_NAME www.pastpin.com
SERVER_ADDR 188.166.225.60
SERVER_PORT 443
REMOTE_ADDR 162.158.189.67
DOCUMENT_ROOT /var/www/html
REQUEST_SCHEME https
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /var/www/html
SERVER_ADMIN [email protected]
SCRIPT_FILENAME /var/www/html/public/index.php
REMOTE_PORT 57970
REDIRECT_URL /public/photo/4378493325
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /photo/4378493325
SCRIPT_NAME /public/index.php
PATH_INFO /photo/4378493325
PATH_TRANSLATED redirect:/public/photo/4378493325/4378493325
PHP_SELF /public/index.php/photo/4378493325
REQUEST_TIME_FLOAT 1712728330.099
REQUEST_TIME 1712728330
empty
0. Whoops\Handler\PrettyPageHandler