-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
cache:clear fails after upgrading to symfony 3.4.0-BETA4 #25066
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
This PR was merged into the 3.4 branch. Discussion ---------- [Debug] Fix undefined variable $lightTrace | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - As reported in #25066 Commits ------- 21b2343 [Debug] Fix undefined variable $lightTrace
The undefined variable part is now fixed, see #25069. |
@nicolas-grekas Thanks! I just found similar issues: It seems related to the "de~" folder name under var/cache, but before upgrading to 3.4 beta from 3.3.10 this directory was created as "dev" so everything worked fine, so I'm wondering if there is any related symfony changes. I'll try to debug more on this. |
I pulled #25069 the undefined error is gone now, but the error message is not showed. I got this:
and the rm issue... I was not able to debug this in symfony As described at the end of this issue, hashicorp/vagrant#8788 Since it's actually an apple filesystem bug and 10.13.2 will be release soon (hopefully), I think this issue could be closed |
OK, thanks for digging |
…cache dir (nicolas-grekas) This PR was merged into the 3.4 branch. Discussion ---------- [FrameworkBundle] Ignore failures when removing the old cache dir | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #25066 | License | MIT | Doc PR | - ping @phoenixgao can you please check if this improves the situation? Commits ------- 3c4d168 [FrameworkBundle] Ignore failures when removing the old cache dir
I upgraded to symfony 3.4.0-BETA4 by updating composer.json and replacing changes files according to symfony-standard repository.
Everything goes well except the
php bin/console cache:clear --no-warmup
constantly fails with this error:So there is an undefined variable in the debug component.
The actually error is:
Even I manually rm all the cache folders on cli and still getting this.
btw I'm using Macos 10.13.1 and vagrant nfs shared folder to ubuntu 16.04.3 vbox. command is ran in vbox. php 7.1.13
The text was updated successfully, but these errors were encountered: