Re: [symfony-users] Help with Symfony routing problem.

2010-03-19 Thread Eno
On Thu, 18 Mar 2010, DarrenMr wrote: > Hi guys here is my route YAML: > product: > url: /product_:brand_:name > param: { module: products, action: view } > requirements: { brand: \d+, name: ([a-z0-9-])+ } > > However I get this error when I try to access the page: > Unable to parse "/produc

[symfony-users] Help with Symfony routing problem.

2010-03-18 Thread DarrenMr
Hi guys here is my route YAML: product: url: /product_:brand_:name param: { module: products, action: view } requirements: { brand: \d+, name: ([a-z0-9-])+ } However I get this error when I try to access the page: Unable to parse "/product_:brand_:name" route near ":name". When my url is li