-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
Attempted to call an undefined method named "getCacheDriver" #1514
Comments
can you include full stack trace please |
I'm having the same probleme here. I've been able to isolate the fact this bug is related to a combination of I have tried to update only one of them, but then composer says it's up-to-date and that it doesn't need to be updated. But when I run so here's what remain from my composer update dry run
here a full stack as you request:
|
well there you go, it's issue in gedmo extensions which doesn't seem to work with persistence 3.0. Not an issue in doctrine-bundle. |
To me this seems to be an issue with Seems incompatible with persistence 3 |
Temporary Workaround (at least for me)
|
After upgrading to "doctrine/doctrine-bundle": "2.6.3" the following error occured
Attempted to call an undefined method named "getCacheDriver" of class "Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory".
If I switch back to 2.6.2 works ok.
The text was updated successfully, but these errors were encountered: