-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Cannot redeclare class Symfony\Component\HttpKernel\HttpKernel on 3.4.x-dev #25059
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
Could you do the following, so we could get a reproducer ?
In case you need some help you can read this blog post : https://symfony.com/doc/current/contributing/code/reproducer.html |
Hello, I got the same kind of error
|
Does the issue persist if you disable the |
@xabbuh Where to do this ? |
fabpot
added a commit
that referenced
this issue
Nov 21, 2017
…ng has been used (nicolas-grekas) This PR was merged into the 3.4 branch. Discussion ---------- [HttpKernel] Disable container inlining when legacy inlining has been used | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #25059 | License | MIT | Doc PR | - Commits ------- 4a11683 [HttpKernel] Disable container inlining when legacy inlining has been used
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
composer.json
...
...
On fresh install, when i browse the homepage / and hit refresh on browser, i got this error, only work once the first time load.
console not loading
if i replace "symfony/symfony": "3.4.x-dev", to "symfony/symfony": "3.3.x-dev", it works.
The text was updated successfully, but these errors were encountered: