Navigate to the administration page for user biographies. The php error displayed is Call to undefined function content_types.

The administration page calls _bio_get_fields which tries to retrieve all the fields for the node type used for biographies. These fields give the user the option to make them visible on the registration form.

I have created a workaround that checks for module_exists('cck'). I thought I'd get some feedback about this issue before submitting a patch.

Comments

webchick’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Thanks. This was reported in http://drupal.org/node/201171, and is fixed in the dev version. I'm waiting for a couple people to test http://drupal.org/node/174507 so I can incorporate that fix and then I'll roll a 1.2 release with this dependency removed.