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.php#L41
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, TN http://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
