We have a problems with postings to the database. Questions don't show up immediately. They do show up in search results but doesn't show up under questions/?scope=all or questions.
The same is happening with answers to questions and votes. I guess any interaction with the database.
Any ideas as to why?
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: 2011-12-14 10:29:11 -0500
Seen: 33 times
Last updated: Dec 14 '11
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Just commenting to my own question here. This seems to be connected to memcached, when we turn it off things work as expected. I see that there are references here that hints to memcached being troublesome.
Erik Larsson ( 2011-12-14 11:03:51 -0500 )editMaybe this is caching statement in the template called
Evgeny ( 2011-12-14 12:46:00 -0500 )editaskbot/skins/default/templates/main_page/questions_loop.htmltry removing the {% cache %} tag, we will remove it in the next version.We'll try it out
Erik Larsson ( 2011-12-15 02:31:21 -0500 )edit