Wiadomość napisana w dniu 2009-05-05, o godz. 18:38, przez Raashid  
Malik:

>   I have a file upload functionality which works perfectly fine  
> locally using django dev server. but same functionality doesn't work  
> on server and i get "An unhandled exception".. No stack trace  
> available even though debug = True. I m using cherokee webserver.
> I get this error message on lot other forms as well.

Which "debug" are you talking about? In settings or in django-admin.py  
runfcgi call? The later one works with Django 1.1, the former has  
nothing to do with Flup's error handling. In Django 1.0.X you have to  
modify line 128 in django.core.servers.fastcgi and change

wsgi_opts['debug'] = False

to

wsgi_opts['debug'] = True

-- 
We read Knuth so you don't have to. - Tim Peters

Jarek Zgoda, R&D, Redefine
jarek.zg...@redefine.pl


--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to