- Active Forums Version: 4.3.3
- DotNetNuke Version: 4.9.5
User Display Name: frankie_flash
Userid: 11110
username: aic415
Server Error in '/' Application.
Exception of type 'System.OutOfMemoryException' was thrown.
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.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.]
System.Text.RegularExpressions.RegexRunner.DoubleTrack() +28
System.Text.RegularExpressions.RegexRunner.EnsureStorage() +45
System.Text.RegularExpressions.RegexInterpreter.Backtrack() +68
System.Text.RegularExpressions.RegexInterpreter.Go() +85
System.Text.RegularExpressions.RegexRunner.Scan(Regex regex, String text, Int32 textbeg, Int32 textend, Int32 textstart, Int32 prevlen, Boolean quick) +144
System.Text.RegularExpressions.Regex.Run(Boolean quick, Int32 prevlen, String input, Int32 beginning, Int32 length, Int32 startat) +134
System.Text.RegularExpressions.RegexReplacement.Replace(Regex regex, String input, Int32 count, Int32 startat) +268
System.Text.RegularExpressions.Regex.Replace(String input, String replacement, Int32 count, Int32 startat) +145
System.Text.RegularExpressions.Regex.Replace(String input, String replacement) +38
System.Text.RegularExpressions.Regex.Replace(String input, String pattern, String replacement) +46
Active.Modules.Forums.Utilities.StripHTMLTag(String sText) +51
Active.Modules.Forums.Controls.TopicsView.GetTitle(String Body, Int32 AuthorId) +123
Active.Modules.Forums.Controls.TopicsView.ParseTopics(String Template, DataTable Topics, String Section) +3068
Active.Modules.Forums.Controls.TopicsView.BindTopics(String TopicsTemplate) +158
Active.Modules.Forums.Controls.TopicsView.Page_Load(Object sender, EventArgs e) +5971
[ModuleLoadException: Error: Forum is currently unavailable.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, PortalModuleBase ctrlModule, Exception exc, Boolean DisplayErrorMessage) +409
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(PortalModuleBase ctrlModule, Exception exc, Boolean DisplayErrorMessage) +85
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(PortalModuleBase ctrlModule, Exception exc) +7
Active.Modules.Forums.SettingsBase.RenderMessage(String Title, String Message, String ErrorMsg, Exception ex) +110
Active.Modules.Forums.SettingsBase.RenderMessage(String Message, String ErrorMsg, Exception ex) +40
Active.Modules.Forums.Controls.TopicsView.Page_Load(Object sender, EventArgs e) +6695
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
[PageLoadException: Error: Forum is currently unavailable.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +324
DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +378
System.Web.UI.TemplateControl.OnError(EventArgs e) +8693002
System.Web.UI.Page.HandleError(Exception e) +84
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6776
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +242
System.Web.UI.Page.ProcessRequest() +80
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.default_aspx.ProcessRequest(HttpContext context) +4
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75