symfony-cmf / symfony-cmf-docs

The documentation for the symfony content management framework
http://cmf.symfony.com
44 stars 157 forks source link

Update the_router.rst #712

Closed Hakier closed 9 years ago

Hakier commented 9 years ago

Needed to implement OrderedFixtureInterface and return higher value than LoadPageData::getOrder, otherwise will occur RuntimeException("Controller "Symfony\Cmf\Bundle\ContentBundle\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).") because '/cms/simple/quick_tour' will no exist yet

dbu commented 9 years ago

thanks