-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
ReflectionException: Class Symfony\Component\Templating\Helper\Helper not found #23753
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
Yep, I'm having same problem. Just updated to 3.3.6 and after that I get the same error... |
My bad. Should be fixed by #23755. |
…rekas) This PR was merged into the 3.3 branch. Discussion ---------- [Config] Fix checking class existence freshness | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #23753 | License | MIT | Doc PR | - Commits ------- a63ab77 [Config] Fix checking class existence freshness
Having this problem.
composer.json
So, issue seems not to be fixed yet. Or I'm doing something wrong. |
@Perf the issue was in the dependency injection component not the framework bundle. |
In the config component in fact. |
Thank you guys! |
I'm using symfony/flex with sf 3.3.
After upgrading to 3.3.6, I get this exception:
I do not use the templating component.
I guess it is related to #23573 (ping @nicolas-grekas)
The text was updated successfully, but these errors were encountered: