Re: config.php
I accidentally left a print_r() command in the first upload of the patch. Check line 64 of db-mysli.php, if it has print_r($server);
on it, just remove that line completely.
print_r() forces output, which may explain the errors. Sorry about that.