帐号
注册
密码
登录
只需一步,快速开始
关闭
安全选项
找回密码
记住我
我的中心
登录或注册新用户,开通自己的个人中心
切换到窄版
快速搜索
帖子标题
作者
版块
PageAdmin网站内容管理系统(CMS)交流论坛
»
PageAdmin使用区
»
安装及使用交流
»
网站更新后,打开文章页面出现错误!
PageAdmin使用区
安装及使用交流
案例交流及展示
系统改进和发展建议
系统发布及下载
用户交流区
网站技术资源区
网站营运交流
广告灌水专区
返回列表
查看:
5155
|
回复:
6
网站更新后,打开文章页面出现错误!
[复制链接]
发送短消息
UID
1590
精华
0
查看公共资料
搜索主题
搜索帖子
vika520
组别
PageAdmin新手
生日
帖子
61
积分
182
性别
注册时间
2009-06-01
1
#
字体大小:
t
T
发表于
2009-09-25 11:37
|
只看楼主
网站更新后,打开文章页面出现错误!
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
发送短消息
UID
3027
精华
0
查看公共资料
搜索主题
搜索帖子
pauser
组别
PageAdmin学员
生日
帖子
103
积分
224
性别
注册时间
2009-08-10
2
#
字体大小:
t
T
发表于
2009-09-25 13:18
|
只看该用户
我跟你一样!
斑竹帮忙啊!
TOP
发送短消息
UID
3027
精华
0
查看公共资料
搜索主题
搜索帖子
pauser
组别
PageAdmin学员
生日
帖子
103
积分
224
性别
注册时间
2009-08-10
3
#
字体大小:
t
T
发表于
2009-09-25 13:26
|
只看该用户
回复 2# pauser 的帖子
网站后台,修改文章都不行。
前台,连文章都打不开了。
TOP
发送短消息
UID
3027
精华
0
查看公共资料
搜索主题
搜索帖子
pauser
组别
PageAdmin学员
生日
帖子
103
积分
224
性别
注册时间
2009-08-10
4
#
字体大小:
t
T
发表于
2009-09-25 13:51
|
只看该用户
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
发送短消息
UID
136
精华
0
1127988852
查看公共资料
搜索主题
搜索帖子
pfreestar
组别
PageAdmin高手
生日
帖子
1289
积分
2814
性别
注册时间
2008-12-25
5
#
字体大小:
t
T
发表于
2009-09-25 14:24
|
只看该用户
回复 1# vika520 的帖子
数据库可能没有改好,字段越界了
TOP
发送短消息
UID
3027
精华
0
查看公共资料
搜索主题
搜索帖子
pauser
组别
PageAdmin学员
生日
帖子
103
积分
224
性别
注册时间
2009-08-10
6
#
字体大小:
t
T
发表于
2009-09-25 14:30
|
只看该用户
回复 5# pfreestar 的帖子
那该怎么办啊。
TOP
发送短消息
UID
3027
精华
0
查看公共资料
搜索主题
搜索帖子
pauser
组别
PageAdmin学员
生日
帖子
103
积分
224
性别
注册时间
2009-08-10
7
#
字体大小:
t
T
发表于
2009-09-25 15:21
|
只看该用户
回复 1# vika520 的帖子
兄弟,我在18inter的老师指导下搞定了。
1 你需要把新版本的bing,usercontrol, web.config都覆盖下
2 如果还不行,就把新版本的所有东西(除了database,images,upload三个文件夹以外)全部覆盖下
pauser 最后编辑于 2009-09-25 15:23:59
TOP
上一主题
|
下一主题
返回列表
高级编辑器
B
Color
Image
Link
Quote
Code
Smilies
默认表情
你需要登录后才可以发帖
登录
|
注册
发表回复
查看背景广告
隐藏
发新主题
PageAdmin使用区
安装及使用交流
案例交流及展示
系统改进和发展建议
系统发布及下载
用户交流区
网站技术资源区
网站营运交流
广告灌水专区
TOP
设置头像
个人资料
更改密码
用户组
收藏夹
积分
Default