• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

AT Errors

Normally i dont have errors or problems with the forums but this just started and wont stop.

Server Error in '/' Application.
Cannot find table 0.
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.IndexOutOfRangeException: Cannot find table 0.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[IndexOutOfRangeException: Cannot find table 0.]
System.Data.DataTableCollection.get_Item(Int32 index) +79
FuseTalk.API.GetForumSettings(Int32 ForumID) +414
FuseTalk.API.GetForumByID(Int32 ForumID) +269
FuseTalkNet.Forum.Initialize() +182
FuseTalkNet.Forum.Page_Load(Object sender, EventArgs e) +1161
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750


Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

Not sure what it is. Im on Adelphia Cable and am running Firefox Optimized (Blue Fyre build)

-Kevin
 
Oh... so would them upgrading the servers do it or is it a problem internet based (ie limitations of connection speed on their end)?

-Kevin
 
russian, there are no speed problems what so ever, I'd check your own route to the network. Avg Page execution is sub 40ms, fast enough.
 
Originally posted by: Jason Clark
russian, there are no speed problems what so ever, I'd check your own route to the network. Avg Page execution is sub 40ms, fast enough.

oh well.🙂 I rememebered the last error messages AT had been getting and thought that these errors were one and the same. Then again, i'm not even a webmaster.😱🙁
 
Just got the same problem with Mozilla 1.7.5 and XP Pro.

Server Error in '/' Application.
Cannot find table 0.
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.IndexOutOfRangeException: Cannot find table 0.

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:

[IndexOutOfRangeException: Cannot find table 0.]
System.Data.DataTableCollection.get_Item(Int32 index) +79
FuseTalk.API.CountArcMessages(Int32 CategoryID, Int32 ForumID) +421
_ASP.categoryoutput_ascx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) +3171
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
_ASP.categorydisplay_ascx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) +1275
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
ASP.default_ascx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) +4449
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +72
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Page.ProcessRequestMain() +1926


Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

About 3 times now in last 25 minutes.
 
Problem here too. I can get to the forums another way though by going to www.anandtech.com and going to latest forum posts or something like that. Can't get there directily.

Using latest version of Firefox. LAN internet connection at school. I believe it's cable.
 
Back
Top