-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
after upgrade to 2.7.0 , kpnpaginator complains service "templating.helper.router" is non-existent #14790
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
Labels
Comments
is it related to #13354 ? |
Add framework:
templating:
engines: ['twig', 'php'] |
thank you for the quick answer, i'm reupdating and i will tell you soon if it works |
it seems to fix the problem, thanks |
Imho we should move the |
fabpot
added a commit
that referenced
this issue
Jun 1, 2015
…available again for BC reasons (xabbuh) This PR was merged into the 2.7 branch. Discussion ---------- [FrameworkBundle] make `templating.helper.router` service available again for BC reasons | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #14790 | License | MIT | Doc PR | Commits ------- 95dcfa2 [FrameworkBundle] make `templating.helper.router` service available again for BC reasons
This fixed my problem too. Thanks for the help. I just wonder how is it that it worked before! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the exact error message being
The service "knp_paginator.helper.processor" has a dependency on a non-existent service "templating.helper.router".
is it a problem on symfony or in the bundle side ? I see nothing related to that service in the upgrade file to 2.7
The text was updated successfully, but these errors were encountered: