Downloading Favorites as ZIP problem Downloading Favorites as ZIP problem
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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