Error on Server when trying to go to the Tarot Zone

Bug reports, feature suggestions etc...

Moderators: Programmer, WebWeaver, WillowsHeart

Post Reply
jbcj
Evaluation User
Evaluation User
Posts: 2
Joined: Sat 11 Jul, 2009 3:51 pm

Error on Server when trying to go to the Tarot Zone

Post by jbcj »

I keep getting an error on server whenever I try to go to the tarot zone. :'( I am running windows vista home premium SP2. Does anyone know what could be wrong.

Thanks
jbcj
User avatar
Programmer
Major Contributor
Major Contributor
Posts: 1725
Joined: Sat 01 Jan, 2005 12:00 am
Location: Spain
Contact:

Re: Error on Server when trying to go to the Tarot Zone

Post by Programmer »

Hi JBCJ, What is the error?
jbcj
Evaluation User
Evaluation User
Posts: 2
Joined: Sat 11 Jul, 2009 3:51 pm

Re: Error on Server when trying to go to the Tarot Zone

Post by jbcj »

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>


I copied the error it is shown below

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>
User avatar
Programmer
Major Contributor
Major Contributor
Posts: 1725
Joined: Sat 01 Jan, 2005 12:00 am
Location: Spain
Contact:

Re: Error on Server when trying to go to the Tarot Zone

Post by Programmer »

OK, that is pretty clear. I am guessing you are trying to connect to the Tarot Zone through the program, right? The latest versions of the program do not contain a built in web browser, they just launch the user's browser of choice and point it to the home page at http://www.orphalese.net.

There is no more Tarot Zone in the sense that there is anything distinct from the website. All the things that used to be there (for example being able to upload and download spreads and card data) are now available from with in the program, on various options that come off the main menu. Basically if you upgrade to the latest version you should find you have access to everything.

I am glad you pointed this out anyway. I didn't realise users were seeing this error page and it is obviously messy. I will try to dig out a copy of how the program used to be and see what URL it was trying to reach and how to fix that so it just redirects to the home page.

Cheers,
Richard
Post Reply