Quote Originally Posted by skipwater View Post
Check and see if you have a blank line after the closing ?> at the end of this file:
/public_html/includes/lanuages/english/Custom/download_fetch.php

If so there are two ways to fix:
1. delete the blank line below the ?>
2. delete the closing ?> and blank line.

Skip
Here are the last ~5 lines in that file. These are lines 284-290.

PHP Code:
    </tr>
</table>
<?php
 
}
?>
        </div>
    </div>
It doesn't appear that I have a blank line, but does that look correct?