Steps to repeat:
1. Enable CCK Signup module, clear all caches
2. Navigate to the edit tab on a content type (e.g. /admin/structure/types/manage/article)
3. Press "Save content type" or "Delete content type". This is when the fatal error occurs.

I checked for the function and it was located in cck_signup.admin.inc without any typos in the function name.

Also, I noticed that when I add a new content type (/admin/structure/types/add), the "CCK Sign-up" menu option is missing on the left vertical menu. If I press "Save content type", then the content type will be saved normally with no fatal error. But if I then navigate to /admin/structure/types/manage/new-content-type for that new content type, the same fatal error occurs when pressing "Save content type" or "Delete content type".

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

schiavone’s picture

Having the same issue. Editing any content type produces the error.

Disabled cck_signup and I was able to save a content type.

peous’s picture

Same for me, error on "cck_signup_form_node_type_form_validate"
Investigated a bit and found the function registered in "cck_signup.admin.inc"
So I tried to disable it, but then "cck_signup_form_node_type_form_submit" failed.
I tried to look deeper, but "cck_signup.admin.inc" seems to be correctly included...

So I disabled the cck_signup module :(

bryantt’s picture

Same error as above.

taonac’s picture

Has anyone found a solution to this yet??? Does anyone get this error when using previous alpha versions of this module?

Open Social’s picture

Status: Active » Needs review

You can fix it by adding attached patch.

Open Social’s picture

Changed status to needs review and patch is attached now.

Status: Needs review » Needs work
jamesaoc’s picture

Issue summary: View changes

Having the same issue. May just try redoing everything and see how that works.