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

CommentFileSizeAuthor
#5 fix_content_set_empty_541768.patch689 bytesemcniece
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

druplicate’s picture

Priority: Normal » Critical

Whoops, 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.

bjsomers’s picture

I am experiencing the same issue. Were you able to resolve it yet?

calebm12’s picture

likewise. subscribing.

calebm12’s picture

This thread (comment 10) solved the problem for me. http://drupal.org/node/541768#comment-2668154

emcniece’s picture

Just 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 ;)

mattcasey’s picture

The 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