#15158: Server-crashing error: local variable 'loader_name' referenced before
assignment
----------------------------+-----------------------------------------------
 Reporter:  gsf             |       Owner:  nobody    
   Status:  new             |   Milestone:            
Component:  Core framework  |     Version:  SVN       
 Keywords:                  |       Stage:  Unreviewed
Has_patch:  0               |  
----------------------------+-----------------------------------------------
 Getting the following fatal crash traceback when visiting a page pointing
 at a missing template:

 Traceback (most recent call last):

   File "/usr/local/lib/python2.6/dist-
 packages/django/core/servers/basehttp.py", line 282, in run
     self.result = application(self.environ, self.start_response)

   File "/usr/local/lib/python2.6/dist-
 packages/django/contrib/staticfiles/handlers.py", line 74, in __call__
     return self.application(environ, start_response)

   File "/usr/local/lib/python2.6/dist-
 packages/django/core/handlers/wsgi.py", line 273, in __call__
     response = self.get_response(request)

   File "/usr/local/lib/python2.6/dist-
 packages/django/core/handlers/base.py", line 169, in get_response
     response = self.handle_uncaught_exception(request, resolver,
 sys.exc_info())

   File "/usr/local/lib/python2.6/dist-
 packages/django/core/handlers/base.py", line 203, in
 handle_uncaught_exception
     return debug.technical_500_response(request, *exc_info)

   File "/usr/local/lib/python2.6/dist-packages/django/views/debug.py",
 line 59, in technical_500_response
     html = reporter.get_traceback_html()

   File "/usr/local/lib/python2.6/dist-packages/django/views/debug.py",
 line 105, in get_traceback_html
     'loader': loader_name,

 UnboundLocalError: local variable 'loader_name' referenced before
 assignment

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15158>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to