Jump to content
CoinPeople.com

Runtime error...


Recommended Posts

This is an error that I get when I try to go through my pages in omnicoin.

 

"runtime error"

 

----------

 

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>

 

----------

 

Is there something wrong with my end...? :ninja:

Link to comment
Share on other sites

Seems like a lot more than I thought...

 

I tried to login with another browser (since I didn't save my password there) and that error also popped out.

 

However with this browser, since I have my password logged in, I don't have this problem. But yes, the problem does exist when I try to access other pages in "my collection". :ninja:

 

Edit to add: I even seem to have trouble adding more new coin pictures ;)

 

Edit of edit: Seems like it's working now... I managed to add in the Moscow 1980 silver proof set. ;)

 

Thanks akdrv! :lol:

Link to comment
Share on other sites

  • 4 months later...
I'm getting this right now

It was the BC year :ninja: I got an error message once I hit refresh

Link to comment
Share on other sites

Yes, "-50" is the way to go at the moment. :ninja: I'll fix the validation in the next update.

Cool, -50 is not a big deal just the lack of an initial error was throwing me off :lol:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...