
affi
User
Jul 21, 2003, 12:05 PM
Post #4 of 18
(9914 views)
Shortcut
|
Earlier the goforum worked fine with our site, but when I try 1.09 now I get the following error-code; "Invalid article number #24! " (for example). I'm using the AM version with support for SQL (beta). Here's my goforum.config.cgi file: --- #!/usr/bin/perl print "Content-type: text/html\n\n<html>This is a data file.</html>\n"; __END__ # ---------------------------------------------------------------------------- # goforum.ini - goforum 1.09 program configuration settings # Copyright (C) 1999-2003 interactivetools.com, All Rights Reserved # http://www.interactivetools.com/ # ---------------------------------------------------------------------------- # Instructions: set forum_type to the name of the forum you are using, then scroll down the page # and set that forum's values. forum_type = 'invision' # options: dcforum, discus, gforum, ikonboard, invision configured = 1 # set this to 1 to make the program work artman_128up = 1 # Article Manager version. 0 = 1.27 or earlier, 1 = 1.28 or later # Note: advanced settings are found at the bottom of the page. [invision] forum_url = 'http://www.root.no/forum' # forum script directory forum_login = 1 # login required? 1 = yes, 0 = no forum_user = 'Kommentar' # forum user with post access forum_pass = 'ratnemmok' # password for user forum_num = 27 # post to this forum number by default # This section is for advanced options [advanced] remove_html = 1 # set this to 1 to remove HTML tags from article content debug = 0 # set this to 1 for debug info maxage = 14 # don't allow comments on articles older than N days link_back_to_article = 1 # set this to 1 to provide a link back to the full article in the forum post allow_category_mapping = 0 # set this to 1 to allow category articles to be published to specific forums # this allows you to specify which categories post to which forums. e.g. if you want your Entertainment # category (category #5) to post to an Entertainment forum (forum #9) you'd put: # cat5 = forum9 # Unless otherwise specified, goforum will post to forum_num [category_to_forum_mapping] #cat1 = forum1 #cat2 = forum2 #cat3 = forum3 #cat4 = forum4 #cat5 = forum5 --- Anyone got any good suggestion on what could be wrong here? Maybe because I'm using the beta-release? Thanks in advance,
|