![]() |
|
Fatal error: Memory - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Fatal error: Memory (/thread-2911.html) |
Fatal error: Memory - hottuna - 2008-05-19 I get this error when I try to run a printAlbumZip(); on a larger album. Is there a way to fix this? Or am I doing everything all wrong with the AlbumZip functions? I've added createAlbumZip(); to the cache-images.php image-caching loop. Do I need to run createAlbumZip before using printAlbumZip? I've tried it both ways but have had little success. I managed to get on zipfile to work, but only when transferred over ftp from the zip-cache. The site is [http://www.drunkforfun.se/zenphoto] Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 278272567 bytes) in /storage/www/zenphoto/zp-core/functions.php on line 1148` Fatal error: Memory - hottuna - 2008-05-19 Just a clarification. Smaller albums 100mb or less works flawlessly. Fatal error: Memory - hottuna - 2008-05-19 Sometimes a the archive produced is just empty. Not even the above html. Fatal error: Memory - acrylian - 2008-05-19 I am not the expert on that part of the code, but if it works with smaller ones, this could be related to the processing memory limit your server and every other server has. Fatal error: Memory - hottuna - 2008-05-19 I have tried raising the limit to first 750 mb. [in php.ini] And now to a ridiculous 9gb. Thanks for the quick help btw. (and the great software) Fatal error: Memory - hottuna - 2008-05-19 Though that didn't help. And I'm still getting the same errors. |