-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Problems with cache clear #10942
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
Comments
@fabpot it looks like your changes making the paths relatives broke the cache warmup |
I get the same error after upgrading from v2.4.4 to the current dev-master. Here is the backtrace:
|
This one should have been fixed thanks to #10937, can you confirm? |
I am having the same issue, and was about to test out @fabpot's changes, but "composer update" isn't getting the me the latest changes. I even tried "composer update symfony/symfony". My composer file was referencing "2.5.x-dev", but I even tried "dev-master" and no luck. For some reason, I am stuck at ref#492f7a38c7a70b8006e2e1cedb3100792ab20276.
Edit: Apparently this is a composer bug (composer/composer#563). I just ended up requesting "dev-master#b2855a55dd0428a22f799a4298a57599e209cfd4" for now and I can confirm this issue is fixed. |
So, Packagist was not up to date (for whatever reason). Now, we need to wait for the Packagist cache to be in sync. |
I can confirm that this is working for me now. |
@peshi @desarrolla2 new Symfony versions were tagged. This issue should go away. Can you confirm it works with latest stable for you? |
@jakzal The issue for me was what fabpot wrote above, packagist wasn't up to date. As soon as it was updated I had a working copy as of May 20th. Thanks for the follow up! |
Hi for all.
I just updated my symfony dependencies, since them i can not clear cache with symfony command.
I'm getting next error:
I'm getting the same error in several projects so i think that maybe can be a bug.
Regards!
The text was updated successfully, but these errors were encountered: