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?
Allocate more space in the Gallery module?
Re: Allocate more space in the Gallery module?
Increase your memory limit to 128M in the config.php file.
Nullig
Nullig
Re: Allocate more space in the Gallery module?
Hmm... didn't do anything.
Re: Allocate more space in the Gallery module?
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?
The server limit is 64M. Guess I'm out of luck.