Error when using Download Manager

Creating and modifying plugins.
Post Reply
Andrew@GotSoul
Regular
Posts: 8
Joined: Sun Sep 25, 2005 8:37 pm
Location: London, UK
Contact:

Error when using Download Manager

Post 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.
dma147
Regular
Posts: 132
Joined: Thu Sep 08, 2005 1:50 pm
Location: Berlin
Contact:

Post 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)
Alexander Mieland, dma147
http://blog.linux-stats.org
Andrew@GotSoul
Regular
Posts: 8
Joined: Sun Sep 25, 2005 8:37 pm
Location: London, UK
Contact:

Post 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.
Post Reply