I can choose images to be uploaded to the pluploader and I can click "start upload" and the images appear to be uploaded. When I click "save" on the gallery, I get messages for each image saying: "images were taken successfully in the gallery: [gallery title]".
But then I load up the view of the gallery, I get NULL for $items and a quick inspection of the /sites/default/files/gallery_assist/gallery_assist[nid]/ reveals that there are the typical img, prev, and thm directories created, but they are empty. I'm assuming that for some reason, the files aren't really reaching the server?
Comments
Comment #1
jcmc commentedHello,
please test the dev version.
thanks in advance
Juan Carlos
Comment #2
alfthecat commentedConfirming this bug. Tested both 2.x and 1.x dev versions.
Also, with the module enabled, the following warning appears after a gallery node is saved:
warning: Invalid argument supplied for foreach() in /home/[..]/domains/[..]/public_html/sites/all/modules/gallery_assist/modules/gallery_assist_ui/gallery_assist_ui.module on line 136.
This error retreats after I uninstall the gallery assist plupload module.
Comment #3
irishgringo commentedI'm getting the same problem.