In default.asp delete lines 162 and 163. They look like this respectively:strSql = strSql & strTablePrefix & "FORUM.F_STATUS, "
strSql = strSql & strTablePrefix & "FORUM.CAT_ID, "
This is because those two sql lines are duplicated further down in the sql statement. This has already been fixed in the latest alpha versions.