"PHP Fatal error: Call to undefined function fieldgroup_groups() in .../comment_driven_cck.module on line 33" error occurred.
Probably, function_exists() will be needed there.

Comments

arhak’s picture

Version: 6.x-1.x-dev » 6.x-1.0-unstable5
Priority: Normal » Minor
Status: Active » Needs review

please, wrap that single line within if (module_exists('fieldgroup')) {
it will be committed soon

Takafumi’s picture

Status: Needs review » Reviewed & tested by the community

Yes, I have already done it.

arhak’s picture

Title: PHP Fatal error: Call to undefined function fieldgroup_groups() » check for fieldgroup existence before attempting to clear its cache
arhak’s picture

Status: Reviewed & tested by the community » Fixed

committed to HEAD

Status: Fixed » Closed (fixed)

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