askbot qas sucessfully installed and everything is working well but I faced some problem. 1 - user posting answer could not loging with first attempt login after 2-3 attempts, 2 - some question answer (answer by himself) not look till we refresh page 2 - 3 times 3 - no option for selecting the best answer. 4 - the answer count and view count show right after 2-3 page refreshes.
1) The inconsistent login behavior is possibly due to incorrect time setup on your webserver - try:
ntpdate ntp.pool.us.org
What is the discrepancy? It is possible to setup ntpd to run in the background and fix the date for you periodically. The computer clocks may be quite inaccurate.
2) Some of the problems - need to refresh the page many times is due to incorrect setup of cache. For multiprocess web-app setup (typical) you should use shared instance of cache - such as memcached or redis cache.
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-04-10 06:31:13 -0500
Seen: 56 times
Last updated: Apr 10 '12
how can an admin answer own question and accept it?
Can an admin mark question as answered?
User gains karma for accepting own answer
Accepting answer results in broken image
Incorrect question owner displayed when trying to mark an accepted answer for a question I don't own
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
asnwer count and view count also update when we refresh page...
Pramvir ( 2012-04-10 07:32:01 -0500 )edit