[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 the

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 tirengar...@gmail.com wrote: Hi, I'm gettin this error: Cannot import resource 'UserBundle/Resources/config/routing/ registration.xml' from

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 Garciatirengar...@gmail.com wrote: Hi, I'm gettin this error: Cannot import resource