|
Have you considered seeing if mogrify (imagemagick) exists on your server and if so try using that for uploads since that does not use PHP memory and can not stall PHP like GD2 can.
Whatever file your trying to upload is crashing PHP cause your using GD2 as thats not stable to process giant images
|