Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live Demo not working #390

Closed
brud opened this issue Oct 16, 2017 · 2 comments
Closed

Live Demo not working #390

brud opened this issue Oct 16, 2017 · 2 comments

Comments

@brud
Copy link

brud commented Oct 16, 2017

http://sandbox.cmf.symfony.com/en shows an error:

Warning: mkdir(): No space left on device in /app/vendor/symfony-cmf/seo-bundle/src/Cache/FileCache.php on line 43
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

When I try reload fixtures by link, I get this error:

Running: /app/web/../bin/console cache:clear -e=prod
Output:

Warning: mkdir(): No space left on device in /app/vendor/symfony-cmf/seo-bundle/src/Cache/FileCache.php on line 43

// Clearing the cache for the prod environment with debug
// false

[WARNING] Calling cache:clear without the --no-warmup option is deprecated
since version 3.3. Cache warmup should be done with the cache:warmup
command instead.

Running: /app/web/../bin/console -v doctrine:phpcr:fixtures:load -e=prod
Output:

Warning: mkdir(): No space left on device in /app/vendor/symfony-cmf/seo-bundle/src/Cache/FileCache.php on line 43
purging database
Executing initializer: CmfRoutingBundle
Executing initializer: CmfMenuBundle
Executing initializer: CmfContentBundle
Executing initializer: CmfBlockBundle
Executing initializer: CmfRoutingAutoBundle
loading [5] AppBundle\DataFixtures\PHPCR\LoadStaticPageData

@ElectricMaxxx
Copy link
Member

Thanks for reporting that issue. I will try to fix it.

@ElectricMaxxx
Copy link
Member

Yea demo is working again and will hopefully never stop again. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants