Why am I getting this error? I am only getting it in my custom app on the following url, all the other apps are working. This is the url, which doesn't work: http://samos-it.com/projects/
But on local development everything seems to be fine.
I think the problem has to do with memcache and sorl-thumbnail, which I am using in my custom app(projects).
It also seems that my apache restart is not working:
~/webapps/samosit/apache2/bin/restart
It should return Restarted right?
EDIT: Stopping and starting seems to work.
[Mon Jan 24 12:02:44 2011] [error] [client 127.0.0.1] mod_wsgi (pid=26040): Exception occurred processing WSGI script '/home/samos123/webapps/samosit/samosit.wsgi'.
[Mon Jan 24 12:02:44 2011] [error] [client 127.0.0.1] Traceback (most recent call last):
[Mon Jan 24 12:02:44 2011] [error] [client 127.0.0.1] File "/home/samos123/webapps/samosit/lib/python2.6/django/core/handlers/wsgi.py", line 241, in __call__
[Mon Jan 24 12:02:44 2011] [error] [client 127.0.0.1] response = self.get_response(request)
[Mon Jan 24 12:02:44 2011] [error] [client 127.0.0.1] File "/home/samos123/webapps/samosit/lib/python2.6/django/core/handlers/base.py", line 130, in get_response
[Mon Jan 24 12:02:44 2011] [error] [client 127.0.0.1] return self.handle_uncaught_exception(request, resolver, sys.exc_info())
asked
24 Jan '11, 12:36
Samos
1●1●2
accept rate:
0%
I see from the edit that it seems to work, I just wanted to make sure your application is functioning. :) Let us know if it is not.
No it stil isn't working. My application is working but my django app within the application is not: If you go to this url: http://samos-it.com/projects/ The errors I posted will come up, but my site will still function. Just the /projects/ url won't. It will give an 500 error.
If you turn on DEBUG, it should print the full error message to the screen.
Could you try this?
Thanks david! I thought the error logs would show the same info.