test
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Danny Hoang Friend
    #148766

    Hi guys,
    Please tell me what is the problem for IE8… (attachment) 6982

    Thanks.


    1. IE_Problem
    kryptos Friend
    #333028

    I also have problems with my site in IE8.
    I have updated template and all modules, but I have never seen my site worked OK in IE8.

    this is the error that i get in IE:

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Thu, 18 Feb 2010 19:00:41 UTC

    Message: Unterminated string constant
    Line: 513
    Char: 71
    Code: 0

    Message: Unterminated string constant
    Line: 523
    Char: 50
    Code: 0

    Message: Unterminated string constant
    Line: 530
    Char: 24
    Code: 0

    Saguaros Moderator
    #333926

    Dear guy

    Can you pls give me the link to your site, beacause i have not any sites having problem same as your site, so that i can not get you the solution in this time.

    Thanks

    kimberley Friend
    #334061

    i have also the same problem below u can see the error i get from error console

    <blockquote>
    <script language=’JavaScript’ type=’text/javascript’>
    <!–
    var prefix = ‘mailto:’;
    var suffix = ”;
    var attribs = ”;
    var path = ‘hr’ + ‘ef’ + ‘=’;
    var addy34173 = ‘leif.ty’ + ‘@’;
    addy34173 = addy34173 + ‘utbildning’ + ‘.’ + ‘stockholm’ + ‘.’ + ‘se’;
    document.write( ‘<a ‘ + path + ”’ + prefix + addy34173 + suffix + ”’ + attribs + ‘>
    ‘ );
    document.write( addy34173 );
    document.write( ‘
    </a>
    ‘ );
    //–>
    </script>
    <script language=’JavaScript’ type=’text/javascript’>
    <!–
    document.write( ‘<span style=’display: none;’>
    ‘ );
    //–>
    </script>
    Den hä…
    <script language=’JavaScript’ type=’text/javascript’>
    <!–
    document.write( ‘</’ );
    document.write( ‘span>
    ‘ );
    //–>
    </script>

    </blockquote>

    and this

    <blockquote>
    <script language=’JavaScript’ type=’text/javascript’>
    <!–
    var prefix = ‘mailto:’;
    var suffix = ”;
    var attribs = ”;
    var path = ‘hr’ + ‘ef’ + ‘=’;
    var addy23314 = ‘lena.fl’ + ‘@’;
    addy23314 = addy23314 + ‘utbildning’ + ‘.’ + ‘stockholm’ + ‘.’ + ‘se’;
    document.write( ‘<a ‘ + path + ”’ + prefix + addy23314 + suffix + ”’ + attribs + ‘>
    ‘ );
    document.write( addy23314 );
    document.write( ‘
    </a>
    ‘ );
    //–>
    </script>
    <script language=’JavaScript’ type=’text/javascript’>
    <!–
    document.write( ‘<span style=’display: none;’>
    ‘ );
    //–>

    </script>
    <script language=’JavaScript’ type=’text/javascript’>
    <!–
    document.write( ‘</’ );
    document.write( ‘span>
    ‘ );
    //–>
    </script>

    </blockquote>

    and this

    <blockquote>
    <script language=’JavaScript’ type=’text/javascript’>
    <!–
    var prefix = ‘mailto:’;
    var suffix = ”;
    var attribs = ”;
    var path = ‘hr’ + ‘ef’ + ‘=’;
    var addy7190 = ‘lena.fl’ + ‘@’;
    addy7190 = addy7190 + ‘utbildning’ + ‘.’ + ‘stockholm’ + ‘.’ + ‘se’;
    document.write( ‘<a ‘ + path + ”’ + prefix + addy7190 + suffix + ”’ + attribs + ‘>
    ‘ );
    document.write( addy7190 );
    document.write( ‘
    </a>
    ‘ );
    //–>
    </script>
    <script language=’JavaScript’ type=’text/javascript’>
    <!–
    document.write( ‘<span style=’display: none;’>
    ‘ );
    //–>

    </script>
    <script language=’JavaScript’ type=’text/javascript’>
    <!–
    document.write( ‘</’ );
    document.write( ‘span>
    ‘ );
    //–>
    </script>

    </blockquote>

    James Weston Friend
    #334236

    Hi Guys has anyone found a simple solution. My site is almost finished and all appeared well. Then i sent a link to a client overseas and he said all he sees is the top menu and banner as he is using IE8 and he gets the following message on his screen:

    HTML Parsing Error: Unable to modify the parent container element before the child element closed (KB928917)
    Line:0
    Char:0
    Code:0
    URL: http//vivaasiamagazine.com

    Saguaros Moderator
    #334284

    Dear origomedia!

    This is a difficult bug, you must to give us the ftp account and administrator account. we ‘ll debug and try to give you the solution

    Pls send the information via pm or ticket
    Thanks

    kimberley Friend
    #334350

    hello, what about my bug?

    kryptos Friend
    #334409

    I’ve solved my problem with IE8, but I’m not sure that the issue will not show again… I turned off one FB module (the one with FB friends) and now I my site works OK on IE.
    I tried to turn off some other modules and plugins to find out which one make a conflict, and it was JA user settings plugin.
    I left this plugin, and turned off FB module, and now it seems ok, but …

    kimberley Friend
    #334432

    hello Kryptos,

    What is FB module? what is it called exactly in module manager?

    kryptos Friend
    #334435

    Hello

    It is FaceBook funbox module, it is not included with Teline III demo/quickstart.
    I also have to turn off my Wibiya toolbar as well. After I turn off JA User Settings plugin, my site worked Ok with both modules.

    Saguaros Moderator
    #334564

    Dear guys!

    The main reason is causing this issue:<blockquote> HTML Parsing Error: Unable to modify the parent container element before the child element closed (KB928917)</blockquote>

    Two ( or more than )javascript script processes are accessing and modifying a element of DOM together in while DOM Load.

    To fix this issue: you view HTML source and try to find all suspicious javascript code and they are from which extensions ?. we ‘ll put them inside the following bock:

    window.addEvent(‘domready’, function(){
    // PUT suspicious javascript code in HERE
    });

    And try to find:

    window.addEvent(‘load’, function()

    >>> replace:

    window.addEvent(‘domready’, function()

    If this issue is not fixed, you must to public and un-public module by module to find modules causing this and you ‘ll turn off them
    Good luck

    James Weston Friend
    #334663

    Actually I didn’t try this. I turned of the banner module I had at the top of the page that include a .swf banner and now it all works?

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

This topic contains 12 replies, has 5 voices, and was last updated by  James Weston 14 years, 9 months ago.

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