翅膀的初衷 - 2008-8-20 15:23:00
版本是最近从本论坛下载的ACCESS版本,应当是最新的吧~在使用过程中遇到了一些问题,发出来,看大家有没有遇到~
1.在后台增加稿酬分类,即那个A类稿酬(默认),B类稿酬的的时候会出错!
2.创建用户排行的标签后在首页引用,首页会出错
3.在后台发表文章,标题设置了颜色,但是并不会正常显示出来,查看代码,代码如下〈span style="color:FF0000 "〉标题〈/span〉COLOR后面没有加#字,正确的应当是〈span style="color:#FF0000 "〉标题〈/span〉
前一两种错误,忘了把错误的截图带出来了(在家测试的,现在在上班),明天传上来~
再弱弱的问句,第三种错误,在不用编译原代码的情况下有没有修改方法?
另外,如果还有什么错误再发上来`
xiaosa - 2008-8-20 15:35:00
你是在样式中对标题颜色进行设置的吗?可能是编辑器掉了代码,目前网上通用的编辑器都有这样的问题。可以通过CSS样式来控制样式。在模板上引用,个人觉得这样可以实现....呵呵
翅膀的初衷 - 2008-8-20 16:42:00
那个是后台添加新闻,在标题的文本框后面不是有加粗,颜色,等功能,不是自己定义的,我明天传几张图上来,
ttao - 2008-8-20 17:44:00
楼主,我认真看了你的问题,同时没有发现什么问题,也许我是即时更新的程序.
但是我不能确认是否真正理解了你阐述的信息.
翅膀的初衷 - 2008-8-21 14:52:00
把错误发上来吧,呵呵
用户排行标签出错
System.Data.OleDb.OleDbException: 语法错误 (操作符丢失) 在查询表达式 '(Select Count(*) From [fs_User_Constr] Where [fs_sys_User].UserNum=[fs_User_Constr].UserNum) Cnt' 中。 在 System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) 在 System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) 在 System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) 在 System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) 在 System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) 在 System.Data.OleDb.OleDbCommand.ExecuteDbDataReader(CommandBehavior behavior) 在 System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) 在 Foosun.DALProfile.DbHelper.ExecuteReader(String connectionString, CommandType cmdType, String cmdText, DbParameter[] commandParameters) 位置 F:\33333333333333333\Foosun.DALProfile\DbHelper.cs:行号 106 在 Foosun.DALProfile.DbHelper.ExecuteReader(CommandType cmdType, String cmdText, DbParameter[] commandParameters) 位置 F:\33333333333333333\Foosun.DALProfile\DbHelper.cs:行号 84 在 Foosun.AccessDAL.Publish.GetTopUser(Int32 topnum, String orderfld) 位置 F:\33333333333333333\Foosun.AccessDAL\Publish.cs:行号 886 在 Foosun.Publish.LabelMass.Analyse_TopUser() 位置 F:\33333333333333333\Foosun.Publish\Label\LabelMass_Method3.cs:行号 220 在 Foosun.Publish.LabelMass.Parse() 位置 F:\33333333333333333\Foosun.Publish\Label\LabelMass.cs:行号 226 在 Foosun.Publish.CustomLabel.ParseLabelConetent() 位置 F:\33333333333333333\Foosun.Publish\Label\CustomLabel.cs:行号 68 在 Foosun.Publish.CustomLabel.MakeHtmlCode() 位置 F:\33333333333333333\Foosun.Publish\Label\CustomLabel.cs:行号 81 在 Foosun.Publish.Template.ReplaceLabels() 位置 F:\33333333333333333\Foosun.Publish\Template.cs:行号 153 在 Foosun.Web._default.Page_Load(Object sender, EventArgs e) 位置 F:\33333333333333333\Foosun.Web\default.aspx.cs:行号 54 在 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) 在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) 在 System.Web.UI.Control.OnLoad(EventArgs e) 在 System.Web.UI.Control.LoadRecursive() 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
翅膀的初衷 - 2008-8-21 14:53:00
添加搞酬奖励分类出错:
System.Data.OleDb.OleDbException: INSERT INTO 语句的语法错误。 在 System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) 在 System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) 在 System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) 在 System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) 在 System.Data.OleDb.OleDbCommand.ExecuteNonQuery() 在 Foosun.DALProfile.DbHelper.ExecuteNonQuery(String connectionString, CommandType cmdType, String cmdText, DbParameter[] commandParameters) 位置 F:\33333333333333333\Foosun.DALProfile\DbHelper.cs:行号 46 在 Foosun.DALProfile.DbHelper.ExecuteNonQuery(CommandType cmdType, String cmdText, DbParameter[] commandParameters) 位置 F:\33333333333333333\Foosun.DALProfile\DbHelper.cs:行号 25 在 Foosun.AccessDAL.Constr.Add6(String PCId, String ConstrPayName, String gpoint, String ipoint, Int32 moneys1, String Gunit) 位置 F:\33333333333333333\Foosun.AccessDAL\Constr.cs:行号 655 在 Foosun.CMS.Constr.Add6(String PCId, String ConstrPayName, String gpoint, String ipoint, Int32 moneys1, String Gunit) 位置 F:\33333333333333333\Foosun.CMS\Constr.cs:行号 285 在 manage_Contribution_Constr_SetParam.Button1_Click(Object sender, EventArgs e) 位置 F:\33333333333333333\Foosun.Web\manage\Contribution\Constr_SetParam.aspx.cs:行号 56 在 System.Web.UI.WebControls.Button.OnClick(EventArgs e) 在 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) 在 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
womode - 2008-8-21 15:36:00
检查数据库是否有可写权限。