The plupload interface showed that all was well, but on the next page load I was hit with a barrage of errors like

I tried this module out and kept getting errors like: Warning: fopen(/kitten.jpg) [function.fopen]: failed to open stream: Permission denied

(one for each file I tried to upload (plupload))

Patch coming.

CommentFileSizeAuthor
#1 plupload-910512-1.patch886 bytesvordude
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vordude’s picture

FileSize
886 bytes

So here was my resolution:

/kittens.jpg didn't look right in my error message.

Early in plupload_pernode() the variable $temp_directory is declared, but then is never used.

I replaced $targetDir (never declared) with $temp_directory, and have success.

I'm guessing this was the way it was intended, but honestly didn't take the time to figure out the module any farther. This patch works for me.

vordude’s picture

For clarity to the issue-- The Nodes were never created, a warning is displayed for each node creation attempted.

vordude’s picture

Status: Active » Needs review
greggles’s picture

Status: Needs review » Active
greggles’s picture

Status: Active » Fixed

The other kind of status seems better ;)

Status: Fixed » Closed (fixed)

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