I upgraded a DNN installation from 5.6.3 to 6.1.3 and the html module will no longer save any changes - I"ve read the other posts but nothing seems to apply. In the Host > html Editior I have FCK, CE, Rad, and Telerik - none of them work - all give the same error in the event log:
Maybe I did something wrong during the update - but everything else on the site works fine.
AssemblyVersion: 6.1.3
PortalID: 0
PortalName: ECW Office
UserID: 1
UserName:
ActiveTabID: 40
ActiveTabName: Home
RawURL: /Home/tabid/40/ctl/Edit/mid/633/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.ecwoffice.com/Home/tabid/40/ctl/Edit/mid/633/Default.aspx
UserAgent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: e6c5a820-e7da-445b-9a5d-38c91f96203b
InnerException: Parameter count does not match Parameter Value count.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues
StackTrace:
Message: System.ArgumentException: Parameter count does not match Parameter Value count. at Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues(SqlParameter[] commandParameters, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Html.SqlDataProvider.AddHtmlText(Int32 ModuleID, String Content, Int32 StateID, Boolean IsPublished, Int32 CreatedByUserID, Int32 History) at DotNetNuke.Modules.Html.HtmlTextController.UpdateHtmlText(HtmlTextInfo htmlContent, Int32 MaximumVersionHistory) at DotNetNuke.Modules.Html.EditHtml.cmdSave_Click(Object sender, EventArgs e)
Can Anyone help?