![]() |
Quote:
|
Quote:
|
Quote:
|
Quote:
Please check functions_nntp.php, around line 68, you should have: $parsed_body .= "\n\n"; |
I have a big problem here, many posts are imported twice (some even 3+), causing me a maintenance nightmare with some bigger newsgroups.
I see that at least another member experienced this, has this bug been fixed yet? Anyway, kudos for this wonderful hack! |
Quote:
The scripts has the ability to detect if there is another instance of script already running, but only if the other script was started to run less than 1/2 hour ago. As the initial importation may take well over 1/2hour. Two scripts could have run side by side causing double messages. |
Lierduh, thanks for your time, one more question...
gateway.php starts to work when i... delete these line: Code:
require_once('include/functions.php'); Code:
Gateway version 2.3.2 1 group(s) gatewayed. So, could you please what exactly functions from functions.php you use in this hack? It will be easier to find the reason... :| Thx, Szy. |
Quote:
|
In PHP error log:
Code:
[Wed Apr 27 11:16:26 2005] [error] PHP Fatal error: Cannot redeclare construct_phrase() in ./includes/functions.php on line 36 Code:
function construct_phrase() Szy. |
This error means that the function "construct_phrase" is being defined for the second time. This can have different causes:
- Your custom script defines a function with the same name before calling functions.php. - You made an edit somehow duplicating that function in functions.php - You are using a "include" or "require" of functions.php instead of "include_once" or "require_once" making the functions.php to be loaded twice. And probably some more i didn't think of now. |
All times are GMT. The time now is 05:49 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|