did you check that you have free space?
Aug 23, 2015
5
Level 1
Out of free disk space when running on Digital Ocean
I currently have a Laravel app deployed on DigitalOcean. I just attempted to visit the index page today and receive a long stack trace with an error:
ErrorException thrown with message "file_put_contents(): Only 0 of 197 bytes written, possibly out of free disk space" Stacktrace: #11 ErrorException in /var/www/sm-system/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:71 #10
...
lluminate\Foundation\Application:run in /var/www/sm-system/public/index.php:49
file_put_contents(): Only 0 of 197 bytes written, possibly out of free disk space
I cleared app/storage/sessions but still doesn't work
Please or to participate in this conversation.