Postponed (maintainer needs more info)
Project:
Bio
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2008 at 09:15 UTC
Updated:
11 Apr 2009 at 01:36 UTC
After I installed the bio module and added a few CCK fields to the content type I create a new user. Once logged in I go to the Biography tab and change one of the fields. When clicking submit I get the following error:
"This user already has a Biography. Edit it here or assign this entry to another user."
If I click on "here" I get an "Access denied" page.
What can I do to edit my own bio?
Thanks,
riemann
Comments
Comment #1
riemann commentedI could narrow down the problem a little bit:
In the function bio_nodeapi (in bio.module, around line 237) I get the value 0 for $account->uid even though I'm not logged in as the admin but as another user. Then of course
doesn't work and I end up getting the error message.
For now I got around the problem by uncommenting those lines but there must be something wrong that leads to $account->uid being 0 even though I'm logged in as user 17. Any ideas?
Comment #2
riemann commentedSorry, accidentally changed the title of the issue...
Comment #3
allie mickaThis sounds like an old issue. Can you confirm you're running the latest release of Bio?