First time here? Check out the FAQ!

alexsf's profile - activity

2017-11-16 03:22:07 -0500 received badge Famous Question (source)
2016-07-29 01:32:19 -0500 received badge Famous Question (source)
2014-09-11 15:35:53 -0500 asked a question redis cache only works on the first process

I have askbot running under uwsgi and multiple processes. When the first process starts, I get no warning about locmem and it seems redis is being used. After I click some pages, I do see the locmem warning showing up.

I do not have locmem in my config anymore, so I am wondering why it seems like the first process is using redis, and the rest are throwing this warning still.

2014-07-29 13:58:33 -0500 commented question "add comment" stopped working

I cannot seem to post an answer, maybe my karma is too low. This question has the answer, you probably have email alerts disabled. http://askbot.org/en/question/12100/comment-functionality-breaks-when-disabling-email-alerts/%3C/p (http://askbot.org/en/question/12100/comment-functionality-breaks-when-disabling-email-alerts/</p<>>)

2014-07-29 13:55:49 -0500 commented answer Comment functionality breaks when disabling email alerts

This fixed it for me too

2014-07-28 19:32:32 -0500 asked a question extra.css ignored

I have placed an extra.css file here in the default theme: static/default/media/style/extra.css

It does not seem to get detected.

I can add a custom header entry to load the css file, which works. But then I have a problem where the custom header entry is only loaded on some page requests. If I continually refresh the same page, some page loads will have the custom header entry, some won't. I have tried this on multiple browsers.

Does anyone know why extra.css might be ignored? If not, how about the inconsistent behavior on custom header?

Thanks!

2014-07-28 13:18:05 -0500 commented answer ValueError: The database backend does not accept 0 as a value for AutoField.

This worked for me