Hello,
I'm using the downloadlist plugin in my Zenphoto template for download the albums.
I've added the following code to my album page.
<?php printDownloadAlbumZipURL('Download album', $_zp_current_album); ?>
Everything work correctly if i use http, but if i use https the download does not start, the link will be create with "https:\\downloadurl", but the download does not start, if i delete manually the "s" from "https" the download starts.
Some one can help me to solve the problem with downloadlist and https?
Thnak You