I've got a Symfony CMF project up and running. I'm now trying to get localised routes for static content, and opted for BeSimpleI18nRoutingBundle.
As soon as i enable the bundle, my symfony cmf routes stop working
Controller "Controller\ContentController::indexAction()" requires that you provide a value for the "$contentDocument" argument (because there is no default value or because there is a non optional argument after this one).
Any one else experienced this? or have any recommendations?
Thanks!