I have been trying to get this hack to work for the last two days. I have read through every post in this thread, but could not find a solution. I have been using the admin interface supplied by GameCrash to setup newsgroug/forum details. I'm having the same problem that many people reported. Everything seems fine except that when I run gateway.php, I get nothing in the forum. After a few seconds I get the message:
Quote:
1 group(s) gatewayed. Logging in to my.newserver.com, group group.i.want
|
The IE windows says Done, but nothing was copied into the forum.
I tried some of the debugging suggestions here, including the error reporting line in gateway.php and the last nntp.php debug version that Gilby posted. With those I get
Quote:
Notice: Undefined variable: calledby in c:\inetpub\wwwroot\test_vb\gateway.php on line 21
Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\test_vb\gateway.php:21) in c:\inetpub\wwwroot\test_vb\gateway.php on line 23
Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\test_vb\gateway.php:21) in c:\inetpub\wwwroot\test_vb\admin\functions.php on line 1545
Warning: Failed opening 'nntp.php' for inclusion (include_path='.;c:\php4\pear') in c:\inetpub\wwwroot\test_vb\gateway.php on line 31
Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\test_vb\gateway.php:21) in c:\inetpub\wwwroot\test_vb\gateway.php on line 491
1 group(s) gatewayed.
Fatal error: Cannot instantiate non-existent class: net_nntp in c:\inetpub\wwwroot\test_vb\gateway.php on line 58
|
I have no idea what this means. My situation is somewhat unique since I am trying to import a company internal newsgroup, so there is no other server I can try. I can view the newsgroup just fine using Outlook Express with no userid or password setting, so I don't think it is a permission issue. Any suggestions or advice would be appreciated.