image
image

Go Back   macosx.com > Mac Help Forums > Mac OS X System & Mac Software

Reply
 
Thread Tools
  #1  
Old March 23rd, 2007, 09:46 PM
Registered User
 
Join Date: Feb 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
robian is on a distinguished road
Strange Safari/MySpace Error

My son is unable to log on to MySpace with Safari (although Firefox works just fine)... Just curious about what you guys think it might be. (he's running 10.4.8 w/ the latest version of Safari)

Here's the 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>
Reply With Quote
  #2  
Old March 24th, 2007, 04:52 AM
Registered User
 
Join Date: Sep 2005
Location: Australia
Posts: 771
Thanks: 0
Thanked 0 Times in 0 Posts
Thank The Cheese is on a distinguished road
sounds like a poorly coded page...which is not uncommon for a MySpace page!

I presume this error message appeared in the browser as a webpage, and not in a normal Mac error message box with an OK button? I ask because if the error was inside an error dialog box it is morelikely to be a safari problem (though still not necessarily), whereas if the error appeared inside safari it points to a problem on their end.

Of course, ordinarily a server-side problem would still exist no matter what browser you are using, but I wonder if the site is using some kind of client-side script to send information to a server-side handler, which Safari is not doing.

MySpace pages are often loaded with JavaScript and other elements that can cause problems. Try turning off things like JavaScript, Java and plug-ins (such as Flash) and load the page to narrow down the problem. If you diable JavaScript and the page loads, then you know what the problem is. You can change these settings by going to Safari > Preferences, then clicking on the Security tab
__________________
Podwatch: Podcast Reviews: Blog | Podcast

iPhone: 8GB, 1.1.3, Unlocked | MacBook Pro: 2Ghz CoreDuo, 2GB RAM, OS X 10.5.2 | Apple TV: 160GB
Reply With Quote
  #3  
Old March 24th, 2007, 05:19 AM
Registered User
 
Join Date: Feb 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
robian is on a distinguished road
Yes... the message appears in the browser as a webpage... disabling Java and plug-ins etc, does not help. This, BTW, affects only one of our three computers... the others are able to log on to MySpace using Safari. Someone else, however, reported the identical prob w/ Safari on the MySpace forum, so it's not just my son's computer. Pretty strange...
Reply With Quote
  #4  
Old March 24th, 2007, 12:06 PM
Eleni Tsirogiannis
 
Join Date: Mar 2007
Location: Belgium
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Elenitsiro is on a distinguished road
myspace isnt working " runtime error

I am having exactly the same problem safari is working fine but I can't seem to get onto myspace If you find out what the problem is you please let my know


Quote:
Originally Posted by robian View Post
My son is unable to log on to MySpace with Safari (although Firefox works just fine)... Just curious about what you guys think it might be. (he's running 10.4.8 w/ the latest version of Safari)



Here's the 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>
Reply With Quote
  #5  
Old March 26th, 2007, 12:42 PM
Registered User
 
Join Date: Feb 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
robian is on a distinguished road
Anybody else?

Anybody else have any ideas about this? I've now heard of at least six or eight folks who are having this identical problem. (one person actually reported that she's having it on Firefox as well...)
Reply With Quote
  #6  
Old March 26th, 2007, 03:56 PM
nixgeek's Avatar
Mac of the SubGenius! :-)
 
Join Date: Jan 2004
Location: Miami, FL
Posts: 7,686
Thanks: 17
Thanked 95 Times in 79 Posts
nixgeek has a spectacular aura aboutnixgeek has a spectacular aura aboutnixgeek has a spectacular aura about
I haven't had any of these problems on my iMac G5 (512 MB RAM, 10.4.9, Firefox 2.0.0.3). I will try with Safari.

I have noticed that at certain times during the day, MySpace starts to hiccup really badly. Sometimes the page won't load up at all, and other times it just partially loads. I notice that I'm usually getting the "Myspace has experienced an error" message and sometimes have problems logging in (yes, i've checked the URL to make sure it wasn't a phishing address). I figure that if your mac browser is working on everything else but not on MySpace, the issue might be with MySpace (remember that it's catered more towards Windows/IE users than anyone else. It's not very friendly with browsers that adhere to web standards).
__________________
Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.4.11
Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1
Apple PowerBook Duo 230 (33 MHz MC68030) - System 7.1
"JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 12.1
"Kidbuntu" (2.8 GHz Celeron D 335) - Ubuntu 8.04
Reply With Quote
  #7  
Old March 27th, 2007, 09:04 PM
Registered User
 
Join Date: Feb 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
robian is on a distinguished road
Solution

This turns out to be some sort of conflict caused by a cookie that interacts incorrectly with one of the newer MySpace code updates. The solution is to Remove All cookies. Then Safari works again as it should.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -5. The time now is 04:16 PM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.