-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
[LogicException] Container extension "jms_serializer" is not registered #181
Comments
Did you register the JMSSerializerBundle in your kernel ? |
Please use the 0.9 tag for Symfony2.0. The master branch is not compatible with 2.0 anymore. |
Yes, already registered the bundle in kernel. And I have added a tag 0.9.0: [JMSSerializerBundle] And then got another problem: And inside the Metadata\Driver\ I couldn't find the LazyLoadingDriver.php, but I followed the doc to specify 1.1.0 for meta: [metadata] and this is the git log inside metadata: commit 8717ad2a5689480765d9ffafe925cd8a2457e582
commit c060e62ace2c75a18e8a64f0febd166cced2027c
commit aa04872c6f0e2b32128b62dd075e8cf97a8d93da
Sorry, I'm still new to sf2 framework, could you pls give me some advice? Thanks. |
wow, I have it fixed. Thanks. That's my fault that I haven't fixed deps.lock It worked after removing: this is always a question to me why deps.lock and the version=??? work together. They seem to be the same thing to control the version. |
@minixxie The |
thank you very much ;) |
Hi Johannes,
with Symfony2.0.x, I've followed the doc: http://jmsyst.com/bundles/JMSSerializerBundle
from Installation, Configuration...
and I got this when running "php bin/vendor install":
[LogicException]
Container extension "jms_serializer" is not registered
Could you pls help give some advice? Thanks.
I've also added the sample configuration into app/config/config.yml
The text was updated successfully, but these errors were encountered: