symfony-cmf / cmf-sandbox

Base project for trying CMF components integration
http://cmf.symfony.com
Other
367 stars 140 forks source link

CMF Sandbox host: "No space left on device" #368

Closed jlamur closed 7 years ago

jlamur commented 7 years ago

The Symfony CMF Sandbox shouts the following error on every page:

Warning: SessionHandler::write(): write failed: No space left on device (28) in /app/var/cache/prod/classes.php on line 370 Warning: session_write_close(): Failed to write session data (user). Please verify that the current setting of session.save_path is correct (/app/var/cache/prod/sessions) in /app/var/cache/prod/classes.php on line 151

This prevents from using sessions, so we can't login to the Admin Dashboard.

dbu commented 7 years ago

thanks, we have reset the sandbox and it seems fine again.