secureloadsSecure Downloads Area Software

Forum

You are not logged in.

#1 2007-11-09 11:10:20

amanuensis
Member
Registered: 2007-02-01
Posts: 91

Error message

I have a problem - I have a folder named 'storage_sub-2' it has 2 files in it - when I check the box the select this folder and the in the actions ask it to zip and download I get this error message below - I am hoping to get my client live very soon, so this is rather urgent - many thanks in advance.


Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7682229 bytes) in /home/c/a/catalyst/public_html/sld/hclib/compress/zipfile.php on line 120

Offline

 

#2 2007-11-09 12:21:41

algis
Administrator
Registered: 2006-01-09
Posts: 805
Website

Re: Error message

Hello,
could you please add this line at the top of the main "index.php" file:

ini_set("memory_limit","128M");

This willl assign some more memory for the PHP on your server. The 128M is 128 megabyte, you might need to set it to some bigger value if the problem persists.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson