My site stopped loading in IE?

KaganKagan Registered Users Posts: 196 Major grins
edited April 19, 2009 in SmugMug Support
My site stopped working on IE? Its loading on firefox, but I cant even get to the site through IE. Any ideas? I added one thing to the footer last night but when it stopped working I deleted it through Firefox. Any help would be appreciated.

The part I was working on was a custom footer if that helps at all. and I am using IE 8
Kagan

Comments

  • rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited April 19, 2009
    There seems to be one or more javascript errors in your code. I couldn't pin it down. Hopefully, our customization experts will find the issue.

    Still, your homepage loaded in IE6 for me.

    Sebastian
    Sebastian
    SmugMug Support Hero
  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited April 19, 2009
    The first javascript error I see is this one. In your vanityTable, remove the trailing comma after the last line:
    var vanityTable = 
    
     {
         guestbook : "http://hammonds.smugmug.com/gallery/7790611_dHVfp",
         aboutme : "http://hammonds.smugmug.com/gallery/7795196_kNsC7"[COLOR=red],[/COLOR]
     };
    
    Fix this one and we'll see if there are more.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • KaganKagan Registered Users Posts: 196 Major grins
    edited April 19, 2009
    jfriend wrote:
    The first javascript error I see is this one. In your vanityTable, remove the trailing comma after the last line:
    var vanityTable = 
     
     {
         guestbook : "http://hammonds.smugmug.com/gallery/7790611_dHVfp",
         aboutme : "http://hammonds.smugmug.com/gallery/7795196_kNsC7"[COLOR=red],[/COLOR]
     };
    
    Fix this one and we'll see if there are more.

    John I actually dont show a comma there, even after I cleared the cache and took another look. And the other odd thing. I havent touched the javascript at all in weeks. So it might very well be giving me an error but it shouldnt be what crashed me. Not sure. May be something on this pc is as well. Not sure if I got a bug giving me trouble. But I can connect to any other site(including other smuggers)Im open to all suggestions. Thanks for your help on this. Also I did notice I can get to my control panel directly as well if that makes some difference.
    Kagan
  • KaganKagan Registered Users Posts: 196 Major grins
    edited April 19, 2009
    Crisis averted
    I went back again to that footer change and double checked to see if I had deleted the code I tried. I had but here was the problem. I had left several spaces at the beginning of it. I didnt realize that in that context they would be bad. Anyway removed those and it worked just fine and dandy. John and Sebastian thank you for looking.
    wings.gif
    Kagan
  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited April 19, 2009
    Kagan wrote:
    I went back again to that footer change and double checked to see if I had deleted the code I tried. I had but here was the problem. I had left several spaces at the beginning of it. I didnt realize that in that context they would be bad. Anyway removed those and it worked just fine and dandy. John and Sebastian thank you for looking.
    wings.gif
    The errors in IE7 are gone now for me. Is everything working good for you now?
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
Sign In or Register to comment.