Quote:
Originally Posted by toibs
thats strange - i didnt have that problem at all...
|
It may only show up if the first post in the newsgroup has index 1. Since old posts can get archived/removed, it's possible your newgroups started with a post higher than 1.
Also, the problem (mentioned long ago) with the gateway spewing HTML when used with FireFox and the scheduled task manager is caused by this:
Code:
if (!headers_sent())
{
header("Content-Type: text/plain");
}
... around line 35 of
gateway.php. Just take (or comment) it out, and the problem goes away.
David