-
-
Notifications
You must be signed in to change notification settings - Fork 421
Fatal error on cache:clear with 1.30.1 #845
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
Hey @pkly Same I have the same error, probably you have more than one metadata driver, in my case it was Xml driver which was added by 3rd party bundle. |
Same issue for me I'm using SF5.2 and ApiPlatform
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
The added
SetDoctrineAnnotatedPrefixesPass
has an issue on line 41Object of class Symfony\Component\DependencyInjection\Definition could not be converted to string
This happens on symfony 4.4.20, I'm assuming it applies to all versions of symfony 4.4
The __toString method doesn't exist in class Definition in 4.4 so that's the issue.
The text was updated successfully, but these errors were encountered: