Page 1 of 1

Error when using Download Manager

Posted: Thu Oct 06, 2005 3:06 pm
by Andrew@GotSoul
Can anybody help me. I've installed the Download Manager and get the following message when trying to download a file...

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 21634769 bytes in /home/fungke/public_html/plugins/serendipity_event_downloadmanager/serendipity_event_downloadmanager.php on line 2072

I'd appreciate any help on this.

Thanks in advance.

Andrew.

Posted: Thu Oct 06, 2005 3:26 pm
by dma147
hi...

well, the file you're providing for download seems to be much bigger in size than the maximum allowed memory_size seems to be.

You either have to change this value in your php.ini (if you're allowed to change it), or to only provide smaller files for download.
memory_limit = [max megabytes here]M ; Maximum amount of memory a script may consume (8MB)

Posted: Thu Oct 06, 2005 3:34 pm
by Andrew@GotSoul
dma147 wrote:hi...

well, the file you're providing for download seems to be much bigger in size than the maximum allowed memory_size seems to be.

You either have to change this value in your php.ini (if you're allowed to change it), or to only provide smaller files for download.
memory_limit = [max megabytes here]M ; Maximum amount of memory a script may consume (8MB)
Hi Alexander,

Okay, thanks for your help.

Regards,
Andrew.