PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Zip file creation size limit? (http://www.photopost.com/forum/photopost-pro-how-do-i/135840-zip-file-creation-size-limit.html)

Media Missionary March 15th, 2008 02:03 PM

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!

Chuck S March 15th, 2008 07:44 PM

You can set your php max upload size to a higher setting. I was unaware of this affecting downloads though.

Astaran March 16th, 2008 05:00 AM

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.

Chuck S March 16th, 2008 11:12 AM

In pp-inc.php you can try adding in bold this line where noted.

Code:

Content visible to verified customers only.

Media Missionary March 16th, 2008 08:33 PM

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! :)

Chuck S March 16th, 2008 08:34 PM

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97