secureloadsSecure Downloads Area Software

Forum

You are not logged in.

#1 2008-04-24 20:28:57

scottd
New member
Registered: 2008-04-24
Posts: 8

Trouble with Zip & Download

I tried to use the zip & download button and got the following error:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes) in /core/base/code/core/managers/fileManager.php on line 17

Any ideas how to fix this?

Offline

 

#2 2008-04-28 05:50:00

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

Re: Trouble with Zip & Download

hello,
this problem might happen when dealing with big files. Please open this file:

core/base/_init.php

and edit the first line, that now reads as:

Code:

ini_set( 'memory_limit', '32M' );

and set some bigger value there, for example 128M:

Code:

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

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson