8
First let me say thanks for your immediate help guys!!
Here is an status update:
This is very weird. I installed the new visit.php page, then added the block of code McNaz suggested right befor the download section on visit.php:
if (headers_sent($filename, $linenum)) {
echo "Headers already sent in $filename on line $linenum";
}
Then when I went back to the download page on my site the error message had changed to tell me my NetFTP module was sending the headers first. Now I have had both of these modules running side by side for 3 or 4 months with no problem, so I can't understand why this has happened.
Luckily, I haven't made NetFTP public for my users yet, so I have just diabled it. But this just doesn't make sense to me.
Like I said earlier, The only thing I did recently was install wf-channel. But the problem didn't go away after disabling it.
Any ideas?