Navigating to admin/content/node-type/profile/profile results in the following php error.
Fatal error: Call to undefined function fieldgroup_groups() in sites/all/modules/content_profile/modules/content_profile_registration.module on line 118
I'm using cck version 6.x-2.0-rc7
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | c_p_reg_check_fieldgroup.patch | 402 bytes | scottrigby |
Comments
Comment #1
Steve Dondley commentedtypo on title fixed
Comment #2
jgraham commentedfixing component field
Comment #3
niklp commentedThis is caused by not having the fieldgroup module installed under cck.
The C_P module needs to check if this module is enabled before it starts assuming that fieldgroups are available.
Comment #4
jgraham commentedComment #5
scottrigbyShould content_profile_registration.info call fieldgroup.module as a dependency? If so, patch attached adds this line :)
Scott
Comment #6
jgraham commentedIt doesn't need to be a dependency, users should be allowed to enable the module without fieldgroup, but if fieldgroup is enabled then this will work with it as well.
There is no inherent reason fieldgroup *must* be enabled for the profile registration to work.