I don't know if anyone's listening. I think I have found the source of the problem, but don't know how to fix it. If I add an echo to line 86 of gateway.php (v1.9) as follows:
echo $max = $news->max();
I get the following message when I run it.
Quote:
1 group(s) gatewayed.
200 news.server.company.com NNTPcache server V2.3.3 [see www.nntpcache.org] (c) 1996-1998 Julian Assange <proff@iq.org> May 30 2000 ready (posting ok).
Logging in to news.server.company.com, group company.news.test
ok).
|
For some reason the funtion that is trying to determine the max post number is picking up the last part of the prompt returned by the news server login. I don't know PHP so can't figure out why this is happening. Any suggestions?
I put a test post into the forum and discovered that it will add a new post to the newsgroup, but it never downloads any threads probably due to the problem described above.