In plupload_pernode(), the module tries to unlink an image of which a file descriptor is still referenced in $in. Please close this file descriptor before attempting to delete the file, as this otherwise generates PHP warnings on certain configurations.

CommentFileSizeAuthor
#1 plupload-close-descriptor.patch922 bytesjustintime
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

justintime’s picture

Status: Active » Needs review
FileSize
922 bytes

Heh, that's bad code provided in the examples from the plupload project. If you can review this patch (I don't get warnings on my install), I'll file an issue over on github for plupload.

scroogie’s picture

Status: Needs review » Reviewed & tested by the community

Yes, works for me.

justintime’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 6.x dev.

justintime’s picture

Github issue for upstream plupload: https://github.com/moxiecode/plupload/issues/issue/172

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.