I got the following error message when I enable "CCK Signup Group Confirmation" and edit a content type :

Fatal error: Call to undefined function _cck_signup_nodereference_fields() in /sites/all/modules/cck_signup/cck_signup_group_confirmation/cck_signup_group_confirmation.admin.inc on line 15

CommentFileSizeAuthor
#1 undefined_function-1279458.patch786 bytesjpontani

Comments

jpontani’s picture

Status: Active » Needs review
StatusFileSize
new786 bytes

I attached a patch that should fix the issue. Just a minor typo, as the function is actually just _cck_signup_node_reference_fields() (notice the underscore between node and reference).

Status: Needs review » Needs work

The last submitted patch, undefined_function-1279458.patch, failed testing.

jpontani’s picture

Status: Needs work » Needs review

#1: undefined_function-1279458.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, undefined_function-1279458.patch, failed testing.

jhedstrom’s picture

Status: Needs work » Needs review

Tests are failing because the test runner has no idea that the node_reference module is required. I'll try and review this shortly.

taecelle’s picture

patch works for me. thanks.

johaziel’s picture

works for me too, thanks

hate90’s picture

how do i apply the patch?

Funkwarrior’s picture

#1: undefined_function-1279458.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, undefined_function-1279458.patch, failed testing.

jhedstrom’s picture

Status: Needs work » Fixed

This has been committed. Thanks!

Status: Fixed » Closed (fixed)

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

kumud.drupal’s picture

its works for me also