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

Home » FUDforum Development » FUDforum 3.0+ » 3.0.3 NNTP Import Limit
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
3.0.3 NNTP Import Limit [message #166195] Mon, 10 October 2011 16:44 Go to previous message
jm2morri is currently offline  jm2morri   
Messages: 225
Registered: January 2009
Location: Stratford, Ontario, Canad...
Karma:
Senior Member
Hello,

I think there is a bug in the nntp.php import script of 3.0.3. I have the import limit set to 0 (i.e. no limit).


        if (--$counter < $config->imp_limit) {
                echo "\nDone. Forum and Usenet Group are in sync.\n";
        } else {
                echo "\nImport limit of ". $config->imp_limit ." posts reached. There are more messages to load.\n";
        }


I continually got the message "Import limit of 0 posts reached. There are more messages to load.". By changing the if from "<" to "<=" I don't get that but rather the "In sync" message.

James.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Matching Authors with Users During NNTP Import
Next Topic: Upgrade to 3.0.3 Messed up Top Icons
Goto Forum:
  

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

Current Time: Fri Sep 20 00:10:30 GMT 2024

Total time taken to generate the page: 0.05322 seconds