Downloading Favorites as ZIP problem Downloading Favorites as ZIP problem
 

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

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).