Hey John- I was able to replicate your problem and I believe that it's a bug. I've submitted a fix for it here: https://github.com/symfony/symfony/pull/1144
Thanks! Ryan Weaver US Office Head & Trainer - KnpLabs - Nashville, TN http://www.knplabs.com <http://www.knplabs.com/en> http://www.thatsquality.com Twitter: @weaverryan On Sun, May 29, 2011 at 10:24 AM, John Blobsmith <[email protected]>wrote: > Ok, > the error is -> The file "routing_dev.yml" does not exist > > it's impossible... because when i use the xml configuration it's > work... my xml configuration below : > <?xml version="1.0" encoding="UTF-8" ?> > > <routes xmlns="http://symfony.com/schema/routing" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://symfony.com/schema/routing > http://symfony.com/schema/routing/routing-1.0.xsd"> > > <import resource="routing_dev.yml" /> > </routes> > > On 29 mai, 17:09, ryan weaver <[email protected]> wrote: > > Hi John- > > > > It's quite likely that it can't import the routing_dev.yml either because > > there's an error in *that* file or it can't find that file. In either > case, > > the pertinent information should be container in a nested exception, > which > > would show up if you had the error handler enabled (which Stof > mentioned). > > You can see an example of how this is done here: > https://github.com/symfony/symfony-standard/blob/master/app/AppKernel... > > > > Also, these questions are really better for the symfony-user group ( > http://groups.google.com/group/symfony-users), since this list is more for > > the core development of the framework. > > > > Thanks! > > > > Ryan Weaver > > US Office Head & Trainer - KnpLabs - Nashville, TNhttp://www.knplabs.com > <http://www.knplabs.com/en>http://www.thatsquality.com > > Twitter: @weaverryan > > > > On Sun, May 29, 2011 at 10:05 AM, John Blobsmith <[email protected] > >wrote: > > > > > > > > > > > > > > > > > Sorry, this seems very intresting but i don't know how i can do it. > > > > > On 29 mai, 16:43, Christophe COEVOET <[email protected]> wrote: > > > > Le 29/05/2011 16:41, John Blobsmith a crit :> Hi Ryan, > > > > > My error is -> FileLoaderImportException: Cannot import resource > > > > > "'routing_dev.yml'". > > > > > > > Thanks > > > > > > Could you enable the exception handler in your kernel (see the > standard > > > > edition to see how it is done) and provide the nested exception ? > > > > > > -- > > > > Christophe | Stof > > > > > -- > > > 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 > > -- > 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 > -- 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
