Quote:
Originally Posted by lierduh
Ok, found the problem. The final Gold release changed a function name.
the "getforuminfo" function is now changed to "fetch_foruminfo". Around line 235, find:
$foruminfo=getforuminfo($threadinfo[forumid]);
Change it to:
$foruminfo=fetch_foruminfo($threadinfo[forumid]);
|
Thanks for that fix... now all the new posts coming in to the USENET forums are being indexed properly.
I'm going to sit down later, and go through this hack one line at a time to see if I can figure out why it isn't posting back to the news server after a message 240 saying it did...
I'd be willing to pay for a fix almost!!!