-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Toolbar error when using dev-master #20829
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
@javiereguiluz I suspect this is rleated to using Twig 2.x, which does not allow rendering non-existent blocks anymore. |
nicolas-grekas
added a commit
that referenced
this issue
Dec 8, 2016
This PR was merged into the 2.7 branch. Discussion ---------- [Twig] Fix deprecations with Twig 1.29 | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #20829 | License | MIT | Doc PR | - Commits ------- 9218cac [Twig] Fix deprecations with Twig 1.29
Thanks for the PR, unfortunately the bug persists.
|
@ShinDarth the fix is in 2.7, 2.8, 3.1 and 3.2 branches, but not yet in master. Test it with the Symfony 3.2 branch |
@stof as I said in the report, there is no problem using 3.2 (even before the PR) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The dev toolbar is broken in dev-master, it gives error:
Block "menu" on template "@WebProfiler/Profiler/base.html.twig" does not exist in @WebProfiler/Profiler/base.html.twig at line 17.
that happens only when using:
"symfony/symfony": "dev-master",
problem is not there using:
"symfony/symfony": "~3.2.0",
The text was updated successfully, but these errors were encountered: