Won't Fix
Details
Assignee
UnassignedUnassignedReporter
James HallJames HallSeverity
MinorTriage
TriagedIncludes Code Fix
NoComponents
Affects versions
Priority
Low
Details
Details
Assignee
Unassigned
UnassignedReporter
James Hall
James HallSeverity
Minor
Triage
Triaged
Includes Code Fix
No
Components
Affects versions
Priority
Created December 23, 2013 at 2:06 PM
Updated December 13, 2016 at 12:41 AM
Resolved December 13, 2016 at 12:41 AM
Server Error in '/' Application.
--------------------------------------------------------------------------------
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:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Entities.Urls.AdvancedUrlRewriter.Handle404OrException(FriendlyUrlSettings settings, HttpContext context, Exception ex, UrlAction result, Boolean transfer, Boolean showDebug) +45
DotNetNuke.Entities.Urls.AdvancedUrlRewriter.RewriteUrl(Object sender, EventArgs e) +295
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +136
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18045
*Note that one can workaround this issue by explicitly setting the "Custom URL" for the page; however, I encountered problems doing this from the UI and ultimately had to edit the DB directly to accomplish.