Karen Tracey wrote: > Traceback seems to indicate something during the request processing is > generating a 500 exception, but attempting to render the template for > the error response is failing on lookup for "request" in the empty > context used for generating the error response page. Do you have a > 500.html template that tries to do something with request? But even > when you get past that error, the real problem is what is causing the > server error. Have you tried running with debug on?
Djee, that was pretty dumb.... You were right, debug was set to False, and in the 500 we're using the request. Does rendering of the 500 normally use the context-processors? - bram --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---