BuzzerBeater Forums

Bugs, bugs, bugs > Server Error in '/BBWeb' Application

Server Error in '/BBWeb' Application

Set priority
Show messages by
From: BGcc
This Post:
00
60814.1
Date: 11/25/2008 1:53:30 PM
Overall Posts Rated:
00
Everytime I want to sort my players in something like salary or best position, I get this message:

Server Error in '/BBWeb' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

Do more people experience this?
Is there something that can be done?
Thanks
BGcc

This Post:
00
60814.2 in reply to 60814.1
Date: 11/25/2008 2:00:17 PM
Overall Posts Rated:
3737
You're probably not waiting for the entire page to load before you try to sort, which is very unfortunately necessary.

This Post:
00
60814.3 in reply to 60814.1
Date: 11/25/2008 2:54:38 PM
Overall Posts Rated:
303303
You need to let the whole page load before you can sort.

NO ONE at this table ordered a rum & Coke
Charles: Penn has some good people
A CT? Really?
Any two will do
Any three for me
Any four will score
Any five are live
This Post:
00
60814.4 in reply to 60814.3
Date: 11/26/2008 4:13:24 AM
R.C.V.S.P.
IV.23
Overall Posts Rated:
151151
Second Team:
R.C.V.S.P. II
Got the same problem nearly all the time this morning : the page never open and there is a runtime error message. That's the first time in 3 hours that I can log in

This Post:
00
60814.5 in reply to 60814.4
Date: 11/28/2008 5:11:54 AM
Overall Posts Rated:
279279
Happen to me many times, even if the page is fully loaded.

This Post:
00
60814.6 in reply to 60814.5
Date: 11/29/2008 10:14:58 AM
1986 Celtics
IV.21
Overall Posts Rated:
88
are we having issues this morning?

This Post:
00
60814.7 in reply to 60814.6
Date: 11/30/2008 6:02:06 AM
Overall Posts Rated:
279279
I dont :o

From: Helix
This Post:
00
60814.8 in reply to 60814.6
Date: 11/30/2008 10:12:18 AM
Overall Posts Rated:
00
Same thing here. Its annoying, can't look at my roster that page always comes up!

This Post:
00
60814.10 in reply to 60814.9
Date: 11/30/2008 2:39:48 PM
Overall Posts Rated:
3737
However, we have no roster page bugs in our list at the moment, so if the roster page is systematically breaking, it's a new issue. Are there more details available?


You really don't consider it a bug that the default error page comes up if you try to sort before the roster completely loads?

This Post:
00
60814.11 in reply to 60814.9
Date: 12/1/2008 7:52:09 AM
Overall Posts Rated:
00
I dont try and sort before the page fully loads. I click on the roster and that error always comes up stright away.

Also I have 5 injured players in the first week :(. Is that normal?