OK, so the default route maps frontend_dev.php/job/index to the executeIndex action inside apps/frontend/modules/job/actions/actions.class.php.
Test to see if it's reaching the class or method, try to trace where it's stopping. The generated code and default route work correctly. I have it running on that tutorial directly. Chris On Aug 10, 10:14 am, RusAlex <interpret...@gmail.com> wrote: > yes i have file routing.yml you can see it in earlier post. And file > is exist actions.class.php > > /** > * job actions. > * > * @package jobeet > * @subpackage job > * @author Your name here > * @version SVN: $Id: actions.class.php 23810 2009-11-12 11:07:44Z > Kris.Wallsmith $ > */ > > On Aug 10, 1:02 pm, catchamonkey <ch...@sedlmayr.co.uk> wrote: > > > > > The routing entry will be in the main routing for your frontend > > > apps/frontend/config.routing.yml > > > But apologies, that entry isn't created for this command. > > > Check that the default route still exists as that is used for job/ > > index etc. > > default_index: > > url: /:module > > param: { action: index } > > > default: > > url: /:module/:action/* > > > Also check the code has been created in apps/frontend/modules/job/ > > actions/actions.class.php > > > Chris > > > On Aug 10, 9:57 am, RusAlex <interpret...@gmail.com> wrote: > > > > i see folder jobeet/apps/frontend/modules/job/ but there is no any > > > routing.yml . only folders templates/ and actions/ -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en