EtonDigital / EDBlogBundle

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.
MIT License
35 stars 20 forks source link

Error on step 3 : EDBlogBundle configuration #23

Closed julienbsgtr-zz closed 7 years ago

julienbsgtr-zz commented 7 years ago

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.

julienbsgtr-zz commented 7 years ago

just had to add ed_blog: in parameters.yml...