Hi

I have a frontend with no_script_name: on and a backend with
no_script_name: off in order to make it work. Frontend works well but
in backend when I click on a menu link: <?php echo link_to('Partner',
'@partner') ?> I get this error:
The "/partner/:id/edit.:sf_format" route has some missing mandatory
parameters (:id).
Do you know what does it mean?

I have this in routing
partner:
  class: sfPropelRouteCollection
  options:
    model:               Partner
    module:              partner
    prefix_path:         partner
    column:              id
    with_wildcard_routes: true
--~--~---------~--~----~------------~-------~--~----~
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