I removed the standard body field for a content type and replaced it with a CCK text area instead as that gives much better flexibility.
The problem though is that now I have two Input Filters fieldgroups as well as I get the error msg "Error: The TEXTAREA with id or name set to "" was not found" every time I create a new node of that type.
I also created a new content type and removed the body field before save, I still get two Input Filters for that one as well.
The nodes seems to work though and content is viewed correctly. However I don't know which Input Filter belongs to the CCK textarea. Plus of course I have no idea what other implications this can have.
I am using the WYSIWYG module with FCKEditor as well as the Maxlength module in this installation.
Is there any workaround for this?
Comments
Comment #1
Rob_Feature commentedI had this issue as well. I fixed it by changing from filtered input to plain text. (which it should have been, in my case, anyway). My guess is that it was set to an input filter that I had deleted previously, so possibly just choosing a different input filter will work as well.
Comment #2
tsvenson commentedI just installed a new site and didn't create any content att all, only removed the "Body" title and replaced it with a CCK text area. Same result.
Did setting it to plain text remove the the input format option from the create content edit form as well? I can't test it right now, but my guess is that it is still there, but due to that you set it to plain text WYSIWYG simply don't kick in for it.
Comment #3
capmex commentedGot the same issue. The issue happens because disabling on any content type the body field it does not remove the input format section for it, and then the WYSIWYG module is triggered to add their editor on the non-existing body field.
I don't think this is an issue of cck (at least not for drupal 6.x).
Have not found info about why the input format section for the body appears when the body is disabled.
Added an issue on WYSIWYG module: http://drupal.org/node/731870
Comment #4
AlanAtLarge commentedNot sure if this is the correct thread or a separate but related issue.
For all the content types where I use a cck body field and not the standard body field, the Input Format section is not available/displayed when creating or editing content.
There are no errors messages.
Comment #5
thelizardreborn commentedI get this error in any content type where I try to omit the body, even if I have added NO additional fields.