![]() |
|
Album ZIP Download - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Album ZIP Download (/thread-12131.html) |
Album ZIP Download - ds303 - 2014-12-21 Hello together I don't what I'm doing wrong, but after now trying to get the Album ZIP Download function to work the whole last day, I need to approach the more experienced guys here :-) Webhoster running Linux. What I've already done: I tried the ZENPhoto Internal function: Only a pop-up is triggered: -No entry in the ZenPhoto internal Logfile Then I triyed itwith the Plugin "albumZipStream v0.5.0" -ZenPhoto internal Logfile says: -PHP Error Logfile: -Also here I can't find any ZIP file via FTP in any folder of my ZenPhoto installation Any help is appreciated!! Many thanks! Album ZIP Download - acrylian - 2014-12-21 The printDownloadAlbumZIP() function is part of the downloadList plugin. It seems the url is encoded doubled so the link does not work correctly (the Please try the support build (master) as there have been fixes to the plugin meanwhile (for example on Windows based servers it didn't work at all). Album ZIP Download - ds303 - 2014-12-28 Many thanks acrylian! May you could explain what is the "support build (master)"? Thanks!! Album ZIP Download - ds303 - 2014-12-28 Forget my stupid question, just found it... Album ZIP Download - ds303 - 2014-12-29 To be honest I'm not really familiar with PHP, but I get it working. Without really knowing what I did, I removed this.... FROM: echo '' . html_encode($file) . '' . $filesize; TO: echo '' . html_encode($file) . '' . $filesize; ` I hope I could help a bit to solve this for the next release. Album ZIP Download - acrylian - 2014-12-29 I suppose the forum ate parts of your code (be sure to |