PageAdmin网站内容管理系统(CMS)交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

网站更新后,打开文章页面出现错误! [复制链接]

1#
网站更新后,打开文章页面出现错误!  www.gzcaden.com  这要怎么处理啊?? 在线等

Server Error in '/' Application. filesize Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IndexOutOfRangeException: filesize

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[IndexOutOfRangeException: filesize]   System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) +1358455   System.Data.OleDb.OleDbDataReader.GetOrdinal(String name) +65   System.Data.OleDb.OleDbDataReader.get_Item(String name) +12   PageAdmin.articleinfo.Get_info() +778   PageAdmin.articleinfo.Page_Load(Object sender, EventArgs e) +313   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34   System.Web.UI.Control.OnLoad(EventArgs e) +99   System.Web.UI.Control.LoadRecursive() +47   System.Web.UI.Control.LoadRecursive() +131   System.Web.UI.Control.LoadRecursive() +131   System.Web.UI.Control.LoadRecursive() +131   System.Web.UI.Control.LoadRecursive() +131   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
分享 转发
中国机柜网 www.jigui8.cn
广州机柜www.gzcaden.com
TOP
2#

我跟你一样!
斑竹帮忙啊!
TOP
3#

回复 2# pauser 的帖子

网站后台,修改文章都不行。
前台,连文章都打不开了。
TOP
4#

9月20日:采用ISAPI+配置重写规则方式来支持html的伪静态,提供了程序运行速度,同时增加新ASPX扩展名的URL重写(IIS默认支持),数据库更新运行代码


[复制到剪贴板]
CODE:
alter  table information add download_beizhu nvarchar(100);
update information  set download_beizhu=filesize;
alter  table information drop column filesize;
alter  table login  alter column loginpass nvarchar(200);
alter  table member alter column userpassword nvarchar(200)



运行中出现以下错误:
1:字段 'download_beizhu' 已经存在于表 'information' 中。
2:至少一个参数没有被指定值。
3:在表 'information' 中没有字段 'filesize'。
4:由于表 'login' 正被别的用户或进程使用,数据库引擎无法锁定它。
最后编辑pauser 最后编辑于 2009-09-25 13:55:26
TOP
5#

回复 1# vika520 的帖子

数据库可能没有改好,字段越界了
TOP
6#

回复 5# pfreestar 的帖子

那该怎么办啊。
TOP
7#

回复 1# vika520 的帖子

兄弟,我在18inter的老师指导下搞定了。

1 你需要把新版本的bing,usercontrol, web.config都覆盖下


2 如果还不行,就把新版本的所有东西(除了database,images,upload三个文件夹以外)全部覆盖下
最后编辑pauser 最后编辑于 2009-09-25 15:23:59
TOP
发新话题 回复该主题