``` php Sulu\Bundle\WebsiteBundle\Controller\DefaultController:indexAction(StructureInterface $structure, $preview = false, $partial = false) ``` should be change to: ``` php Sulu\Bundle\WebsiteBundle\Controller\DefaultController:indexAction(Request $request, StructureInterface $structure, $preview = false, $partial = false) ``` And all based Controllers must then also be changed!