symfony-cmf / cmf-sandbox

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

Sandbox offline #365

Closed jrmyio closed 7 years ago

jrmyio commented 7 years ago

Getting the following error when visiting sandbox.cmf.symfony.com:


Warning: file_put_contents(): Only 0 of 6 bytes written, possibly out of free disk space in /app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php on line 254

Warning: file_put_contents(): Only 0 of 421 bytes written, possibly out of free disk space in /app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php on line 254

Warning: file_put_contents(): Only 0 of 31 bytes written, possibly out of free disk space in /app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php on line 254
Oops! An Error Occurred

The server returned a "500 Internal Server Error".

The admin tool currently allows full access to the entire content tree. As a result its possible to break the entire routing configuration. In many cases when you see an error on this site, its caused by someone having done exactly that. You can reload the entire content to the original state by calling reload-fixtures.php
dbu commented 7 years ago

looks like either an issue with logrotating or somebody uploaded too many things and filled the disk while experimenting. but its recovered now, http://sandbox.cmf.symfony.com/en loads again.

jrmyio commented 7 years ago

Still issues with disk space. Can't login to admin.

dbu commented 7 years ago

ah sorry, i thougt the problem was on the front page. now i can see the problem. i re-staged the virtual machine, now i can log into the backend again