OperationalError at /account/signin/
Hi there, I'm getting this error when trying to sign in the first user right after installing askbot. Do you know what is it about?
OperationalError at /account/signin/
(1054, "Unknown column 'askbot_anonymousanswer.question_id' in 'field list'")
Request Method: GET
Request URL: http://127.0.1.1:8000/account/signin/?next=/
Django Version: 1.3.1
Exception Type: OperationalError
Exception Value:
(1054, "Unknown column 'askbot_anonymousanswer.question_id' in 'field list'")
Exception Location: /usr/lib/python2.7/dist-packages/MySQLdb/connections.py in defaulterrorhandler, line 36
Python Executable: /usr/bin/python
Python Version: 2.7.3
Comments
Forgot to run migrations? Try "python manage.py migrate --list". Do you have any migrations that were not applied? If so, run "python manage.py migrate".
Thanks for your quick response. I already did that. I've tried to run it again but it did not solve the problem. Any other suggestion?
Hey people, I'm still stuck with this... Any help?
Hi guys I am having the same problem and I can't install Posgres to solve the problem. Any other alternative?
You must have forgotten to run
python manage.py migrate