forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: kong-c on April 06, 2007, 06:31:57 pm

Title: [Solved]: Fatal error: Allowed memory size of 33554432 bytes exhausted
Post by: kong-c on April 06, 2007, 06:31:57 pm
Hi,

When I try to mass add some pictures I suddenly get the following error messsage.

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 12032 bytes) in /mounted-storage/home45b/sub003/sc32845-WGNT/www/billeder/include/picmgmt.inc.php on line 262


The process has worked fine before this and I haven't changed anything since the last time it worked.

What does this mean and how can I solve the problem?
Title: Re: Fatal error: Allowed memory size of 33554432 bytes exhausted
Post by: Joachim Müller on April 06, 2007, 10:32:32 pm
Read the sticky thread "Trouble-shooting the upload process > Fatal error: Allowed memory size of X bytes exhausted (http://forum.coppermine-gallery.net/index.php?topic=24088.msg110690#msg110690)" on this very board ::)
Title: Re: Fatal error: Allowed memory size of 33554432 bytes exhausted
Post by: cluster on March 15, 2008, 10:46:41 pm
I have a access to the php.ini file, but if i change the value to 64MB or 640MB  :o (full server memory: 2048MB) there is no effect, the error message is present again.

I don't want change the resolution for the picture, what can i do?
Title: Re: Fatal error: Allowed memory size of 33554432 bytes exhausted
Post by: Joachim Müller on March 15, 2008, 11:10:28 pm
There are several vars that have an impact, not only one. Check phpinfo if your changes really stick.
Title: Re: Fatal error: Allowed memory size of 33554432 bytes exhausted
Post by: cluster on March 15, 2008, 11:17:02 pm
You have right:

Quote
memory_limit   8M   8M

Where can i find the other values?
Title: Re: Fatal error: Allowed memory size of 33554432 bytes exhausted
Post by: cluster on March 16, 2008, 12:29:10 am
i restarted the lampp/xampp server and now it works :)

thx a lot  :D