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

Documentation needs update: Application\Sonata\ClassificationBundle not found #9

Closed janjango closed 8 years ago

janjango commented 8 years ago

I just install the bundle and follow the doc. But while executing php app/console as:du --env=prod I get Application\Sonata\ClassificationBundle not found ... I fixed it by following the#step-4-sonatamediabundle-installation-and-configuration In Step 2 : #29-user-repository There is a typo: AppUserRepository shoulld be UserRepository.

After those things, it is awesome!

It will be good to enable blog header and footer configuration. Thanks!

milosmoto commented 8 years ago

Hi Jacques,

thanks for update... If you follow all steps and install sonatamedia bundle there shouldn't be that problem with assetic:dump

Assetic dump is the last step as I can see. Did you skip #step 4 when you integrate this bundle?

Thanks for idea regarding header and footer...

janjango commented 8 years ago

Yes I follow this step: It sems that the ClassificationBundle config step is missed:

And that is all I do. Or do you mean that Assetic dump should do these staff for me?

milosmoto commented 8 years ago

Hi Jacques, No I don't mean that assetic dump will make it for you. Sonata is completely separated bundle and we are just using them for administration part.

We need to update documentation with this, reason is changes on sonata bundle where classification bundle is required for sonata now....It wasn't required before, when we create this bundle.

You make it correct with installation of classification bundle, otherwise you should use old reference of sonata bundle. I hope now everything works for you?

janjango commented 8 years ago

All right now. Thanks!