FOUND A SOLUTION!!
This applies for those using the thesis theme
Go to wp-content/themes/YOUR_THESIS_NAME/lib/admin/header_image.php
Edit the last line of the file from }<?php @error_reporting(0);
… to } error_reporting(0);
…
That should sort you out.