Error when saving user information
 

When I try to save a user in the /admin/ area I get this error:

update or delete on table "auth_user_groups" violates foreign key constraint "authusergroups_ptr_id_refs_id_695c01d17902b95c" on table "askbot_groupmembership" DETAIL: Key (id)=(1) is still referenced from table "askbot_groupmembership".

I ran the DB migration and everything as expected. Any ideas how could I fix it? It is running on heroku and postgres.

thanks, Oscar

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
oscarfh's avatar
69
oscarfh
asked 12 years ago
Evgeny's avatar
13.2k
Evgeny
updated 12 years ago

Comments

1

This is the same problem as referenced on the IntegrityError when updating user (http://askbot.org/en/question/9813/integrityerror-when-updating-user/) question. I'm also having this problem.

apalazon's avatar apalazon (12 years ago)

I am also having this problem, I would love to see resolution for this.

cooperq's avatar cooperq (11 years ago)
see more comments