Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Phill Moderator
    #138274

    In IE7 I am getting the following error.

    Line 6
    Char 1913
    Error.’J.parentNode’ is null or not an object
    Code: 0

    URL http://www.windsurf.me.uk

    Any ideas?

    cjmicro Friend
    #292234

    FWIW it opens in IE7 ok for me.

    Cheryl

    Phill Moderator
    #292237

    It opens but there is the above error on page in the status bar. I know it is not much to worry about but I am a fussy bugger.

    Thanks for looking

    scotty Friend
    #292246

    I can’t recreate the error here but I know this is sometimes caused by two versions of swfobject.js being loaded. In this case by Highslide and AVReloaded.

    So lets try removing one of them.

    Backup first!

    Open /plugins/content/ja_highslide.php and find on line 77…
    [php] $hs_base = JURI::base().’plugins/content’;
    $headtag = array();
    $headtag[] = ‘<link rel=”stylesheet” href=”‘.$hs_base.’/highslide/highslide-styles.css” type=”text/css” />’;
    $headtag[] = “<script type=’text/javascript’ src='”.$hs_base.”/highslide/highslide-full.packed.js’></script>”;
    $headtag[] = “<script type=’text/javascript’>//<!]></script>”;
    //$headtag[] = “<script type=’text/javascript’ src='”.$hs_base.”/highslide/swfobject.js’></script>”;
    $headtag[] = “<script type=’text/javascript’ src='”.$hs_base.”/highslide/do_cookie.js’></script>”;[/php]and change to…
    [php] $hs_base = JURI::base().’plugins/content’;
    $headtag = array();
    $headtag[] = ‘<link rel=”stylesheet” href=”‘.$hs_base.’/highslide/highslide-styles.css” type=”text/css” />’;
    $headtag[] = “<script type=’text/javascript’ src='”.$hs_base.”/highslide/highslide-full.packed.js’></script>”;
    //$headtag[] = “<script type=’text/javascript’>//<!]></script>”;
    //$headtag[] = “<script type=’text/javascript’ src='”.$hs_base.”/highslide/swfobject.js’></script>”;
    $headtag[] = “<script type=’text/javascript’ src='”.$hs_base.”/highslide/do_cookie.js’></script>”;[/php]

    let me know how you get on?

    Phill Moderator
    #292250

    Absolutely spot on. Much appreciated.

    scotty Friend
    #292251

    Ahh good. Wasn’t too difficult. 😛

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  scotty 15 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum