I've been using coppermine for a while for a small gallery, and I love it.. its great! Just upgraded and got some of the new features in 1.3.2, really nice stuff.
Problem is:
Added photos to "my favorites" and then when I got into my favorites, click on "download as zip file" the server appears to be processing it (if I add more photo's it takes longer) and then opens a save as dialog in the browser, but the resulting download is 0 bytes and empty.
Is there a file permission issue?
I've checked phpinfo and zlib is installed...
Help?
Jason
using the "download as zip" feature requires you to have the zlib library to be installed on your server. Make sue you have it, using phpinfo. If you don't have it, you can't use this feature (if you're webhosted). If you're self-hosted, re-compile php with the library.
Joachim
Maybe you posted before reading the entire post? :)
"I've checked phpinfo and zlib is installed..."
Anyways, here is the paste from phpinfo re zlib...
zlib
ZLib Support enabled
Compiled Version 1.1.4
Linked Version 1.1.4
Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value
-----------
The zlib.output_compression, should this be On? And if so, how do you turn that on?
Thanks!
Jason
Create a test user with normal priviledges, and post a link to your gallery along with the username/password.
Intrestingly enough, I was setting up a new user for you to test and realized you didnt need a full user account to download favorites. So I cleared cookies, and went back, added some pics to fav's to test one more time, and it downloaded just fine. So the problem was related to the cookies some how..
Its fixed!
Thanks!
Jason
Quote from: GauGau on September 29, 2004, 12:34:41 AM
using the "download as zip" feature requires you to have the zlib library
err... It does not really require zlib - I removed that dependency - it just give an uncompressed Zip (compression being useless for Images anyways)