WordPress edit media not working
Sat. April 9, 2011Categories: Information, Programming
Tags: images, media, PHP, wordpress
I was attempting to edit an image from my media library, and found that I was unable to crop or resize it. There wasn’t even a sign of the image. The only error that the error console gave was “Image corrupt or truncated”
I found that if you are to remove all white space, after the closing php tag from the functions.php, it fixes the problem .
WordPress Ticket #10633

Comments