On Fri, 9 May 2008, Sumedh wrote: > We could create a page for this... > > But this page doesn't accept usual symfony tags !!! > > For example, I am not being able to include a partial in this page... > > Does it have anything to do with the fact that this page is global, > and not part of any module...?
Usually a 500 error is thrown by Apache so its quite likely that Symfony classes and methods are not loaded and not available to use so its probably not a good idea to rely on them. You should make your error page use straight simple PHP or even just static HTML. -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
