ZIP Download is not working for downloading a whole (large) album.
Maybe the total file size is too large (approaching/exceeding 300MB, 264 items total). Other albums will return a ZIP file for download.
What I did?
1. Go to
http://chup.info/gallery2/v/Winnie-Birthday_Party/
2. Add Album To Cart.
3. Download in ZIP [GO].
4. The following error was returned instead of a zip download:
Error Detail -
Error (ERROR_PLATFORM_FAILURE)
in modules\zipcart\classes\ZipCartPlugin.class at line 193 (GalleryCoreApi::error)
in modules\cart\ModifyCart.inc at line 126 (ZipCartPlugin::fulfillCart)
in main.php at line 199 (ModifyCartController::handleRequest)
in main.php at line 87
in main.php at line 80
System Information
Gallery version 2.1-rc-2
PHP version 5.1.2 apache2handler
Webserver Apache/2.0.55 (Win32) PHP/5.1.2
Database mysql 5.0.18-nt
Toolkits SquareThumb, ImageMagick, NetPBM, Gd
Operating system Windows NT SPRINT 5.1 build 2600
Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
PHP settings:
max_execution_time = 600 ; Maximum execution time of each script, in seconds
max_input_time = 600 ; Maximum amount of time each script may spend parsing request data
memory_limit = 77M ; Maximum amount of memory a script may consume (8MB)
Is there any limit on the ZIP Download module? Any document?
Thanks for your help!
chup
Posts: 32509
yep, that's possibly true. it depends on your system...
maybe you're hiting the dynamic execution time limit we set, maybe another limit is reached.
the execution time limit from your php.ini doesn't mean a lot since we're changing it during runtime anyway.
Posts: 3
Thanks for your info.
How do I 'fix' it?