I\'ve got this \"500 Internal Server Error - LogicException: Unable to guess how to get a Doctrine instance from the request information\".
Here is my c
try this:
/** * @Route("/gatherplayer/{player_name}/{gather_id}") * @ParamConverter("player", class="YourBundle:Player") * @ParamConverter("gather", class="YourBundle:Gather") * @Template() */ public function createAction(Player $player, Gather $gather)