Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I cannot use the advanced urls because I get an exception when I turn it on in web.config:
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:
Line 296: Page.Header.Controls.AddAt(0, new LiteralControl(Comment));
Line 297:
Line 298: if (PortalSettings.ActiveTab.PageHeadText != Null.NullString && !Globals.IsAdminControl())
Line 299: {
Line 300: Page.Header.Controls.Add(new LiteralControl(PortalSettings.ActiveTab.PageHeadText));
Source File: c:\inetpub\wwwroot\DNN.UTRANSLATE.NET\Default.aspx.cs Line: 298
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Framework.DefaultPage.InitializePage() in c:\inetpub\wwwroot\DNN.UTRANSLATE.NET\Default.aspx.cs:298
DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e) in c:\inetpub\wwwroot\DNN.UTRANSLATE.NET\Default.aspx.cs:660
System.Web.UI.Control.InitRecursive(Control namingContainer) +134
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +489
[PageLoadException: Object reference not set to an instance of an object.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +436
DotNetNuke.Framework.PageBase.OnError(EventArgs e) +453
System.Web.UI.Page.HandleError(Exception e) +79
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6695
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +245
System.Web.UI.Page.ProcessRequest() +72
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
System.Web.UI.Page.ProcessRequest(HttpContext context) +58
ASP.default_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\c6409543\abf53a3\App_Web_ifep5kv5.4.cs:0
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18044