First time here? Check out the FAQ!

elgans's profile - activity

2013-06-11 20:48:23 -0500 received badge Notable Question (source)
2013-03-12 18:06:28 -0500 received badge Popular Question (source)
2012-07-24 03:44:17 -0500 received badge Famous Question (source)
2012-04-16 11:31:33 -0500 received badge Student (source)
2012-04-16 06:19:07 -0500 received badge Scholar ( source )
2012-04-16 06:15:04 -0500 commented answer Installation error while migrate askbot

Yes, I have seen this post and I tryed it. However I did it on installed database. Right now I do it again on new database instanse and all pathes is done, some with errors. But it help me and now site is up. Thanks!

2012-04-16 05:19:46 -0500 commented answer Installation error while migrate askbot

I have PostgreSQL 8.3.17

2012-04-15 18:18:08 -0500 asked a question Installation error while migrate askbot

I install askbot (askbot-0.7.40-py2.6) according documentation.

Everything was going ok. But i have many strange output errors while command run:

python manage.py migrate askbot

like this

FATAL ERROR - The following SQL query failed: ALTER TABLE "auth_user" ADD COLUMN "website" varchar(200) NOT NULL;
The error was: column "website" of relation "auth_user" already exists

And last this:

 > askbot:0032_auto__del_field_badgedata_multiple__del_field_badgedata_description__d
FATAL ERROR - The following SQL query failed: ALTER TABLE "askbot_badgedata" ADD CONSTRAINT "askbot_badgedata_56ae2a2a" UNIQUE ("slug")
The error was: relation "askbot_badgedata_56ae2a2a" already exists

Is it bug or not?