
rlevant
User
Oct 10, 2003, 12:29 PM
Post #1 of 2
(2555 views)
Shortcut
|
|
Go forum ubbthreads Internal Server Error
|
Can't Post
|
|
Hi I am getting the ol Internal Server Error page with goforum here is the forum I want to connect to: http://www.sekhemcollege.com/forum/postlist.php?Cat=&Board=art here is my artman installation http://www.trueofvoice.org/artman/publish Below is my config file Thanks in advance renee (config follows) here is my config file (sans passwords) #!/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 = 'ubbthreads' # options: dcforum, discus, gforum, ikonboard, invision, phpbb, ubbclassic5, ubbthreads, vbulletin, yabbse 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. [dcforum] forum_url = '' # forum script directory forum_login = # login required? 1 = yes, 0 = no forum_user = '' # forum user with post access forum_pass = '' # password for user forum_num = 1 # post to this forum number by default [discus] forum_url = 'http://yoursite.com/path/to/forum' # forum script directory forum_messages_url = 'http://yoursite.com/path/to/messages' # forum messages directory url forum_login = 1 # login required? 1 = yes, 0 = no forum_user = '' # forum user with post access forum_pass = '' # password for user forum_num = 1 # post to this forum number by default [gforum] forum_url = 'http://yoursite.com/path/to/forum' # forum script directory forum_login = 1 # login required? 1 = yes, 0 = no forum_user = '' # forum user with post access forum_pass = '' # password for user forum_num = 1 # post to this forum number by default [ikonboard] forum_url = 'http://yoursite.com/path/to/forum' # forum script directory forum_login = 1 # login required? 1 = yes, 0 = no forum_user = '' # forum user with post access forum_pass = '' # password for user forum_num = 1 # post to this forum number by default [invision] forum_url = 'http://yoursite.com/path/to/forum' # forum script directory forum_login = 1 # login required? 1 = yes, 0 = no forum_user = '' # forum user with post access forum_pass = '' # password for user forum_num = 1 # post to this forum number by default [phpbb] forum_url = 'http://yoursite.com/path/to/forum' # forum script directory forum_login = 1 # login required? 1 = yes, 0 = no forum_user = '' # forum user with post access forum_pass = '' # password for user forum_num = 1 # post to this forum number by default [ubbclassic5] forum_url = 'http://yoursite.com/path/to/forum' # forum script directory forum_messages_url = 'http://YOURHOST/discus/messages;' # forum messages directory url forum_login = 1 # login required? 1 = yes, 0 = no forum_user = '' # forum user with post access forum_pass = '' # password for user forum_board = '' # board name forum_num = 1 # post to this forum number by default [ubbthreads] forum_url = 'http://www.sekhemcollege.com/forum' # forum script directory forum_messages_url = 'http://www.sekhemcollege.com/forum/postlist.php?Cat=&Board=art;' # forum messages directory url forum_login = 0 # login required? 1 = yes, 0 = no forum_user = 'trueofvoice' # forum user with post access forum_pass = 'xxxxxxxxxxxxxxxx' # password for user forum_board = 'Articles' # board name forum_cat = 'JournalDiscussion' # category forum_num = 1 # post to this forum number by default [vbulletin] forum_url = 'http://yoursite.com/path/to/forum' # forum script directory forum_login = 1 # login required? 1 = yes, 0 = no forum_user = '' # forum user with post access forum_pass = '' # password for user forum_num = 1 # post to this forum number by default [yabbse] forum_url = 'http://www.yabbse.org/community' # forum script directory forum_login = 1 # login required? 1 = yes, 0 = no forum_user = '' # forum user with post access forum_pass = '' # password for user forum_num = 1 # 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 = 365 # 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
|