Fatal error: Memory

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`

Comments

  • hottuna Member
    Just a clarification. Smaller albums 100mb or less works flawlessly.
  • hottuna Member
    Sometimes a the archive produced is just empty. Not even the above html.
  • acrylian Administrator, Developer
    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.
  • hottuna Member
    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)
  • hottuna Member
    Though that didn't help. And I'm still getting the same errors.
Sign In or Register to comment.