EDBlogBundle is extensive and user friendly blog bundle for Symfony2. It provides a lot of interesting features that makes a serious bloging platform from your Symfony2 application. It is very intuitive and flexible, you can easily fit it to your own needs.
Hi, I followed all required steps, but Symfony throws me an error in the terminal :
[Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException]
You have requested a non-existent parameter "ed_blog". Did you mean this: "ed_blog.resolve_target_entities.config"?
The ED\BlogBundle is registered in the AppKernel file as well as all the other requested. All my entities (Article, Comment, Settings, ...) Are created in an other bundle which is also registered in the AppKernel.
Hi, I followed all required steps, but Symfony throws me an error in the terminal :
[Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException]
You have requested a non-existent parameter "ed_blog". Did you mean this: "ed_blog.resolve_target_entities.config"?
The ED\BlogBundle is registered in the AppKernel file as well as all the other requested. All my entities (Article, Comment, Settings, ...) Are created in an other bundle which is also registered in the AppKernel.
Thanks for your help.