First time here? Check out the FAQ!
1

Karma thresholds always reset to default when edited

If I visit the admin page askbot/settings/MIN_REP/ on my own site, I see the Karma thresholds. But if I change a number and resubmit, the page refreshes with the defaults. Is there trick to getting this to work?

Karma thresholds
Upvote Default value: 15
brycenesbitt's avatar
131
brycenesbitt
asked 2012-01-27 14:28:16 -0500
todofixthis's avatar
1.3k
todofixthis
updated 2012-08-25 22:53:13 -0500
edit flag offensive 0 remove flag close merge delete

Comments

I don't think it's a bug, most likely cache issue.

Evgeny's avatar Evgeny (2012-01-27 14:52:13 -0500) edit
add a comment see more comments

2 Answers

1

You must have issue with the cache. Most frequently this happens when you have a multiprocess setup and local memory cache. For such setup - use memcached or redis. Pls look up django docs on caching for more information.

Evgeny's avatar
13.2k
Evgeny
answered 2012-01-27 14:51:23 -0500
edit flag offensive 0 remove flag delete link

Comments

Do you need to add a cache-control header there to keep this from happening?

brycenesbitt's avatar brycenesbitt (2012-01-27 15:54:47 -0500) edit
add a comment see more comments
0

This is an issue with Shared Cache. Configure and install memcached on your server - i.e your Hosting provider. Should Fix!

pajju's avatar
565
pajju
answered 2012-08-26 01:37:34 -0500, updated 2012-08-26 01:39:20 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments