Allowed memory size exhausted Allowed memory size exhausted
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Allowed memory size exhausted

Started by sanifair, February 01, 2008, 12:06:18 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sanifair

I've just installed the modpack, everything seems fine
but when I batch add files I get an error (files not uploaded)

Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 7776 bytes) in /home/user/public_html/gallery/include/picmgmt.inc.php on line 448


I've set up files size to 102400kb but there's no difference
I don't know what else should be changed

please help


Stramm

Most probably you're trying to upload images that can't be processed by your server due to memory restrictions.
Please read the upload trouble shooting as it explains most, especially the php memory_limit
http://forum.coppermine-gallery.net/index.php?topic=24088.0
Using watermarking of corse results in consuming even more memory as the watermark needs to be kept in memory, too.
Try smaller (in size x,y) images and it should work or increase memory_limit or other bottlenecks.

Janakie

I have the same problem.

Quote from: Stramm on February 01, 2008, 08:33:45 AM
... or increase memory_limit or other bottlenecks.

How do I do that?