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?
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
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...
Quote from: ElevenBravo on January 08, 2006, 08:55:01 PM
Just from 100 more pixels?
Yeah, computers are picky like that.
Fixed it
Changed "memory_limit = 8M" in php.ini to "memory_limit = 9M"