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".
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | cck_signup-1525150-undefined_function_cck_signup_form_node_type_form_validate-7002658.patch | 556 bytes | open social |
Comments
Comment #1
schiavone commentedHaving the same issue. Editing any content type produces the error.
Disabled cck_signup and I was able to save a content type.
Comment #2
peous commentedSame 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 :(
Comment #3
bryantt commentedSame error as above.
Comment #4
taonac commentedHas anyone found a solution to this yet??? Does anyone get this error when using previous alpha versions of this module?
Comment #5
open social commentedYou can fix it by adding attached patch.
Comment #6
open social commentedChanged status to needs review and patch is attached now.
Comment #8
jamesaoc commentedHaving the same issue. May just try redoing everything and see how that works.