-
Notifications
You must be signed in to change notification settings - Fork 292
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
Symfony 4 TranslateController" has required constructor arguments and does not exist in the container #498
Comments
Just out of curiosity what happens if you make the jms_translation.loader_manager a public service by manually editing the services.xml in the bundle? Does that work? I'm also wondering how this bug is reproduced as the system passed tests on sf ^4.0. |
i set But any change still get error :
|
could you create a simple repository that reproduces this error? |
I added this in services.yaml
And this:
No my error look like this: but I have:
|
Controller "JMS\TranslationBundle\Controller\TranslateController" has required constructor arguments and does not exist in the container. Did you forget to define such a service?
When i upgrade symfony from 3,3 to 4.1
Any solution ?
The text was updated successfully, but these errors were encountered: