This maybe a Gallery2 issue, not a Drupal issue; I can't tell. Both Drupal and Gallery2 are fresh versions -- Drupal 2.6 RC, Gallery 2 first beta, and gallery module from CVS.

Problem: The Gallery2 mini java upload applet tries to find Gallery in the htdocs directory, not the gallery2 subdirectory. This hangs the applet, and the only way to get free is to kill the browser.

In the HTML generated by the embedded page, gr_url is set to "".

Comments

ax’s picture

this seems to be caused by a missing value for <param name="gr_url" value=""> in the applet params (check the page source). these params can be overwritten in gallery2/modules/uploadapplet/templates/local/ItemAddUploadApplet.tpl (which must be copied there from gallery2/modules/uploadapplet/templates/ItemAddUploadApplet.tpl and the "local" dir created). if i change gr_url to "/gallery2" (my installation), the url is found.

just to throw a permission error, but thats another story :(

you might try the gallery remote client to upload pix. works perfectly for me.

yelvington’s picture

Yeah, I found that and changed it the other night, but had the same issue you report: mysterious permission errors. :-( I'll try Gallery Remote, as you suggest -- it's much better than the applet but I don't know whether users will accept the download/install process.

alexandreracine’s picture

Status: Active » Closed (fixed)

Hi, since there was some release lately please check out...

1- The G2 version 1.0 of gallery.
2- The latest version of this module.