I am using this in conjunction with Node Gallery. When I use plupload it uploads the images to /tmp (my temporary directory) but doesn't create nodes and move the images to the files directory.

Comments

justintime’s picture

Project: Plupload integration » Node Gallery
Version: 6.x-1.x-dev » 6.x-3.x-dev
Component: Code » Miscellaneous
Category: bug » support
Priority: Critical » Normal

Moving this over to node gallery as a support request. Do you see any errors in your logs?

xeraseth’s picture

There are no errors, the reason I put it in plupload was because I can upload Gallery Images when plupload is turned off

justintime’s picture

No problem. Explain what you've done since the installation of both modules -- did you use any new NG relationships, content types, etc? What user are you doing the plupload process as? If it's not UID1, try it as that user. If none of those works, then we'll need to test plupload without any NG integration and make sure that's okay.

My first hunch is a content type permissions problem -- if it's getting to your /tmp folder, plupload is doing it's job, but the file isn't getting associated to a node and therefore isn't getting moved to it's permanent home.

xeraseth’s picture

The only thing I have done since I have noticed the problem is I changed the view that the View Gallery page uses. No new relations or content types related to Gallery. I am logged in as UID1. How do I test plupload by itself?

Files folder has the right permissions.

justintime’s picture

Set /admin/settings/plupload-bulk to a valid content type, check your permissions related to plupload and the content type, then visit /file-plupload and test.

xeraseth’s picture

So making a new content type with a new cck image field and tried to upload with the path you gave me, nothing was uploaded.

justintime’s picture

Project: Node Gallery » Plupload integration
Version: 6.x-3.x-dev » 6.x-1.x-dev

Well, I guess I'm wrong then, this is a plupload issue. Sorry about that, usually that's not the case.

I'm off to bed for the evening -- something you might try (it's a shot in the dark), is to use an older version of the plupload library and see if that resolves it.

Until you can successfully get the file-plupload url to work, NG won't work.

muri’s picture

This might be related to streaming image chunks failure. Can you check your console whilst uploading images if there is any json error with regard to the issue?

xeraseth’s picture

When I get some time I will test again, though I am unsure if I will be able to reproduce. I no longer have access to the same environment (not to mention other changes to the module might have fixed this). If I cannot reproduce I will close.