Piwigo / Piwigo-BatchDownloader

Allows users to download pictures sets from your Piwigo gallery in a ZIP file. Compatible with User Collections.
http://piwigo.org/ext/extension_view.php?eid=616
GNU General Public License v2.0
9 stars 12 forks source link

Archive #1 is always in "(ready)" status #32

Open ranasats opened 3 years ago

ranasats commented 3 years ago

Hi,

I'm trying to create a download link for an album with 300 photos. I have the limit set to 2GB per archive in the piwigo config file, and 1000 limit on # of photos.

Whenever I try to create a new download, archive 1 always shows "ready" just as soon as I click the button to download. Clicking the link times out/doesn't work. The other parts are pending, but never seem to update. I checked the download folder on my install and it just shows the first zip file being created still (increase in size every minute or so).

I'm using PclZip since ZipArchive is not found. I've tried with both php download enabled, and disabled. I've also increased my max php execution time to 2 minutes.