We have a site running corectly with 4.5.1 that includes the DNN forum module.
In upgrade to 4.5.2 we can no longer access the Forum home page or the forumm module. The system times out with the error below. To be sure, we rolled back - ckecked it all and things were fine. Then updated again with the same problem.
http://www.interactivewebs.com.au
An error has occurred.
DotNetNuke.Services.Exceptions.PageLoadException: Exception of type 'System.OutOfMemoryException' was thrown. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at MS.Internal.Xml.Cache.XPathDocumentNavigator.Clone() at System.Xml.XPath.XPathNavigator.Evaluate(XPathExpression expr, XPathNodeIterator context) at System.Xml.XPath.XPathNavigator.Evaluate(XPathExpression expr) at System.Xml.XPath.XPathNavigator.Select(XPathExpression expr) at System.Xml.XPath.XPathNavigator.SelectSingleNode(XPathExpression expression) at System.Xml.XPath.XPathNavigator.SelectSingleNode(String xpath) at DotNetNuke.Services.Localization.Localization.LoadResource(Hashtable target, String language, String cacheKey, String ResourceFile, CustomizedLocale CheckCustomCulture, PortalSettings objPortalSettings) at DotNetNuke.Services.Localization.Localization.GetResource(String ResourceFileRoot, PortalSettings objPortalSettings, String strLanguage) at DotNetNuke.Services.Localization.Localization.GetString(String name, String ResourceFileRoot, PortalSettings objPortalSettings, String strLanguage, Boolean disableShowMissingKeys) at DotNetNuke.Services.Localization.Localization.GetString(String name) at DotNetNuke.UI.Skins.Skin..ctor() at DotNetNuke.UI.Skins.Skin.GetModuleMessageControl(String Heading, String Message, ModuleMessageType objModuleMessageType) at DotNetNuke.UI.Skins.Skin.AddPageMessage(Skin objSkin, String Heading, String Message, ModuleMessageType objModuleMessageType) at DotNetNuke.UI.Skins.Skin.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.Framework.DefaultPage.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Page.OnInit(EventArgs e) at DotNetNuke.Framework.PageBase.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---