Sorry, my pc is doing weird things...
so: I forgot to mention that if I follow this :>
http://forum.symfony-project.org/index.php/m/73455/19006/0///#msg_73455

and add an Id to the route then it works correctly

#works
post_by_slug:

  url:      /:sf_culture/post/:id/:slug

  class:    sfDoctrineRoute

  param:    { module: post, action: show }

  options:  { model: Post, type: object }

#broken (before I copied the wrong route)
post_by_slug:
  url:      /:sf_culture/post/:slug
  class:    sfDoctrineRoute
  param:    { module: post, action: show }
  options:  { model: Post, type: object }

Thanks Marco
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to