There is a bug that return this "Empty module and/or action after parsing the URL" when you use sfDoctrineRouteCollection with the admin- generator or classic modul on a table where the PrimaryKey "id" field is a text and not a number.
try this: create a table services with these fileds: id = text name = text desciption = text add some records. Now generate the symfony admin module. When you click on a record in order to edit it you receive the error. If the Primary Key field is not "id" bu for example "service-id" the admin function properly. You have the same problem without admin generator but using the route "class: sfDoctrineRouteCollection". I order to use TEXT ON a PK id you can set all routes indipendently. Inasset -- 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 developers" 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-devs?hl=en
