I added Bio module into my site and didn't like the way I had it configured. The content type I was using was something like member_profiles. I then deleted bio module, reinstalled it, and renamed the content type to 'profile'
Now when I tried to create a new profile page for myself it gave me this error:
"This user already has a Member Profle. Edit it here or assign this entry to another user."
The "edit here" link goes to domain.com/user/1/bio and that page throws up this error:
"warning: call_user_func_array() [function.call-user-func-array]: First argumented is expected to be a valid callback, 'member_profile_node_form' was given in /home/webtb858/public_html/includes/form.inc on line 218."
I'm sure I need to delete something, but I'm not sure how to do it. I'm guessing I don't want to delete user1 right?
Do I need to take something out of the database?
Comments
Comment #1
Webster619 commentedTried to change the name back to member_profiles and got this:
Comment #2
Webster619 commentedRenamed to 'member_profile' and seems to be working better now. However, the tab on the user page that should say "member profile" is blank.
Still getting this error every time I try to edit something:
Error goes away after refreshing browser.
Comment #3
Casainho commentedI have the same problem :-(
I did delete my own bio node and now I can't create new :-(
Comment #4
allie mickaYou should visit admin/users/bio and reconfigure Bio. Afterwards, you should visit the admin/build/modules page to clear out the cache.
My guess is that this will get you sorted out!