Discuz!NT 2.5 正式版 下载
beta、RC版升级补丁
Comsenz 招聘信息
首届Discuz!NT 模板大赛圆满结束
著名音乐网站SoGua网、分贝网
采用Discuz!NT搭建社区
FIFA Online2官网论坛使用Discuz!NT
游戏城寨论坛使用Discuz!NT搭建
第二届优秀版主评选揭晓
Discuz!NT 2.5正式开源 Discuz!NT文档中心
用户整合说明文档
Discuz!NT亮相微软Tech-Ed 2007
Discuz!NT情景搞笑短片抢先看
1/1页1 跳转到查看:1491
发新话题 回复该主题

无法置顶,置顶后就出错!

无法置顶,置顶后就出错!

我是刚安装好的论坛,又将它从AC转到SQL2000,一直也没用过置顶,今天刚置顶一篇贴子,完成后自动转入该贴所在版块,出错,就再也无法进入该贴所在的版块了,如果设置全站置顶,那么就全站的版块都无法进入,但能在首页可以进入最后发布的贴,就是不能进入版块,只有删了该贴又正常了,这是怎么了?求助啊。。。。。。。。急!!!!!!!
2003系统,IIS,sql2000,按本站的帮助设置权限


出错如下:
Server Error in '/bbs' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File --><configuration>    <system.web>        <customErrors mode="Off"/>    </system.web></configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File --><configuration>    <system.web>        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>    </system.web></configuration>

TOP

 

回复:无法置顶,置顶后就出错!

请楼主把WEB.CONFIG里 <customErrors mode="Off"/>off更改为ON,这样我们就可以得到堆栈信息进行分析了!
善念刚起,福虽未至,祸已远离;恶念刚生,祸虽未至,福已远去!

TOP

 
1/1页1 跳转到
发表新主题 回复该主题