In inc_create_forum_sql6.asp & inc_create_forum_sql7.asp on line #484, and inc_create_forum_mysql.asp on line #369
change this:
strDummy = SetConfigValue(1,"STRDEFAULTFONTYSIZE","2")
to this:
strDummy = SetConfigValue(1,"STRDEFAULTFONTSIZE","2")
then in inc_create_forum_sql6.asp on line #517:
change this:
strDummy = SetConfigValue("STRRANKLEVEL2","Junior Member")
to this:
strDummy = SetConfigValue(1,"STRRANKLEVEL2","Junior Member")