Allowed memory size exhausted Allowed memory size exhausted
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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?