产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » PageAdmin V2.1 20100324 后台“评论管理”出错
lzyong74 - 2010/6/30 10:41:00
在使用PageAdmin V2.1 20100324时,后台其它功能正常,但在“文章列表管理”下的“评论管理”功能时,出错,错误内容如下:
1673
lzyong74 - 2010/6/30 10:45:00
错误内容如下:
Server Error in '/' Application.
--------------------------------------------------------------------------------

至少一个参数没有被指定值。
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.Data.OleDb.OleDbException: 至少一个参数没有被指定值。

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:


[OleDbException (0x80040e10): 至少一个参数没有被指定值。]
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) +267
   System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) +192
   System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) +48
   System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +106
   System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) +111
   System.Data.OleDb.OleDbCommand.ExecuteReader() +6
   PageAdmin.comments_1.xe30b2dd9d8b72497() +796
   PageAdmin.comments_1.Page_Load(Object src, EventArgs e) +154
   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.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

望高手指教,谢谢
lzyong74 - 2010/6/30 16:29:00
我用的是浅蓝色政府网站模板
xiyou - 2010/7/1 9:52:00
comments这个表少字段,具体少什么字段你要用你自己对比一下
zylq - 2011/1/10 9:49:00
打开数据库,把comments表粘贴进去,替换原表即可。
下面是我改的网站
http://www.zylq.co.cc/
1
查看完整版本: PageAdmin V2.1 20100324 后台“评论管理”出错