Ask Your Question
0

table askbot thread does not exist please help

asked 2012-04-09 03:14:32 -0500

Pramvir gravatar image Pramvir
199 10 2 11

when I installed askbot this error happens please help ,, I don't know anything about python....

DatabaseError at /questions/

(1146, "Table 'pramvir_0to9to0.askbot_thread' doesn't exist")Request Method: GET Request URL: http://pramvir.webfactional.com/questions/ Django Version: 1.3.1 Exception Type: DatabaseError Exception Value: (1146, "Table 'pramvir_0to9to0.askbot_thread' doesn't exist") Exception Location: /usr/lib64/python2.6/site-packages/MySQLdb/connections.py in defaulterrorhandler, line 36 Python Executable: /usr/local/bin/python Python Version: 2.6.6 Python Path: ['/home/pramvir/webapps/0to9to0', '/home/pramvir/webapps/0to9to0/lib/python2.6', '/home/pramvir/lib/python2.6/django_threaded_multihost-1.4_1-py2.6.egg', '/home/pramvir/lib/python2.6/elementtree-1.2.7_20070827_preview-py2.6.egg', '/home/pramvir/lib/python2.6/Markdown-2.1.1-py2.6.egg', '/home/pramvir/lib/python2.6/python_openid-2.2.5-py2.6.egg', '/home/pramvir/lib/python2.6/South-0.7.4-py2.6.egg', '/home/pramvir/lib/python2.6/oauth-1.0.1-py2.6.egg', '/home/pramvir/lib/python2.6/Coffin-0.3.6-py2.6.egg', '/home/pramvir/lib/python2.6/django_recaptcha_works-0.3.4-py2.6.egg', '/home/pramvir/lib/python2.6/markdown2-1.3.0-py2.6.egg', '/home/pramvir/lib/python2.6/lamson-1.1-py2.6.egg', '/home/pramvir/lib/python2.6/akismet-0.2.0-py2.6.egg', '/home/pramvir/lib/python2.6/Jinja2-2.6-py2.6.egg', '/home/pramvir/lib/python2.6/django_countries-1.0.5-py2.6.egg', '/home/pramvir/lib/python2.6/django_kombu-0.9.2-py2.6.egg', '/home/pramvir/lib/python2.6/html5lib-0.90-py2.6.egg', '/home/pramvir/lib/python2.6/Django-1.3.1-py2.6.egg', '/home/pramvir/lib/python2.6/django_keyedcache-1.4_6-py2.6.egg', '/home/pramvir/lib/python2.6/django_robots-0.8.1-py2.6.egg', '/home/pramvir/lib/python2.6/django_celery-2.2.7-py2.6.egg', '/home/pramvir/lib/python2.6/pystache-0.3.1-py2.6.egg', '/home/pramvir/lib/python2.6/oauth2-1.5.211-py2.6.egg', '/home/pramvir/lib/python2.6/Unidecode-0.04.9-py2.6.egg', '/home/pramvir/lib/python2.6/django_followit-0.0.3-py2.6.egg', '/home/pramvir/lib/python2.6/python_daemon-1.6-py2.6.egg', '/home/pramvir/lib/python2.6/nose-1.1.2-py2.6.egg', '/home/pramvir/lib/python2.6/mock-1.0.0alpha1-py2.6.egg', '/home/pramvir/lib/python2.6/chardet-1.0.1-py2.6.egg', '/home/pramvir/lib/python2.6/celery-2.2.7-py2.6.egg', '/home/pramvir/lib/python2.6/django_picklefield-0.2.0-py2.6.egg', '/home/pramvir/lib/python2.6/httplib2-0.7.4-py2.6.egg', '/home/pramvir/lib/python2.6/lockfile-0.9.1-py2.6.egg', '/home/pramvir/lib/python2.6/pyparsing-1.5.6-py2.6.egg', '/home/pramvir/lib/python2.6/kombu-1.5.1-py2.6.egg', '/home/pramvir/lib/python2.6/anyjson-0.3.1-py2.6.egg', '/home/pramvir/lib/python2.6/python_dateutil-1.5-py2.6.egg', '/home/pramvir/lib/python2.6/importlib-1.0.2-py2.6.egg', '/home/pramvir/lib/python2.6/amqplib-1.0.2-py2.6.egg', '/home/pramvir/lib/python2.6/askbot-0.7.40-py2.6.egg', '/home/pramvir/lib/python2.6/pip-1.1-py2.6.egg', '/home/pramvir/lib/python2.6', '/usr/lib64/python26.zip', '/usr/lib64/python2.6', '/usr/lib64/python2.6/plat-linux2', '/usr/lib64/python2.6/lib-tk', '/usr/lib64/python2.6/lib-old', '/usr/lib64/python2.6/lib-dynload', '/usr/lib64/python2.6/site-packages', '/usr/lib64/python2.6/site-packages/PIL', '/usr/lib64/python2.6/site-packages/geos', '/usr/lib/python2.6/site-packages', '/usr/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg-info', '/home/pramvir/webapps/0to9to0', '/home/pramvir/webapps/0to9to0/forum', '/home/pramvir/lib/python2.6/askbot-0.7.40-py2.6.egg/askbot/deps'] Server time: Mon, 9 Apr 2012 03:10:23 -0500

delete close flag offensive retag edit

Comments

This traceback suggests that you are using MySQL not Postgresql, also it is possible that you've started with a previously used database that was left in an inconsistent state.

Evgeny ( 2012-04-09 15:49:17 -0500 )edit

I used easy install and lastly stuck at migration the hosting provider said there is problem with latest psql version and askbot, and they installed it in sqlite3. which is working fine, should I keep using sqlite. or use psql for an official website...

Pramvir ( 2012-04-09 15:56:23 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-04-09 10:28:00 -0500

Fitoria gravatar image Fitoria flag of Nicaragua
816 4 19
http://fitoria.net/

It seems that you need to run migrations:

python manage.py syncdb
python manage.py migrate
link publish delete flag offensive edit

Comments

my psql version is latest thn rquired by askbot and thus migrate is failing :-(

Pramvir ( 2012-04-09 14:43:58 -0500 )edit

what to do now

Pramvir ( 2012-04-09 14:44:19 -0500 )edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Reliable Askbot Hosting

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 site
30 days free trial

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-04-09 03:14:32 -0500

Seen: 82 times

Last updated: Apr 09 '12