Image Dimensions Image Dimensions
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Image Dimensions

Started by ElevenBravo, January 08, 2006, 08:21:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ElevenBravo

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?

steverobbins

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

ElevenBravo

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...

Tranz


ElevenBravo

Fixed it

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