Closed benoitboucart closed 12 years ago
Hello,
Thanks for reporting this.
Seems there was some changes in the Symfony CMF Routing component. I'm not able to fix it right now but as a workaround you can checkout an older version of the library so try this:
cd vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing
git checkout 7d5b90
I've also pushed a fix for the last error. I changed a function name and forgot to change it in the setup command. So make sure you pull the latest changes for KoalaContentBundle.
Blessings, Jonas
Hello again,
This should now be fixed in the master branch. Please let me now if you have other issues or if you have any feedback regarding this bundle.
Blessings, Jonas
Thanks @flojon for the fast fix!
No worries. :)
Hi!
I have the following error when I install the bundle:
When I implement all methods I've other erros
When I run the php app/console koala_content:setup command:
Thanks for the help!