Pads Posted November 3, 2008 Share Posted November 3, 2008 I have been able to use the forum all day , but not the my forum button ... Any Ideas ? Server Error in '/cs' 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: 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:<configuration> <system.web> <compilation debug="true"/> </system.web></configuration>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: [NullReferenceException: Object reference not set to an instance of an object.] CommunityServer.Components.Formatter.CheckStringLength(String stringToCheck, Int32 maxLength) +6 CommunityServer.Discussions.Components.ForumFormatter.FormatLastPost(Int32 postID, Int32 replies, DateTime postDate, Int32 authorID, String author, String subject, Boolean DisplaySubject) +351 CommunityServer.Discussions.Components.ForumFormatter.FormatLastPost(Thread thread) +71 ASP.themes_default_skins_view_threads_ascx.__DataBind__control42(Object sender, EventArgs e) +123 System.Web.UI.Control.OnDataBinding(EventArgs e) +98 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +208 System.Web.UI.Control.DataBind() +12 System.Web.UI.Control.DataBindChildren() +212 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +218 System.Web.UI.Control.DataBind() +12 System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +130 System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +451 System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +53 System.Web.UI.WebControls.Repeater.DataBind() +72 CommunityServer.Discussions.Controls.ThreadView.DataBind() +1422 CommunityServer.Discussions.Controls.ThreadView.InitializeSkin(Control skin) +3550 CommunityServer.Controls.SkinnedWebControl.CreateChildControls() +57 System.Web.UI.Control.EnsureChildControls() +97 System.Web.UI.Control.PreRenderRecursiveInternal() +50 System.Web.UI.Control.PreRenderRecursiveInternal() +193 System.Web.UI.Control.PreRenderRecursiveInternal() +193 System.Web.UI.Control.PreRenderRecursiveInternal() +193 System.Web.UI.Control.PreRenderRecursiveInternal() +193 System.Web.UI.Control.PreRenderRecursiveInternal() +193 System.Web.UI.Control.PreRenderRecursiveInternal() +193 System.Web.UI.Control.PreRenderRecursiveInternal() +193 System.Web.UI.Control.PreRenderRecursiveInternal() +193 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6490Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727 Link to comment Share on other sites More sharing options...
Pads Posted November 4, 2008 Author Share Posted November 4, 2008 Its still not working 24 hours later [:(] Am I the only 1 ? Any one any idea why ? Link to comment Share on other sites More sharing options...
Clair Posted November 4, 2008 Share Posted November 4, 2008 I have no problems accessing My forums. Does this link work for you? Link to comment Share on other sites More sharing options...
Pierre ZFP Posted November 4, 2008 Share Posted November 4, 2008 It's started happening with me too this morning. Not every time though, about 50:50- which makes it much harder to reproduce and fix. Also last week I had several reoccurances of the 'logged out of the forum' problem again after it working fine for several months. Link to comment Share on other sites More sharing options...
Cat Posted November 4, 2008 Share Posted November 4, 2008 Because the forum is spread across several webservers, there are sometimes problems on one or two of the servers but not on others.If you encounter a problem when a page tries to load (like the problem you mention here) it can often be solved by refreshing the page.This will load the same page, but often from a different server. To do this you can either press F5, or hit the refresh button You may need to do this several times. Link to comment Share on other sites More sharing options...
Pierre ZFP Posted November 4, 2008 Share Posted November 4, 2008 Actually 'F5' will only refresh from a local cache somewhere along the chain. To force a refresh from the server, press 'Ctrl F5' Link to comment Share on other sites More sharing options...
Pads Posted November 4, 2008 Author Share Posted November 4, 2008 [quote user="Clair"]I have no problems accessing My forums. Does this link work for you?[/quote]No it dosent ... it goes to the page I put on already , it does this every time now for the last 2 days , and I have tried the refresh button to[:(] Link to comment Share on other sites More sharing options...
jxedwards Posted November 6, 2008 Share Posted November 6, 2008 I have been having the same issue whilst trying to access the 'Sports, Leaisure and pastimes' section of the forum.Tried F5 refresh etc but still cannot access this particular section.As a simple minded engineer if several of us are having issues then tis a good chance the problem is at the 'forum/admin' end.John Link to comment Share on other sites More sharing options...
Baz Posted November 6, 2008 Share Posted November 6, 2008 Like other posters when I use My Forum button I get the server error notice. Baz Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.