asked 2011-07-24 23:13:09 -0500
Anonymous
Hello, I followed all instructions completely from the documentation section of this site. However, at the initialize database tables page (http://askbot.org/doc/initialize-database-tables.html), after running the server I cannot sign up for an account.
The main page appears correctly, and clicking on any link on that page works except for the sign in link, and the badges link.
Clicking on sign-in gives the following error:
Exception Type: OperationalError
Exception Value: (1054, "Unknown column 'askbot_anonymousquestion.is_anonymous' in 'field list'")
Exception Location: B:\Python26\lib\site-packages\MySQLdb\connections.py in defaulterrorhandler, line 36
Clicking on badges yeilds:
Exception Type: DatabaseError
Exception Value: (1146, "Table 'askbot.askbot_badgedata' doesn't exist")
Exception Location: B:\Python26\lib\site-packages\MySQLdb\connections.py in defaulterrorhandler, line 36
The error comes from the same location. I am new to both django, and askbot, so I'm kind of in a maze right now. Any help would be much appreciated.
Looks like you have not installed tables. Try typing:
python manage.py migrate --list
What do you see?
You can also try logging in to the database directly and type show tables.
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: 2011-07-24 23:13:09 -0500
Seen: 146 times
Last updated: Jul 24 '11
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.