Downloading Favorites as ZIP problem Downloading Favorites as ZIP problem
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Downloading Favorites as ZIP problem

Started by bibby, May 27, 2007, 08:23:07 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bibby

Howdy,
I have a weird problem with the favorites downloading properly.  I can add a certain number of images to Favorites (~24) and download them as a ZIP with no problem...BUT, if I add anymore to Favorites and try to download as ZIP, IT FAILS and I get a "500 Server Error".

Has anyone run into this issue?

relevant php.ini configs?:

  • memory_limit = 60M

  • post_max_size = 88M

Joachim Müller

Expected behaviour. Zipping a larger number of pics consumes too many resources on the server, which results in the error. You're on the right track with your suggestion to modify settings in php.ini. Try experimenting with it (if you have access to it).