permission errors with python/django

Posted by tipu on Server Fault See other posts from Server Fault or by tipu
Published on 2010-05-27T09:23:26Z Indexed on 2010/05/27 9:33 UTC
Read the original article Hit count: 238

Filed under:
|
|

Error can be seen here: http://djaffry.selfip.com:8080/

If i go to the folder /srv/twingle/search and do ls -l I get

-rwxrwxrwx 1 root   root    65142784 May 26 20:28 words.db

I gave it 777 access (absolutely unsafe, I know, but I thought it would atleast work)

any idea what can be the permissions problem?

Edit: A very strange problem is that the code doesn't crash once every few refreshes.. then goes back to crashing

© Server Fault or respective owner

Related posts about permissions

Related posts about python