Page 1 of 1

Allocate more space in the Gallery module?

Posted: Wed Jan 27, 2010 3:50 am
by VincentD
When I upload an image that is too large in bytes, I get this error:

Fatal error: Out of memory (allocated 61079552) (tried to allocate 18000 bytes) in /home/****/public_html/*********/modules/Gallery/Gallery.module.php  on line 703

I want to have really large images in my gallery, so is there a way to edit it to allow me to upload larger images than the allocated size?

Re: Allocate more space in the Gallery module?

Posted: Wed Jan 27, 2010 4:40 am
by Nullig
Increase your memory limit to 128M in the config.php file.

Nullig

Re: Allocate more space in the Gallery module?

Posted: Wed Jan 27, 2010 4:55 am
by VincentD
Hmm... didn't do anything.

Re: Allocate more space in the Gallery module?

Posted: Wed Jan 27, 2010 1:53 pm
by sonictrip
You might need to change your webserver phpupload_limit. It's ususally only about 8MB or 16MB. Edit php.ini

Re: Allocate more space in the Gallery module?

Posted: Thu Jan 28, 2010 7:04 am
by VincentD
The server limit is 64M. Guess I'm out of luck.