Closed (outdated)
Project:
imgupload
Version:
6.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2009 at 01:03 UTC
Updated:
10 Oct 2021 at 09:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pre911mindset commented1) 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
Comment #2
tcevans commentedGreat. 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.
Comment #3
tcevans commentedHere is the debug info in the attached file. Sorry for the second comment.
Comment #4
dman commentedI'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.
Also (off-topic) the table name wasn't properly wrapped in the SQL : vocabulary should be {vocabulary}.
Tiny fix.
Comment #5
Didius commentedI'm experiencing the exact same problem like tcevans.
Comment #6
decibel.places commentedsame 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.classW 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.classW 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
Comment #7
avpadernoI am closing this issue, as Drupal 6 is now not supported.