I just upgraded from 2.6 to 2.8 and received this error:

Fatal error: Call to undefined function fieldgroup_groups() in ... /modules/nd_contrib/nd_cck/nd_cck.module on line 124

Corrected by enabling CCK Fieldgroups, which I don't otherwise need. Should nd_contrib be dependent upon Fieldgroups? Or should Fieldgroups be optional (and nd_contrib check for its existence)?

Comments

xtfer’s picture

Status: Active » Fixed

We should be checking if the module exists before calling that function.

Ive committed a fix which should turn up in the next dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.