In form with both compact_forms.module and captche.module enabled:

warning: Missing argument 3 for _compact_forms_resize_fields(), called in D:\usr\www\ittrend\sites\all\modules\compact_forms\compact_forms.module on line 74 and defined in D:\usr\www\ittrend\sites\all\modules\compact_forms\compact_forms.module on line 68.

There is tiny patch to solve this:
correct line 68 from

68: function _compact_forms_resize_fields(&$subform, $field_size, $descriptions) {

to

68: function _compact_forms_resize_fields(&$subform, $field_size, $descriptions = NULL) {

Comments

sun’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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