Hi fago,

I tried this on a clean install of Drupal 6.6, with Garland theme, and no other modules installed:
Steps to reproduce:

* First enable Content Profile module (test first without enabling 'Content Profile User Registration' module)
* Browse to /admin/content/node-type/profile/profile
* Make sure the Content Profile UI can be accessed

* Next enable the Content Profile User Registration module
* Try to go to /admin/content/node-type/profile/profile again
* The UI is no longer accessible - I get a blank white screen.

This test is on a local MAMP installation:
MySQL database 5.0.41
PHP memory limit 256M
Web server Apache/2.0.59 (Unix) PHP/5.2.6 DAV/2

Comments

Christopher Herberte’s picture

In my test trying to reproduce the above fault, I got: Fatal error: Call to undefined function fieldgroup_groups()...
Check your apache logs for instances of this error.

This is a bug in content_profile_registration.module, see:
http://drupal.org/node/316540

This may be the cause of your WSOD, simply enable CCK FileField module.

I hope this fixes your problems, good luck.

jgraham’s picture

Status: Active » Closed (duplicate)
scottrigby’s picture

Yes this seems to be the culprit :)

See my comment #5 in #316540: "Undefined function fieldgroup_groups()" error

sridharraov’s picture

I am not able to enable Content Profile User Registration module. Looks like it has dependency on content module. could not find the content module. Any idea what i am missing here?