Jump to content


Photo

Uploaded 15+ images, only saw 4 on the publish page




I attempted to upload around 15+ high-resolution images to the above album. All but one appeared to upload without error, one image reported an "error 500". The images range from being >1MB to up to 10MB in file size.

Many of the images that failed to upload were only around 350KB in size, so I do not believe this is related.

I was able to go back and re-upload one of these images without any problems.

I'm not sure what's causing this yet, but I figured it was worth posting a bug report on regardless. I'll keep testing to see if I can replicate the issue and post a video here if needed.

Status: Not a Bug
Version: 5.0.0 Beta 1
Fixed In: 0


8 Comments

The text above was also bellow the album's BBCode.. not sure why it put them on the same line.
Looking at it now, I'm guessing I may have surpassed the "40MB" limit during the upload, and that's what would have caused it.

I'm not sure how it decided to select those 4 random images that totaled ~2MB and abandon the rest, though. Maybe it "cut off" after it hit the limit and was only showing the ones after that.
It seems to have issues uploading images larger than 7MB, or maybe it's images in the 20 megapixel+ range.

Posted Image

On that note, I appear to have broken the gallery.. might also be related to the images being over 20 megapixels.

http://community.inv...er.com/gallery/
http://community.inv...e060png/medium/

Trying to view all the sizes of one of the "non-resized" images.
I suppose I should also add that the images that gave an "error 500" seem to be the broken ones, if that wasn't obvious already (I guess it probably wasn't).
I bet its the size of the images and maybe GD is running out of memory, I recall once you get to 10mb+ images the amount of memory required increases exponentially...

I bet its the size of the images and maybe GD is running out of memory, I recall once you get to 10mb+ images the amount of memory required increases exponentially...


I am almost positive this is the issue. I've simply not had a chance to look closer yet to determine for sure. I think I know what happened, but honestly not sure how I'll be able to handle that yet.
Updating Status to: Not a Bug

This is purely down to GD hitting the memory limit and being unable to build the smaller versions of the images. We have the default 128MB memory limit which frankly cannot handle GD manipulation of 10MB images (the one that started having issues was 9.5MB - smaller images were built properly).

I've limited uploads to 5MB here for now. If this is still too high for GD to handle we will lower it further.