COMMUNITY - FORUMS - REPORT A BUG
DJ #17: Bolstering & Earn-to-Play

Error Message

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>

Detailed Description

Can't see the DJ #17, it show me a page with a runtime error message every time.

Reproduction Steps

Just click on the DJ #17 on the home page.


12/16/2016 12:05:09 AM #1

Thanks, we are looking into this. Seems like it's tied to user access levels.


12/23/2016 2:46:12 PM #2

I'm able to see it even when logged out.

https://chroniclesofelyria.com/blog/4683/DJ-17-Bolstering-EarntoPlay

Is this the link not working?


ZRO

12/23/2016 3:24:28 PM #3

I am able to see it now where I wasn't able to before.. :)


12/23/2016 3:27:25 PM #4

Working for me as well.


12/23/2016 5:02:37 PM #5

Posted By ZRO at 2:46 PM - Fri Dec 23 2016

I'm able to see it even when logged out.

https://chroniclesofelyria.com/blog/4683/DJ-17-Bolstering-EarntoPlay

Is this the link not working?

Oh sorry ZRo, the boss beat you by almost a week! Caspian sorted it..


Author of the Elyria Echo the first, and least up-to-date, CoE fan site.