Hi everyone,

I have 2 fields they are "company accreditation" and "company certification" which are related to the conditional fields. I want to add upload one image per conditional field. But when I enabled the conditional field for "company accreditation" to require image attachment (upload certificate). I got this error ?

Please tell me why ?

Fatal error: Call to undefined function fieldgroup_get_group() in /home/newmill/public_html/sites/all/modules/conditional_fields/conditional_fields.module on line 395

Thanks,

Hanly

CommentFileSizeAuthor
#2 conditional_fields_223823.patch1009 bytespeterpoe
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

peterpoe’s picture

The module uses the fieldgroup.module (included in cck) for conditional groups. The fieldgroup module is not required for conditional fields to work, so this is an oversight: as a temporary workaround, you can enable the fieldgroup.module

peterpoe’s picture

Category: support » bug
Status: Active » Fixed
FileSize
1009 bytes

Fixed.
You can find the updated version in cvs or apply the attached patch to the older version of conditional_fields.module (1.1.2.14).

shooommmm’s picture

Hi Peter,

Thanks for the patch, the error now is gone.

Cheers,

Hanly

Anonymous’s picture

Status: Fixed » Closed (fixed)

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