|
|
|
|
|
Re: Blank screen when posting to newsgroups [message #24833 is a reply to message #24832] |
Mon, 16 May 2005 17:30 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Inside forum's main directory there is a file called .htaccess, modify it with the following new lines:
php_flag display_errors 1
php_value error_reporting 4097
FUDforum Core Developer
|
|
|
Re: Blank screen when posting to newsgroups [message #24835 is a reply to message #24833] |
Mon, 16 May 2005 17:47 |
icarus
Messages: 52 Registered: May 2005
Karma: 0
|
Member |
|
|
Ilia schrieb am Mo, 16 Mai 2005 19:30 | Inside forum's main directory there is a file called .htaccess, modify it with the following new lines:
php_flag display_errors 1
php_value error_reporting 4097
|
Sorry, that doesn't change anything Still a blank screen.
Update: If you tell me what files are involved when posting a message then I can do some debugging to see where the problem lies.
Bye!
Michael
[Updated on: Mon, 16 May 2005 18:02] Report message to a moderator
|
|
|
Re: Blank screen when posting to newsgroups [message #24836 is a reply to message #24835] |
Mon, 16 May 2005 18:15 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well the compiled posting template is post.php and it uses include/email_msg_format.inc for the plain text conversion.
From what you've described it sounds like some sort of a scripting error is happening.
FUDforum Core Developer
|
|
|
|
|
Re: Blank screen when posting to newsgroups [message #24841 is a reply to message #24805] |
Mon, 16 May 2005 19:28 |
icarus
Messages: 52 Registered: May 2005
Karma: 0
|
Member |
|
|
Now it isn't blank anymore, but the error_log is full with:
Zitat: | Failed to recieve proper response to POST command, NNTP server replied:
Posting Failed, NNTP Server Said:
Unable to establish connection to *** on port 119 failed
With Error # :
|
Just another question: Where does the script connect to the newsgroup? I searched in "nntp.inc" for "port" and "server" but haven't found anything.
I guess the problem lies within the part that does the connection to the newsserver.
Bye!
Michael
[Updated on: Mon, 16 May 2005 19:52] Report message to a moderator
|
|
|
|
Re: Blank screen when posting to newsgroups [message #24843 is a reply to message #24842] |
Mon, 16 May 2005 20:58 |
icarus
Messages: 52 Registered: May 2005
Karma: 0
|
Member |
|
|
Ilia schrieb am Mo, 16 Mai 2005 22:53 | The connection settings come from the values you've specified inside NNTP admin control panel.
|
Oops ... It seems to be that accidently I deleted one line of source code ...
Update: I restored the file and now get the following messages:
Zitat: |
Failed to recieve proper response to POST command, NNTP server replied:
Posting Failed, NNTP Server Said:
Unable to establish connection to **** on port 119 failed
With Error #115 : Operation now in progress
Failed to recieve proper response to POST command, NNTP server replied:
Posting Failed, NNTP Server Said:
|
Bye!
Michael
[Updated on: Mon, 16 May 2005 21:08] Report message to a moderator
|
|
|