BuzzerBeater Forums

Bugs, bugs, bugs > Sort players

Sort players

Set priority
Show messages by
This Post:
00
54057.1
Date: 10/17/2008 5:40:27 AM
Overall Posts Rated:
33
The past few weeks, I often get the following error message when I sort my players by for example DMI. Is this a known issue?

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>

This Post:
00
54057.2 in reply to 54057.1
Date: 10/17/2008 10:26:02 AM
Overall Posts Rated:
303303
That occurs (most of the time) when you try to sort before the roster page has fully loaded.

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
54057.3 in reply to 54057.2
Date: 10/17/2008 10:33:29 AM
Overall Posts Rated:
3737
That occurs (most of the time) when you try to sort before the roster page has fully loaded.


Which doesn't excuse it, of course. I think it's fair to call requiring a full load of the roster before sorting will work bad design. The frequency of reports about it bear that out.