-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Class 'Metadata\Driver\LazyLoadingDriver' not found #55
Comments
Please add how you resolved this issue? |
What I remember is I found out I didn't have the right Metadata version (so the class wasn't there). I had to change the git commit hash in the deps.lock to make bundle script download and install the right Metadata version which is v1.1.0 For more information on deps.lock Hope it helps |
That 's the solution. Thx to share. |
Adding context to twig extension
Hi I was trying to have a go with this bundle but I'm getting
Fatal error: Class 'Metadata\Driver\LazyLoadingDriver' not found
I'm using
Symfony 2.0.7
metadata v1.1.0
all namespaces have been added to autoload.php
I can't see where the problem is. Any idea?
Thanks in advance.
The text was updated successfully, but these errors were encountered: