Closed (duplicate)
Project:
Bio
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2008 at 10:39 UTC
Updated:
8 Jan 2008 at 04:25 UTC
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
Comment #1
webchickThanks. 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.