when I costumize footer and leave askbot running after 30 minute or sometimes 20 mins footer automatically set to default askbot footer. I am using. same cache.sock for 4 different askbot installations.
In this case your sites compete for the same cache.
After customizing it, do you run python setup.py install ? Also if you have set up extra app for your static files, do you run python manage.py collectstatic ? I think these two are necessary for your changes to take permanent affect.
About the 20-min incident, seems strange. Maybe it is related somehow to the fact that in webfaction you have a cron job, automatically created when you first set up your app, which starts apache every 20 minutes. Does this ring any bell? And if you haven't run the above 2 commands, apache is started with the old files. Maybe?
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-05-01 10:08:16 -0500
Seen: 53 times
Last updated: May 02 '12
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Can you explain the 20-min incident, I didn't get it. You have started apache and working with your application with the new footer and suddently footer gets back to the default?
zaf ( 2012-05-01 10:24:35 -0500 )editthat was actually because I was using same cache socket for all the three sites now I made diffrnt diffrnt and its working fine now.
Pramvir ( 2012-05-01 10:38:43 -0500 )edit