secureloadsSecure Downloads Area Software

Forum

You are not logged in.

#1 2008-04-22 14:09:21

tim@craftedimages.com
New member
Registered: 2008-04-22
Posts: 4

Problem Download 35mb file that downloads as 4k

I am unsure as to why this is not working because I can see the file and the size is listed correct but whenever I try to download the file it downloads but it is only a 4k file. Any help would greatly be appreciated.

Offline

 

#2 2008-04-24 05:23:36

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

Re: Problem Download 35mb file that downloads as 4k

Hello,
thank you for your purchase.

The problem might be related to the size of a file. Could you please try to edit this file:

core/base/_init.php

and edit the first line, now it reads like this:

Code:

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

set it to some bigger value, for example 128M:

Code:

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

Offline

 

#3 2008-04-30 09:14:18

tim@craftedimages.com
New member
Registered: 2008-04-22
Posts: 4

Re: Problem Download 35mb file that downloads as 4k

Thanks for the help that fixed the problem. I really appreciate it.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson