Received this PHP error after clicking "next step":
Fatal error: Call to undefined function _content_is_empty() in /usr/local/www/apache22/data/modules/acquia/cck/content.module on line 935
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | fix_content_set_empty_541768.patch | 689 bytes | emcniece |
Comments
Comment #1
druplicate commentedWhoops, I meant the error occurs after clicking "Done Editing". I had uploaded six images, the thumbs appeared ok, and I edited the "alt" text only.
So, I changed the field widget back to "image", edited the node again and noticed the images previously uploaded with FUpload did get inserted, but in the format of the old widget. But the alt text didn't make it. Adding the alt text and saving the node and the images appeared normally.
Comment #2
bjsomers commentedI am experiencing the same issue. Were you able to resolve it yet?
Comment #3
calebm12 commentedlikewise. subscribing.
Comment #4
calebm12 commentedThis thread (comment 10) solved the problem for me. http://drupal.org/node/541768#comment-2668154
Comment #5
emcniece commentedJust ran into this myself. calebm12 pointed to the right place! It seems that even in the future we have that problem.
The solution is still in that thread, http://drupal.org/node/541768#comment-2668154 but now it is in comment #27. Here's the patch to save you that extra hotlink ;)
Comment #6
mattcasey commentedThe maintainers of CCK have said in the issue linked from #4 that they will not include the patch because it does not address the real issue. I am going to look for a fix in this module instead, and would appreciate any leads if someone else has worked on the issue.
Also, this looks like a duplicate: http://drupal.org/node/623342