white screen
mdowsett - August 22, 2008 - 02:15
| Project: | Bio |
| Version: | 5.x-1.2 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
I've upped my PHP memory so that isn't an issue here...but as soon as I check the "Show fields on registration form:" radio button, the /user/register page goes blank white, no errors.
What would cause that?

#1
This happened also to me with Hierarchical select module enabled with content taxonomy on Bio registration - but only in IE7, fine in FF.
#2
I left this broken til now - thanks for the reminder. I tried enabling the Bio fields on the registration form and now I get:
Fatal error: Call to undefined function _widget() in /home/soga/public_html/sites/default/modules/bio/bio.module on line 124
Line 124 reads:
$cck_field = $function('prepare form values', $node, $field, $node_field);
Which doesn't mean anything to me as I am no coder....any idea anyone?
#3
Do you get an error if you edit a bio node when not on the user registration form? This seems like an issue where you have deleted/removed a widget module for CCK, but the editing form is still looking for its functions. Can you try updating the field settings for all of the fields on your bio node?