On 03.01.2011, at 01:33, Jay wrote: > Yeah, that is the error I get in dev. I don't get any stack traces or > anything with the error.
I think you are mistaken. Check the env set in your console script: "PHP Fatal error: Call to a member function getRequestFormat() on a non-object in exercise/cache/prod/classes-ba4e4.php on line 524" Thats "prod" in there. In my project we have added a console_dev and console_test in order to be able to use the different env's from the CLI. At any rate, you could also check the cache file and tell us the class name. regards, Lukas Kahwe Smith [email protected] -- 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
