in inc_create_forum_mysql.asp on line #328
replace this:
my_Conn.execute ("INSERT INTO " & strTablePrefix & "FORUM_CONFIG_NEW(C_VALUE,C_VARIABLE) VALUES('http://foruum.snitz.com/forum/' , 'STRFORUMURL')")
with this:
my_Conn.execute ("INSERT INTO " & strTablePrefix & "CONFIG_NEW(C_VALUE,C_VARIABLE) VALUES('http://forum.snitz.com/forum/' , 'STRFORUMURL')")