ZenphotoCMS Forum
DownloadList - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: DownloadList (/thread-11967.html)



DownloadList - toinced - 2015-02-03

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.

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




DownloadList - acrylian - 2015-02-03

Please open a ticket. Might be a bug. Thanks.




DownloadList - toinced - 2015-02-05

Hello,

Thank for answer!

i've found the problem, downloadlist does not work with https when the folder name of the album contain spaces.

  • Folder name "My Album" --> DownloadList not Work in Https
  • Folder name "MyAlbum" --> DownloadList Work in Https

Ideas for solve the problem?

Thanks




DownloadList - acrylian - 2015-02-05

Sorry, had no time to investigate that. That is weird actually. But generally the names should avoid spaces and special characters as even if they should work on modern servers they often don't. There is seo_cleanup plugin included that can rename album and file names to "clean" names. That would be the quick fix.

There is also the seo_zenphotoplugin that does this "cleaning" on uploading via the backend (via FTP all is naturally bypassed).

Btw, you don't need to post on the ticket and on the forum ;-)




DownloadList - toinced - 2015-02-06

Thanks for the advices...




DownloadList - acrylian - 2015-02-06

We'll look into why there is a difference but it may take a while.