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.
Error when using Download Manager
-
Andrew@GotSoul
- Regular
- Posts: 8
- Joined: Sun Sep 25, 2005 8:37 pm
- Location: London, UK
- Contact:
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.
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
http://blog.linux-stats.org
-
Andrew@GotSoul
- Regular
- Posts: 8
- Joined: Sun Sep 25, 2005 8:37 pm
- Location: London, UK
- Contact:
Hi Alexander,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)
Okay, thanks for your help.
Regards,
Andrew.