forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: wolle on February 04, 2006, 11:45:35 am

Title: not able to zip download favorites
Post by: wolle on February 04, 2006, 11:45:35 am
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

Title: Re: not able to zip download favorites
Post by: 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
Title: Re: not able to zip download favorites
Post by: wolle on February 04, 2006, 02:39:04 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
Title: Re: not able to zip download favorites
Post by: Stramm on February 04, 2006, 02:49:52 pm
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)