Re: Plugin: Avatar Upload
Take a look at the unsharpmask.php
file and see if you have a space on line one before the <?php.
I just downloaded a copy of it and the first line looks like this:
<?php
^ space there
There can’t be any whitespace before the opening <?php. See if your file has whitespace there and if so, delete it so the first character in the file is <.