Do you need to add a cache-control header there to keep this from happening?
brycenesbitt ( 2012-01-27 15:54:47 -0500 )editIf 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
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.
Do you need to add a cache-control header there to keep this from happening?
brycenesbitt ( 2012-01-27 15:54:47 -0500 )editThis is an issue with Shared Cache. Configure and install memcached on your server - i.e your Hosting provider. Should Fix!
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-01-27 14:28:16 -0500
Seen: 55 times
Last updated: Aug 26 '12
user creation "screen name" vs "username" in admin page
Cannot delete a user in the django admin UI : table follow_follow does not exist
CSRF token missing or incorrect
On first Settings page login, error: "Database is locked"
HTML escaped incorrectly on Data entry and display rules admin page
"502 Bad Gateway" when editing badge awards in admin
Copyright message not showing?
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
I don't think it's a bug, most likely cache issue.
Evgeny ( 2012-01-27 14:52:13 -0500 )edit