Shop OBEX P1 Docs P2 Docs Learn Events
Runtime Error — Parallax Forums

Runtime Error

SRLMSRLM Posts: 5,045
edited 2009-08-20 14:40 in General Discussion
In the bottom menu system, when I click on the "Show Active Threads" link, it gives the following error. Just thought I'd bring it to your attention. No reply needed.



Server Error in '/' Application.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Runtime Error

[font=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ]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".

attachment.php?attachmentid=73790
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.

attachment.php?attachmentid=73791
[/font]
316 x 143 - 3K
620 x 143 - 4K

Comments

  • WBA ConsultingWBA Consulting Posts: 2,935
    edited 2009-05-05 00:22
    I am still getting this same error from time to time, however, it only seems to happen with FireFox. IE6 works fine. I guess I finally found a need for IE (at least until this gets fixed........)

    PM me if other details are needed to address this error.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Andrew Williams
    WBA Consulting
    IT / Web / PCB / Audio
  • WBA ConsultingWBA Consulting Posts: 2,935
    edited 2009-05-19 00:23
    Just as an update. The active thread link has been working fine for about a week in FireFox.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Andrew Williams
    WBA Consulting
    IT / Web / PCB / Audio
  • WBA ConsultingWBA Consulting Posts: 2,935
    edited 2009-05-19 16:53
    Interesting. I got the error again today, so I guess it is not fixed. But, I did find some more details to help with looking for a fix. Somehow, I noticed it didn't occur when I first got onto the forums, but it did after I logged in. I logged out and sure enough, the active threads linked worked instantly. Logged back in, didn't work. I doublechecked in IE and it gets the error message if logged in as well.

    Seems to be an issue only when you are logged in.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Andrew Williams
    WBA Consulting
    IT / Web / PCB / Audio
  • tatertater Posts: 13
    edited 2009-08-20 01:36
    still get the error, in IE8

    Server Error in '/' 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>
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2009-08-20 14:40
    Hello, we are aware of some stability issues with this software. Unfortunately the authors of the software are no longer providing support for it so there may be some issues we cannot quickly overcome. We apologize for any inconvenience this may cause. Take care.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Engineering
Sign In or Register to comment.