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
It seems that you need to run migrations:
python manage.py syncdb
python manage.py migrate
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-04-09 03:14:32 -0500
Seen: 82 times
Last updated: Apr 09 '12
How to install askbot on webfaction?
Need step by step installation procedure in WebFaction
failed to install askbot in webfaction. plz tell each and wvery step.
deployment: multiple environments - development, test, production
setup.py egg_info failed with error code 1
can not migrate askbot please help
finally got askbot working on webfactional.
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
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 )editI 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