Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Telerik image manger throws error after upgrade to 5.6.3Telerik image manger throws error after upgrade to 5.6.3
Previous
 
Next
New Post
7/9/2011 12:27 PM
 
Hi,

I am getting an error with the telerik image manager (when editing content) after upgrading to 5.6.3. (after upgrading from 5.6.1)

Anyone else having problems after the upgrade.

Here is the error info:

AssemblyVersion: 5.6.3
PortalID: 19
PortalName: Dynamics VRS
UserID: 1
UserName: host
ActiveTabID: 645
ActiveTabName: Subscribe
RawURL: /Providers/HtmlEditorProviders/Telerik/Telerik.Web.UI.DialogHandler.aspx?tabid=645&language=en-us&DialogName=ImageManager&Skin=Vista&Title=Image+Manager&doid=561d0d71-12dd-48c9-adae-192ecaa51bb1&dpptn=&rwndrnd=0.32502111728934835
AbsoluteURL: /Providers/HtmlEditorProviders/Telerik/Telerik.Web.UI.DialogHandler.aspx
AbsoluteURLReferrer: http://dynamicsvrs.com/Providers/HtmlEditorProviders/Telerik/Telerik.Web.UI.DialogHandler.aspx?tabid=645&language=en-us&DialogName=ImageManager&Skin=Vista&Title=Image%20Manager&doid=561d0d71-12dd-48c9-adae-192ecaa51bb1&dpptn=&rwndrnd=0.32502111728934835
UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 687675b1-855c-45ce-9e12-1de8b1db5203
InnerException: Exception of type 'System.Web.HttpUnhandledException' was thrown.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Util.StringUtil.GetStringHashCode
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object. at System.Web.Util.StringUtil.GetStringHashCode(String s) at System.Web.UI.ClientScriptManager.EnsureEventValidationFieldLoaded() at System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String argument) at System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument) at System.Web.UI.WebControls.HiddenField.LoadPostData(String postDataKey, NameValueCollection postCollection) at System.Web.UI.WebControls.HiddenField.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.providers_htmleditorproviders_telerik_telerik_web_ui_dialoghandler_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
Source:
Server Name: BLAHBLAH
 

 
 
 
New Post
7/11/2011 2:07 PM
 
Worth taking a quick look at this blog to see if it resolves your issue: "

Before upgrading to 5.6.3 read this

"http://www.dotnetnuke.com/Resources/B...


Ash Prasad
Director of Engineering
DNN Corp.
 
New Post
7/11/2011 8:12 PM
 
Thanks for the link.

My issue appears to be different:   I have the correct reference to the Telerik.Web.UI.dll in my web.config - and the correct version of the dll in my bin folder.  The only problem with the Telerik HTML provider is when the Image Manager icon on the toolbar is clicked.  That is when the error in my initial post is logged....


 
New Post
7/11/2011 11:32 PM
 
One of the security changes in 5.6.3 was to modify in web.config the <pages . . . /> element to set the enableEventValidation attribute to "true" rather than "false" as it has been prior to 5.6.3.

Just a hunch . . . but try changing enableEventValidation back to "false" and see if the error goes away. If it does, make sure that the DotNetNuke.HtmlEditor.TelerikEditorProvider.dll file found in the installation's \bin folder is file version 5.6.3.0 and that all .ascx, etc. files found in \Providers\HtmlEditorProviders\Telerik were also updated to the latest versions. If the assembly is an earlier version or the the .ascx files for the TelerikEditorProvider did not get updated it would appear that the installation of the TelerikEditorProvider_05.06.03_Install.zip package contained in the \Install\Provider folder of the 5.6.3 upgrade package failed. If that is the case I would try re-installing the TelerikEditorProvider_05.06.03_Install.zip package using the Host-->Extensions, Install Extension Wizard.

Don't forget to reset enableEventValidation to "true" following resolution of this issue.

In any case, I'll be interested to know if my hunch is correct or I'm way off base . . .

Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
7/12/2011 5:59 PM
 
Hi William,

Thanks for the reply - very much appreciated - I checked all that out - and everything checked out OK.

Just to re-iterate - the Telerik HTML Editor seems to be working - with the exception of the Image Manager icon on the toolbar.  Very strange...

For now, I've reverted to FCK - but would really like to figure this out...
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Telerik image manger throws error after upgrade to 5.6.3Telerik image manger throws error after upgrade to 5.6.3


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out