Hey Jay- Yea, something weird is going on. First, make sure that your command is not only running in the "dev" environment, but with a kernel whose debug mode is set to true. That should help you get a better exception, and one that's not in the cache files.
Second, the exception is being caused by the templating engine processing a template that doesn't have it's format specified (e.g. template.twig instead of template.html.twig). I can see that everything looks correct in your console, which is why something is "off" somewhere that I can't explain. So, switch the console's kernel to debug=true and that might shed enough light on the situation. Ryan Weaver Lead Programmer - iostudio - Nashville, TN http://www.iostudio.com http://www.thatsquality.com Twitter: @weaverryan On Sun, Jan 2, 2011 at 7:24 PM, Jay <[email protected]> wrote: > sorry for the double posts..i didnt see my first one appear and I > thought I had lost it! :) > > -- > 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]<symfony-devs%[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
