A php white screen indicates that an error is happening, but not being shown due to the suppression of errors in the php configuration.
You might try opening your site’s index.php file and changing:
$debug = 0;
To
$debug = 1;
Then upload an image and see what the error is. Change the variable back when you’re done.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.