Re: [symfony-users] [sf2] Trying to import resources (routing)

2011-06-10 Thread Christophe COEVOET
Le 10/06/2011 13:18, Michael Holm a écrit : Hi, I think you are missing an @ before you resource.. does it help? Best regards, Michael Holm On Fri, Jun 10, 2011 at 1:17 PM, Javier Garcia wrote: Hi, I'm gettin this error: Cannot import resource "'UserBundle/Resources/config/routing/ regis

Re: [symfony-users] [sf2] Trying to import resources (routing)

2011-06-10 Thread Michael Holm
Hi, I think you are missing an @ before you resource.. does it help? Best regards, Michael Holm On Fri, Jun 10, 2011 at 1:17 PM, Javier Garcia wrote: > Hi, > > I'm gettin this error: > > Cannot import resource "'UserBundle/Resources/config/routing/ > registration.xml'" from "'/home/me/Symfony

[symfony-users] [sf2] Trying to import resources (routing)

2011-06-10 Thread Javier Garcia
Hi, I'm gettin this error: Cannot import resource "'UserBundle/Resources/config/routing/ registration.xml'" from "'/home/me/Symfony/app/config/routing.yml'". This is my user_registration: resource: "UserBundle/Resources/config/routing/registration.xml" prefix: /register I've extracted