Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[WebProfilerBundle] Variable "helper" does not exist. #49686

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

Closed
k0d3r1s opened this issue Mar 14, 2023 · 0 comments · Fixed by #49690
Closed

[WebProfilerBundle] Variable "helper" does not exist. #49686

k0d3r1s opened this issue Mar 14, 2023 · 0 comments · Fixed by #49690

Comments

@k0d3r1s
Copy link
Contributor

k0d3r1s commented Mar 14, 2023

Symfony version(s) affected

6.3.0

Description

When opening serializer profiler, twig exception about helper variable is thrown. As far as I debugged, #48759 PR by @javiereguiluz might be at fault here as this line: {% import _self as helper %} was removed from template and some but not all occurences of helper were changed to _self.
I can do a PR if all that should be done is changing helper to _self but maybe @javiereguiluz could tell why some helper occurences were left?

How to reproduce

  1. Install latest 6.3 dev version
  2. Open serializer profiler

Possible Solution

changing helper to _self in twig template

Additional Context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants