my askbot was running fine but suddenly I got error while opening the question.
see 1st question here qhen you open it it gives error
'Thread' object has no attribute.'question_denorm'Request Method: GET
Request URL: http://ask.0to9to0.com/question/3/how-to-align-adsense-ads-in-content-left-or-right
Django Version: 1.3.1
Exception Type: AttributeError
Exception Value: 'Thread' object has no attribute 'question_denorm'
Exception Location: /home/inultcom/webapps/ask/lib/python2.7/askbot-0.7.42-py2.7.egg/askbot/models/question.py in get_data, line 581
Python Executable: /usr/local/bin/python
Python Version: 2.7.1
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 12:58:20 -0500
Seen: 23 times
Last updated: May 01 '12
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
solved. actually this was because I had deleted the 1st post (in admin) and the tags were not deleted when I asked another question of same tag ut gave this error, so I deleted those tags too.
Pramvir ( 2012-05-01 13:25:16 -0500 )edit