First time here? Check out the FAQ!

Tractor's profile - activity

2015-02-20 14:09:33 -0500 received badge Notable Question (source)
2013-09-17 11:34:00 -0500 received badge Popular Question (source)
2012-08-05 02:13:40 -0500 received badge Famous Question (source)
2011-07-25 02:22:37 -0500 commented answer Cannot sign up for a new account using a fresh instal of askbot.
I got the same error again after deleting + recreating the database. Here is the database dump + a log of what I did + the errors that occurred: http://www.2shared.com/file/hVDgbana/Database_Dump__Event__Error_Lo.html
2011-07-25 00:24:48 -0500 commented answer Cannot sign up for a new account using a fresh instal of askbot.
It seems my database is at fault. I am using MySQL 5.5 and followed the instructions in the documentation http://askbot.org/doc/create-database.html
2011-07-25 00:22:58 -0500 commented answer Cannot sign up for a new account using a fresh instal of askbot.
This time I did receive an error: http://i.imgur.com/WmtNU.png
2011-07-24 23:52:37 -0500 commented answer Cannot sign up for a new account using a fresh instal of askbot.
I also took a look at the database directly: http://imgur.com/a/NOTFK
2011-07-24 23:51:49 -0500 commented answer Cannot sign up for a new account using a fresh instal of askbot.
I ran the line above, this is what appeared: http://i.imgur.com/NT14t.png
2011-07-24 23:13:09 -0500 asked a question Cannot sign up for a new account using a fresh instal of askbot.

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.