Jump to content

my forums button


Pads
 Share

Recommended Posts

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) +6490



Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727

Link to comment
Share on other sites

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...