Error

We're sorry, but an unhandled error occurred. Please see the details below.

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

/var/www/clients/www.yblac.co.uk/htdocs/site/themes/yblac/layouts/default.htm line 72

 
        $dir = dirname($path);
        if (!File::isDirectory($dir) && !@File::makeDirectory($dir, 0777, true))
            throw new SystemException(Lang::get('system::lang.directory.create_fail', ['name'=>$dir]));
 
        if (!@File::put($path, $fileContents))
            throw new SystemException(Lang::get('system::lang.file.create_fail', ['name'=>$dir]));
 
        $cached = $this->getCachedInfo();
        if (!$cached)
            $cached = [];
 
        $result['className'] = $className;

Stack trace

# Called Code Document Line
10 file_put_contents() http://www.yblac.co.uk/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php 71
9 Illuminate\Filesystem\Filesystem->put() http://www.yblac.co.uk/vendor/october/rain/src/Filesystem/Filesystem.php 173
8 October\Rain\Filesystem\Filesystem->put() http://www.yblac.co.uk/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php 71
7 Illuminate\Session\FileSessionHandler->write() http://www.yblac.co.uk/vendor/laravel/framework/src/Illuminate/Session/Store.php 220
6 Illuminate\Session\Store->save() http://www.yblac.co.uk/vendor/laravel/framework/src/Illuminate/Session/Middleware.php 126
5 Illuminate\Session\Middleware->closeSession() http://www.yblac.co.uk/vendor/laravel/framework/src/Illuminate/Session/Middleware.php 79
4 Illuminate\Session\Middleware->handle() http://www.yblac.co.uk/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php 47
3 Illuminate\Cookie\Queue->handle() http://www.yblac.co.uk/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php 51
2 Illuminate\Cookie\Guard->handle() http://www.yblac.co.uk/vendor/stack/builder/src/Stack/StackedHttpKernel.php 23
1 Stack\StackedHttpKernel->handle() http://www.yblac.co.uk/vendor/laravel/framework/src/Illuminate/Foundation/Application.php 642
0 Illuminate\Foundation\Application->run() http://www.yblac.co.uk/index.php 40