When creating to a link to a secured URL relative or absolute I receive the following error..
DNN : 08.00.03 (5)
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
Stack Trace:
<pre>[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Common.Utilities.UrlUtils.EncryptParameter(String value, String encryptionKey) +69
DotNetNuke.Common.Globals.LinkClick(String Link, Int32 TabID, Int32 ModuleID, Boolean TrackClicks, Boolean ForceDownload, Int32 PortalId, Boolean EnableUrlLanguage, String portalGuid) +213
DotNetNuke.Common.Globals.LinkClick(String Link, Int32 TabID, Int32 ModuleID, Boolean TrackClicks, Boolean ForceDownload) +156
DotNetNuke.Common.Globals.LinkClick(String Link, Int32 TabID, Int32 ModuleID, Boolean TrackClicks) +73
DNNConnect.CKEditorProvider.Browser.Browser.CmdCloseClick(Object sender, EventArgs e) +4542
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +11750640
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +149
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6015
</pre>
|