When you install Bio on a Drupal 5.1 site and enable the (core) Blog module, it's not possible to create blog entries once a user has a bio. Creating a blog entry fails with an error:
"This user already has a biography. Edit it here or assign this entry to another user."

After disabling BIo, I'm able to submit blog posts again.
I'm willing to do more tests if that can help you to resolve the issue...

Luc

CommentFileSizeAuthor
#1 bio-nodes.patch1.31 KBwebchick

Comments

webchick’s picture

Title: Users with a bio are not able to post blog entries » Users with a bio are not able to post other nodes
Status: Active » Needs review
StatusFileSize
new1.31 KB

This actually is true of any nodes.

This should fix it.

webchick’s picture

Priority: Normal » Critical

I'd also say this is rather critical. ;)

stroobl’s picture

That fixed it, thanks!

allie micka’s picture

Status: Needs review » Fixed

Committed a modified version.

Thanks a lot!

paulcoghlan’s picture

I really hate to ask this but can someone give me a 30 second primer in how to apply the patch?

Thanks,
Paul

allie micka’s picture

Because I committed this change last night, you shouldn't have to apply any patches at all.

Just download the latest development version of the 5 branch right from the project page and give it a spin.

webchick’s picture

Since this was fixed, the easiest way is just to download a new copy of the module. The changes should be available within 24 hours.

Otherwise, you can go to http://cvs.drupal.org/viewcvs/drupal/contributions/modules/bio/bio.modul... and click "download" next to the first file in the list and overwrite your existing bio.module with it.

webchick’s picture

Oops. ;) Too slow. ;)

Anonymous’s picture

Status: Fixed » Closed (fixed)