You are here:   Support > User Forum
Register   |  Login

Invenmanager User Forum

Minimize
Text/HTML module does not work after DNN Upgrade to 5.1
Last Post 05 Nov 2010 02:46 AM by Inven Manager. 4 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
David Tobias
New Member
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
Senior Member
Posts:6761
Avatar

--
27 Nov 2009 06:13 PM  
Dave,

It has nothing to do with these two modules, unless you are importing contents from HTML module.

However, just a tip for you, when you upgrade framework, you need to upgrade the HTML module to new version as well.
========================================
Delivering high value DotnetNuke Modules to save your time and resources
J B
New Member
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
Senior Member
Posts:6761
Avatar

--
12 Sep 2010 11:07 PM  
Hi,

Thanks for sharing.

Also, which version of Html module are you using?
========================================
Delivering high value DotnetNuke Modules to save your time and resources
Inven Manager
Senior Member
Senior Member
Posts:6761
Avatar

--
05 Nov 2010 02:46 AM  
hi, J,

We have posted a new update: Content Manager 5.0 for DNN 5.5.

You can get it from Invenmanager.com download page, or snowcovered.com download page.
========================================
Delivering high value DotnetNuke Modules to save your time and resources
You are not authorized to post a reply.

Active Forums 4.1