First time here? Check out the FAQ!
0

Why doesn't settings = cache.get('askbot-livesettings') return anything?

I've been attempting to debug why I'm getting a nonetype error in my production askbot app. I've been able to trace it back to this statement.

mrB's avatar
51
mrB
asked 2013-05-08 09:48:16 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Turns out, my Memcache instant had gotten turned off somehow. I restarted Memcache and it started working.

mrB's avatar
51
mrB
answered 2013-05-08 15:00:49 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments