Closed (duplicate)
Project:
Image Publishing
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Oct 2009 at 07:36 UTC
Updated:
19 Jun 2012 at 19:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
binford2k commentedThis seems similar to #204209: User authentification does not work under Gallery Remote, but not the same. If I allow both create image and upload files to the anonymous user, I still cannot upload files via the iPhoto plugin or Gallery Remote.
Comment #2
egfrith commentedThanks for your report, and sorry for not looking at it sooner. I still haven't had time to look at this properly, save to say that things seem to work for me.
Are you still having problems with this?
Comment #3
binford2k commentedI can check tonight. I put that project on hold, pending a working gallery module.
Comment #4
egfrith commentedYes, it would be great if you could do that, including letting me know what version image_gallery you're using.
Comment #5
egfrith commentedThe bug was due to image_pub refering to an out-of-date permission in image_gallery. The attached patch (now committed to the development version) fixes this bug.
The 6.x-1.x version of image_pub now works with the 6.x-1.x version of the image module.
Comment #6
Anonymous (not verified) commentedHi,
I'm having this problem too, when i try to upload with f-spot (compiled version 0.4.4 and 0.5.0.3) or digikam
when entering the web gallery informations in f-spot, i can see
the next i can't select the gallery, or upload, i get
i tried to search for problems with cookies and tried to apply some patches from the issues in image_pub but without success
still i can upload with f-spot when i give the rights to anonymous ( btw i get "Division by zero in /image_fupload/image_fupload_image/image_fupload_image.module on line 237" if image_fupload is enabled, i don't know if its linked)
Thanks
Comment #7
egfrith commentedHello kerute,
just to be sure we are on the same page, are you using the latest version of image_pub (6.x-1.0beta3), the 6.x-1.x version of the image module and the latest version of drupal? If so, we should change the version on this issue and reopen it.
When you look at the watchdog logs in drupal, what do you see?
This reminds me of #204209: User authentification does not work under Gallery Remote - but this is probably a red herring.
Comment #8
Anonymous (not verified) commentedHi,
sorry it's the first issue im posting
yes it looks like #204209: User authentification does not work under Gallery Remote I tried to follow the patches but without success
i tried with the cvs version and the tgz availables in the download section of the module.
I think all my modules are up to date as is my drupal
Image module is 6.x-1.0-beta5 should i try the -dev ?
As im not used to drupal's code, i tried to uncomment some //watchdog lines here are the details of what i get (approximately as i just flushed my db
it does not tell me what was the command or the parameters, if there is a way to get them i'd be happy to do it.
Thanks
Comment #9
egfrith commentedI've not made any progress on this, but uncommenting the following line in image_pub.gr.inc might help:
// watchdog('image_pub', 'GR request: %cmd', array('%cmd' => var_export($g2_form, true)));
When uncommented, the request from the GR client appears in the drupal logs.
Comment #10
bwynants commentedhttp://drupal.org/node/1094070#comment-6138358