FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » about nntp.php and error_log
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: about nntp.php and error_log [message #9941 is a reply to message #9854] Tue, 13 May 2003 14:02 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
Hmm actually if there are php errors they will go to stdout, as far as forum errors. You need to modify the exit_handler() method inside nntp.inc and make it print the errors not only to a file but to stdout like this:
<?php
$fp 
fopen("php://stdout""w");
fwrite($fp$this->error);
fclose($fp);
?>


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Help with groups
Next Topic: Mailing list - create a specific message
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Nov 04 21:19:50 GMT 2024

Total time taken to generate the page: 0.04057 seconds