-
Notifications
You must be signed in to change notification settings - Fork 130
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
All services are broken (dev-master) #266
Comments
Please check which other dependencies have been updated comparing your |
For me it stopped working after I updated the sonata-project/admin-bundle to 3.11.0.. |
Same here, since I upgrade sonata-project/admin-bundle to 3.11.0, all my services are broken. |
Same here... I tried to use My workaround so far: |
Same problem. |
Hey @anboo, you mean JmsDIExtraBundle or SonataAdminBundle is dangerous to use ? |
Ok so this is not a JMS DI Extra Bundle issue, i think this should be closed. |
Here are the fixes !! (both references are actually the same issue, first one is quicker to read. sonata-project/SonataAdminBundle#4349 (comment) sonata-project/SonataAdminBundle#4292 (comment) In short, add this to your jms_di_extra:
annotation_patterns:
- "JMS\\DiExtraBundle\\Annotation" |
I just did a composer update yesterday, and I use jms/di-extra-bundle from dev- master.
On cache clear, ALL services defined with @di\Service are broken (Symfony...\ServiceNotFoundException).
I've not beeing changin any service definition for over a year. Any chance something bad happened recently on this repository ?
The text was updated successfully, but these errors were encountered: