News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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