主题:  最近研究activeubb论坛时遇到了麻烦!

顺子

职务:普通成员
等级:4
金币:10.0
发贴:1867
#12002/4/3 21:13:51
我全都正确的作了所有的设置,能正常进入论坛的首页,也能正常的注册用户,可以发帖子,但无法浏览帖子,比如发的第一个帖子在论坛里连接为 newsdetail.asp?id=1
但是,点击之后显示无法打开:
“Error Type:
Microsoft VBScript 运行时错误 (0x800A01FB)
出现一个意外错误: 'detail'
/activeubb/NewsDetail.asp, line 5“
找到那个newsdetail.asp打开一看,原代码为

<%
dim activeubb

Set activeubb=Server.CreateObject("cnscript.activeubb"
activeubb.detail
Set activeubb=nothing
%>

错误提示的第5行是 Set activeubb=nothing 这一句,
不知道是什么地方出了毛病!