shoibalc's profile - activity

2015-02-09 07:18:36 -0500 received badge Famous Question (source)
2012-11-24 20:56:41 -0500 received badge Editor (source)
2012-11-24 20:52:35 -0500 commented answer callback invoke error: error on upvote

Hi Evgeny. Can you suggest a fix for the problem. thanks.

2012-11-20 00:57:53 -0500 commented answer callback invoke error: error on upvote

Askbot is running at http://recem-shoibalc.dotcloud.com/forum/questions/ I use nginx to manage traffic to it. Here's the relevant part of nginx.conf. location /forum/ { gzip off; include /etc/nginx/uwsgi_params; uwsgi_param SCRIPT_NAME /forum; uwsgi_modifier1 30; uwsgi_pass unix:///var/dotcloud/askbot.sock; uwsgi_param UWSGI_SCRIPT wsgi; include uwsgi_params; } What should I change in askbot's settings.py? Thanks a lot

2012-11-20 00:13:38 -0500 received badge Student (source)
2012-11-19 23:46:01 -0500 asked a question callback invoke error: error on upvote

I get a callback invoke error on upvote/downvote/mark correct answer. My nginx server logs seems to suggest something is wrong with the POST request.

2012/11/20 05:33:33 [error] 200#0: *835 "/home/dotcloud/current/www/home/questions/2/vote/index.html" is not found (2: No such file or directory), client: 10.159.0.149, server: localhost, request: "POST /questions/2/vote/ HTTP/1.1", host: "recem-shoibalc.dotcloud.com", referrer: "http://recem-shoibalc.dotcloud.com/forum/question/2/how-do-i-write-math-on-the-forum/"

What is the resolution here?

Everythin else works fine.