We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
composer create-project symfony/skeleton:3.4 sf34-issue cd sf34-issue composer require orm composer install
In srcDevDebugProjectContainer.php line 352: !! !! Compile Error: ContainerXqjmwyq\srcDevDebugProjectContainer::load(): Failed !! opening required '/home/me/tmp/sf34-issue/var/cache/dev/Co !! ntainerXqjmwyq/getCacheWarmerService.php' (include_path='.:/usr/share/php')
Seems like kernel removes current container after dumping because it is marked as legacy.
The text was updated successfully, but these errors were encountered:
I also have the same on 3.4.3 in my project. 3.4.2 is fine.
// After manually cleaning cache dir, the problem is solved but raises again after some time.
Sorry, something went wrong.
#25733 fixes this
No branches or pull requests
Steps to reproduce
Seems like kernel removes current container after dumping because it is marked as legacy.
The text was updated successfully, but these errors were encountered: