![]() |
Zip file creation size limit? When a favorites section has more than 2MB of data, the "download as zip" function won't save more that 2MB (you get an error message). Is this a setting I can change in my php.ini? Thanks! |
You can set your php max upload size to a higher setting. I was unaware of this affecting downloads though. |
It's related to the memory limit of a php process, not tot the max upload size. The zip file is created in memory, so an error will occur if the total filesize exceeds the memory limit. That makes this function unusable for larger albums with more than a few photos. |
In pp-inc.php you can try adding in bold this line where noted. Code: Content visible to verified customers only. |
I'll try that, Chuck. It does look like I'm running out of physical memory on the server itself. The number of bytes listed is exactly the size of my server's memory - 2GB. I've ordered a RAM upgrade. Thanks all! :) |
Not a problem enjoy your weekend. |
| All times are GMT -5. The time now is 11:29 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0