not able to zip download favorites not able to zip download favorites
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

not able to zip download favorites

Started by wolle, February 04, 2006, 11:45:35 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wolle

Hi all,

I'm not able to do a zip download of my favorites. I searched a lot here at the board - I got some things solved, but no I don't know what else to do.

* zlib is shown at phpinfo
* zip download is enabled
* memorylimit in php.ini is set to 32MB now I don't get any more errors in the log file of apache2
* I only have a few images in my favorites
* all images are big  until 4 MB
* the server stands here locally so all happens in the intranet

When I click on the zip download button "zipdownload.php" is called and then I only see a white page and nothing happens, even after 5 Minutes nothing happend.

Thanks in advance
Wolle


Stramm

there are more limits than just the one in php.ini. Read the apache manual too. Usually it's save until 8mb. So just try a few small images and it should work

wolle

Quote from: Stramm on February 04, 2006, 02:28:09 PM
there are more limits than just the one in php.ini. Read the apache manual too. Usually it's save until 8mb. So just try a few small images and it should work
You're right with only 2 pics (one 4MB the other1MB) it worked. Hmmm could you give me an hint how to fix it so that I'm able to download a lot of large pictures ?

Wolle

Stramm

LimitRequestBody
but I don't recommend to change this. Can lead to an unstable setup

This may be some intersting reading too http://forum.coppermine-gallery.net/index.php?topic=3968.0 (page 2 and 3)