11. ErrorException
…/­vendor/­laravel/­framework/­src/­Illuminate/­Filesystem/­Filesystem.php71
10. Illuminate\Exception\Handler handleError
<#unknown>0
9. file_put_contents
…/­vendor/­laravel/­framework/­src/­Illuminate/­Filesystem/­Filesystem.php71
8. Illuminate\Filesystem\Filesystem put
…/­vendor/­laravel/­framework/­src/­Illuminate/­Session/­FileSessionHandler.php71
7. Illuminate\Session\FileSessionHandler write
…/­vendor/­laravel/­framework/­src/­Illuminate/­Session/­Store.php220
6. Illuminate\Session\Store save
…/­vendor/­laravel/­framework/­src/­Illuminate/­Session/­Middleware.php126
5. Illuminate\Session\Middleware closeSession
…/­vendor/­laravel/­framework/­src/­Illuminate/­Session/­Middleware.php79
4. Illuminate\Session\Middleware handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Cookie/­Queue.php47
3. Illuminate\Cookie\Queue handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Cookie/­Guard.php51
2. Illuminate\Cookie\Guard handle
…/­vendor/­stack/­builder/­src/­Stack/­StackedHttpKernel.php23
1. Stack\StackedHttpKernel handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php606
0. Illuminate\Foundation\Application run
…/­public/­index.php49

ErrorException

file_put_contents(): Only 0 of 197 bytes written, possibly out of free disk space

	 *
	 * @param  string  $path
	 * @param  string  $contents
	 * @return int
	 */
	public function put($path, $contents)
	{
		return file_put_contents($path, $contents);
	}
 
<#unknown>
	 *
	 * @param  string  $path
	 * @param  string  $contents
	 * @return int
	 */
	public function put($path, $contents)
	{
		return file_put_contents($path, $contents);
	}
 
	}
 
	/**
	 * {@inheritDoc}
	 */
	public function write($sessionId, $data)
	{
		$this->files->put($this->path.'/'.$sessionId, $data);
	}
 
	 */
	public function save()
	{
		$this->addBagDataToSession();
 
		$this->ageFlashData();
 
		$this->handler->write($this->getId(), serialize($this->attributes));
 
		$this->started = false;
	 * Close the session handling for the request.
	 *
	 * @param  \Illuminate\Session\SessionInterface  $session
	 * @return void
	 */
	protected function closeSession(SessionInterface $session)
	{
		$session->save();
 
		$this->collectGarbage($session);
		$response = $this->app->handle($request, $type, $catch);
 
		// Again, if the session has been configured we will need to close out the session
		// so that the attributes may be persisted to some storage medium. We will also
		// add the session identifier cookie to the application response headers now.
		if ($this->sessionConfigured())
		{
			$this->closeSession($session);
 
			$this->addCookieToResponse($response, $session);
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @param  int   $type
	 * @param  bool  $catch
	 * @return \Symfony\Component\HttpFoundation\Response
	 */
	public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
	{
		$response = $this->app->handle($request, $type, $catch);
 
		foreach ($this->cookies->getQueuedCookies() as $cookie)
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @param  int   $type
	 * @param  bool  $catch
	 * @return \Symfony\Component\HttpFoundation\Response
	 */
	public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
	{
		return $this->encrypt($this->app->handle($this->decrypt($request), $type, $catch));
	}
 
    {
        $this->app = $app;
        $this->middlewares = $middlewares;
    }
 
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        return $this->app->handle($request, $type, $catch);
    }
 
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @return void
	 */
	public function run(SymfonyRequest $request = null)
	{
		$request = $request ?: $this['request'];
 
		$response = with($stack = $this->getStackedClient())->handle($request);
 
		$response->send();
| 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();
 
Key Value
REDIRECT_HTTPS on
REDIRECT_STATUS 200
HTTPS on
HTTP_HOST macedonian-hotels.mk
HTTP_X_REAL_IP 162.158.87.39
HTTP_X_FORWARDED_PROTO https
HTTP_CDN_LOOP cloudflare
HTTP_CF_IPCOUNTRY US
HTTP_ACCEPT_ENCODING gzip, br
HTTP_CF_RAY 86b9e26f7cbc8f08-FRA
HTTP_CF_VISITOR {"scheme":"https"}
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_REFERER http://macedonian-hotels.mk/hotel/hotel-tims-apartments-skopje
HTTP_CF_CONNECTING_IP 35.171.22.220
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SERVER_NAME macedonian-hotels.mk
SERVER_ADDR 127.0.0.1
SERVER_PORT 80
REMOTE_ADDR 162.158.87.39
DOCUMENT_ROOT /var/www/macedonian-hotels/public
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /var/www/macedonian-hotels/public
SERVER_ADMIN [no address given]
SCRIPT_FILENAME /var/www/macedonian-hotels/public/index.php
REMOTE_PORT 50222
REDIRECT_URL /hotel/hotel-tims-apartments-skopje
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /hotel/hotel-tims-apartments-skopje
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711652651.501
REQUEST_TIME 1711652651
empty
empty
empty
empty
empty
empty
0. Whoops\Handler\PrettyPageHandler