David Tobias
 New Member Posts:1
 |
| 27 Nov 2009 01:01 AM |
|
Hello, We are trying to upgrade our DNN site from 4.9 to 5.1.4. We have Content Manager 4.1.6 installed and Content Approval 4.0 installed. We ran the upgrade on a test server. The upgrade ran, but when we go to the site the Text/HTML modules are throwing errors. The content controlled by the Content Manager is fine though. Are you guys aware of any issues after an upgrade between the Content Manager and the Text/HTML modules? You can see the test site here: http://test.signs.org/. This is the error that the Text/HTML module is throwing: DotNetNuke.Services.Exceptions.ModuleLoadException: Parameter count does not match Parameter Value count. ---> 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.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.HTML.SqlDataProvider.GetHtmlText(Int32 moduleId) at DotNetNuke.Modules.HTML.HtmlTextController.GetHtmlText(Int32 moduleId) at DotNetNuke.Modules.Html.HtmlModule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace --- Thanks, Dave |
|
|
|
|
Inven Manager
 Senior Member Posts:6761

 |
|
J B
 New Member Posts:1
 |
| 12 Sep 2010 09:51 PM |
|
'//JB: add Content to ContentManager module 'Did some minor changes otherwise the import page would give an error 'the mothod was refering to an older DNN, to accept the new , the ContentItemId has been passed allong with the method 'objTextHTML = objTextHTMLs.GetHtmlText(objModule.ModuleID) objTextHTML = objTextHTMLs.GetHtmlText(objModule.ModuleID, objModule.ContentItemId) If objTextHTML Is Nothing Then strContent = "" Else '//JB: in the other version DeskTopHTML could be used, but now its changed to Content 'strContent = objTextHTML.DeskTopHTML strContent = objTextHTML.Content End If |
|
|
|
|
Inven Manager
 Senior Member Posts:6761

 |
|
Inven Manager
 Senior Member Posts:6761

 |
|