Project:imgupload
Version:6.x-1.9
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I installed the module, without incident and set permissions I received the Green Go Java indicator. The invoke the UI, select images, and see them in the UI. All looks good. Then select upload images. Still all good. But no images ever appear in the Gallery, no matter if I select New Gallery or select existing gallery. I searched and can't find the files anywhere. In short, everything looks great, but the images never appear. I ran update.php just for fun, but same result. I then used Create Content, Image, and I can create single images using Image. I appreciate whatever help you can offer.

Comments

#1

1) please enable verbose debugging from the admin menu for this feature. 2) please bring up the Java Console in your web browser and try it again. Post whatever you get in this issue, that should point us to the problem.

thanks,
pre

#2

Great. thank you so much for the help. I turned on verbose debugging. Selected Image Uploader (batch) >> selected the existing gallery>> navigated to 2 files on the hard drive, which then appear in the java window, select "Upload to Server" but the files don't appear in the gallery. I have tried this with new galleries as well. So below is the result of the debug info. I do appreciate whatever help you can offer and thank you very much.

I had a problem when I saved the comment. Nothing appears except my handle. I suspect I max out the message length. Although I can edit this issue, I can's add a file attachment, so I will add a second comment with the debug info in a separate file.

#3

Here is the debug info in the attached file. Sorry for the second comment.

AttachmentSize
iimage_upload_debug1.txt 34.77 KB

#4

I'm getting the same result.
Using Firefox (Mac) it appears the callback to the upload page that is supposed to be happening behind the scenes
admin/content/imgupload/1
is being made by 'Anonymous'
This is probably to do with browser sandboxing.
Not sure if it's the full story, but looks like a clue to me.

Type access denied
Date Monday, April 20, 2009 - 14:28
User Anonymous
Location http://example.com/admin/content/imgupload/1
Referrer
http://example.com/admin/content/imgupload/1
Message
admin/content/imgupload/1
Severity warning
Hostname 127.0.0.1
Operations

Also (off-topic) the table name wasn't properly wrapped in the SQL : vocabulary should be {vocabulary}.

<?php
function _imgupload_create_gallery_form($previous,$form_data) {
   
$galleries =
       
db_query("SELECT * FROM {term_data} td, {vocabulary} v where v.module='image_gallery' and v.vid=td.vid order by td.tid DESC");
?>

Tiny fix.

#5

I'm experiencing the exact same problem like tcevans.

#6

same problem

directory for new gallery is not created

images not uploaded

I noticed in "page not found" report this item: admin/content/imgupload/pane_info.class
in "imgupload\imgupload\image_applet\src\org\aaron\image_folder" there is a "pane_info.java" file

pane_info.class appears in code in:

imgupload\imgupload\imgupload\image_applet.jar"(362,133):ƒØç¯

AttachmentSize
imgupload-debug.txt 81.18 KB