Menu

#4 Cannot export more than four images to flickr

open
nobody
None
5
2007-11-04
2007-11-04
Mark
No

Migrated G1 to G2 flawlessly. Installed 0.9.0 Gallery2Flickr module and tried exporting individual albums of photos. When I click the "export items to stream" button, 15 seconds pass and I am sent to a blank main.php page. I then check Flickr to find only four images have been received. Have tried this with large and small albums - no difference.

Can't wait to see this module work! Thanks.

Discussion

  • Ron Guerin

    Ron Guerin - 2008-12-08

    This sounds like it might be caused by the bug I found in the export code. When uploading albums it used to timeout and return without any completion message. Eventually I discovered that the temporary copies of the photos it creates and uploads were never being deleted, and my /tmp drive ran full resulting in the kind of behavior you describe.

    You can fix the bug I found (which may or may not be what's causing your problem) like this:
    In: Gallery2Flickr.class.php version 0.9.1
    after Line 523: GalleryCoreApi::releaseLocks($lock);
    insert this line: @$platform->unlink($path);

     
  • Nobody/Anonymous

    I've been having a similar issue, but with comments - all images upload fine (and in some cases that has been >100 at a time) but after a few images none of them have their comments included on the Flickr version. PHP memory is set to 64M. After upload the page does return a 'success' message.

     

Log in to post a comment.

MongoDB Logo MongoDB