You are not logged in.
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
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