mysql DatabaseError table askbot_post doesnt exist
Hi!
Just installed askbot,for MySQL. And the error is this (askbot is the database name):
screenshot: _ttp://i.imgur.com/ARCelfi.png
Error:
DatabaseError at /questions/
(1146, "Table 'askbot.askbot_post' doesn't exist")
Request Method: GET
Request URL: _ttp://10.0.26.176:8888/questions/
Django Version: 1.5
Exception Type: DatabaseError
Exception Value:
(1146, "Table 'askbot.askbot_post' doesn't exist")
Exception Location: /usr/lib/python2.7/dist-packages/MySQLdb/connections.py in defaulterrorhandler, line 36
Python Executable: /usr/bin/python
Python Version: 2.7.6
Python Path:
['/usr/bin/ponask',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-x86_64-linux-gnu',
'/usr/lib/python2.7/lib-tk',
'/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages',
'/usr/local/lib/python2.7/dist-packages/askbot/deps']
Server time: Wed, 1 Oct 2014 07:18:27 -0500
Comments