coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: ElevenBravo on January 08, 2006, 08:21:01 PM

Title: Image Dimensions
Post by: ElevenBravo on January 08, 2006, 08:21:01 PM
Hi, I searched the forums and documentation but I still need help.

When ever I upload a image with a dimension of about 1100 * 900'ish, my file uploads fine but if the image dimension is 1200 or bigger the upload page goes to a blank screen. I check my configs and the  "Max width or height for uploaded pictures/videos (pixels)"  is set to 2048 and I have set "Auto resize images that are larger than max width or height" to yes but it still goes to a blank page if the image is larger than about 1100. Any suggestions?
Title: Re: Image Dimensions
Post by: steverobbins on January 08, 2006, 08:34:14 PM
Hi there,

It could be a couple of things, either your server times-out waiting for the long transfer or perhaps Imagemagik or GD runs out of memory while processing the images on the server.  Search the board, this has been discussed and resolved before.

Regards
Steve
Title: Re: Image Dimensions
Post by: ElevenBravo on January 08, 2006, 08:55:01 PM
Quote from: steverobbins on January 08, 2006, 08:34:14 PM
Hi there,

It could be a couple of things, either your server times-out waiting for the long transfer or perhaps Imagemagik or GD runs out of memory while processing the images on the server.  Search the board, this has been discussed and resolved before.

Regards
Steve

Just from 100 more pixels? Ill search the boards more...
Title: Re: Image Dimensions
Post by: Tranz on January 08, 2006, 09:00:42 PM
Quote from: ElevenBravo on January 08, 2006, 08:55:01 PM
Just from 100 more pixels?
Yeah, computers are picky like that.
Title: Re: Image Dimensions
Post by: ElevenBravo on January 08, 2006, 09:09:20 PM
Fixed it

Changed "memory_limit = 8M" in php.ini to "memory_limit = 9M"