BuzzerBeater Forums

Bugs, bugs, bugs > help me-runtime error

help me-runtime error (thread closed)

Set priority
Show messages by
From: medalon
This Post:
00
7645.1
Date: 11/19/2007 2:12:10 PM
Overall Posts Rated:
11
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>

that i see always when i want to connect to BB :[ Help me please

This Post:
00
7645.2 in reply to 7645.1
Date: 11/19/2007 3:34:18 PM
1986 Celtics
IV.30
Overall Posts Rated:
88
how did you send this message then?

From: medalon
This Post:
00
7645.3 in reply to 7645.2
Date: 11/19/2007 4:09:41 PM
Overall Posts Rated:
11
on IE...but when i want to sen message to some of BB-mans i can't...and with mozilla firefox i can't connect to BB but with IE it go good...I want to surf on BB with mozilla no IE :[

Edited by medalon (19. 11. 2007 16:09:58 CET)

Last edited by medalon at 11/19/2007 4:09:58 PM

This Post:
00
7645.4 in reply to 7645.3
Date: 11/19/2007 7:24:07 PM
1986 Celtics
IV.30
Overall Posts Rated:
88
this is probably something specific the the language setting you are using.. what language do you have running? you can try to switch it to english and see if that fixes the issue, and let us know so we can look into the malfunctioning language.

From: medalon
This Post:
00
7645.5 in reply to 7645.4
Date: 11/19/2007 8:37:57 PM
Overall Posts Rated:
11
I'm using Slovakia language so i try it to change to english and then try to connect to BB with mozilla

From: medalon
This Post:
00
7645.6 in reply to 7645.4
Date: 11/19/2007 8:39:53 PM
Overall Posts Rated:
11
ach it doesn't go...i change language to english but it doesn't go :[

From: mnog
This Post:
00
7645.7 in reply to 7645.1
Date: 11/20/2007 3:40:09 PM
Overall Posts Rated:
00
i have this problem too, when i change order for any matches. Help me, please

From: medalon

To: mnog
This Post:
00
7645.8 in reply to 7645.7
Date: 11/20/2007 3:41:56 PM
Overall Posts Rated:
11
hm you can try to use IE or Mozilla...but i think any BB can answer to us problem...:]

From: Sascha

This Post:
00
7645.9 in reply to 7645.8
Date: 11/20/2007 10:59:49 PM
Overall Posts Rated:
11
I've looked into your situation, and can't seem to figure out what's causing this, medalon. I suggest that you clear your Firefox cache and see if the problems remain.

From: medalon

This Post:
00
7645.10 in reply to 7645.9
Date: 11/21/2007 7:53:50 AM
Overall Posts Rated:
11
how i can clear cache my firefox?sorry im totally noob in this things :D

This Post:
00
7645.11 in reply to 7645.10
Date: 11/21/2007 11:57:38 AM
Overall Posts Rated:
77
how i can clear cache my firefox?sorry im totally noob in this things


Tools -> Options

Choose Privacy from the options at the top.

At the bottom of the panel, under the option "Private Data" click "Clear Now".
There you can choose which items you want to remove before clicking "Clear Private Data Now"

I suggest you clear cookies and cache.


The runtime error is strange because it's produced on the server and should be browser independent.