I am working on a site based on the jobeet tutorial but heavily modified. I recently started encountering an issue with my backend. I get a routing error when I submit a form.
the error: The "/post/:id/edit.:sf_format" route has some missing mandatory parameters (:id). the form action url: http://dev1.makesmalltalk.com/backend_dev.php/post/1 i expect this has something to do with the routing, so here are my routing files: http://pastebin.com/m639d3e88 - backend routing.yml http://pastebin.com/m1ba70490 - frontend routing.yml in case this could be something with the generator, heres my generator.yml file: http://pastebin.com/m6bc2cbd0 and, last but not least, the "request" listing from the dev environment error page: http://pastebin.com/m21e839cd any help would be apreciated -MrGlass --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
