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

pre911mindset’s picture

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

tcevans’s picture

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.

tcevans’s picture

StatusFileSize
new34.77 KB

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

dman’s picture

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}.

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.

Didius’s picture

I'm experiencing the exact same problem like tcevans.

decibel.places’s picture

StatusFileSize
new81.18 KB

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):ƒØç¯ç3ÊZòöy®Ï+ ~¤½Ÿ´kôÉòê:Uý›¨ø‡¨êÙaêµ@-RG©cÔqêu’:E½A½ ñPKÿÁÊct å PK \?V9 & org/aaron/image_folder/pane_info.class­W xTÕþï,y™Éƒ„‘EQÀ,h×A ›pÁ¥ˆm|™¼$O^ÞÄ™— ]©K¡Z4Š¢â‚b

imgupload\imgupload\imgupload\image_applet.jar"(603,48): P & -¾ org/aaron/image_folder/pane_info.classPK \?V91

imgupload\imgupload\imgupload\jre_vers.jar"(383,34): P & org/aaron/image_folder/pane_info.class­W xTÕþï,y™Éƒ„‘EQÀ,h×A ›pÁ¥ˆm|™¼$O^ÞÄ™— ]©K¡Z4Š¢â‚b

imgupload\imgupload\imgupload\jre_vers.jar"(669,48): P & ¤äª org/aaron/image_folder/pane_info.classPK

4 occurrences have been found in 2 files.

Alas, I am not a Java developer, but it appears that there is file name mismatch here - I tried copying pane_info.java and renaming it pane_info.class but that did not work either

avpaderno’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this issue, as Drupal 6 is now not supported.