In the error i see “ No space left on device“ please check the disk space.
Consistent Session Saving Errors
Hi there
Getting really frustrated with out first laravel App, thought we had fixed an issue with the file system being overrun by sessions but its happened again causing fatal errors but this time with the file system NOT being full in linux.
This is the error: 'file_put_contents(/server-path-to-app/storage/framework/sessions/RmbdAQzqgZcTx4p2kBdiIKBZQsezYnsDShN0X94H): Failed to open stream: No space left on device'
ln 187 of: vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
That directory had 777 files in it (https://i.imgur.com/v72ROB0.jpg). When you delete them the error goes, when it get back to exactly 777 files.... error again.
and we do need somewhere in the region of that many active sessions, i cannot see what the issue now it as before it was reaching the actual linux cap of 268,000 which was a issue on our part but 777!? why on earth is it now doing it on 777?
Please or to participate in this conversation.