Not signed in (Sign In)

Categories

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

RecentTags

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

This discussion has been inactive for longer than 90 days, and is thus closed.
    • CommentAuthorbrewster
    • CommentTimeOct 11th 2006
     permalink
    Hi, I'm a new user of SemiologicPro. I've put up 4 blogs, and all have an error on loading in IE. Appears to be a syntax error. Can anyone tell me how to get rid of the error?
    Example blog at http://www.the-mortgage-blog.co.uk
    Comments/Suggestions on my blog layout would be welcomed

    Tony
    •  
      CommentAuthorJeff
    • CommentTimeOct 11th 2006
     permalinkBuy a Drink
    Tony,

    I viewed your blog in IE (and FF) and all was fine, clicked around all over and never had a problem.

    sminc
    • CommentAuthorbrewster
    • CommentTimeOct 11th 2006
     permalink
    Hi sminc - thanks for taking a look, I don't have any problems navigating my blog, I do get a little yellow warning triangle in the bottom lefet of my screen in IE. Usually there is just an IE logo there. If I click on the triangle i get the following info:
    Line 251
    char 1
    Error: syntax error
    Code 0
    url: http://www.the-mortgage-blog.co.uk

    Might be something and nothing, but if I'd like to get rid of the error if possible

    Tony
    • CommentAuthorBuchwald
    • CommentTimeOct 11th 2006
     permalink
    I have too do with some of your plugins.

    try to activate the rest you a missing.
    •  
      CommentAuthorJeff
    • CommentTimeOct 11th 2006
     permalinkBuy a Drink
    Ah, I see, I had that bar urned off for some reason and thus did not see it, but I do now, and yes I see the error.
    • CommentAuthorDenis
    • CommentTimeOct 11th 2006 edited
     permalinkBuy a Drink

    Did you insert this code (likely causing the error)?

    <script type="text/javascript">
    <?php
    global $userdata;
    if ($userdata) {
     echo "z_user_name=\"" . $userdata->display_name . "\";\n";
     echo "z_user_email=\"" . $userdata->user_email . "\";\n";
    }
    ?>
    z_post_title="<?php the_title();?>";
    z_post_category="<?php $c=get_the_category();echo $c[0]->cat_name;?>";
    </script>
    

    Denis


This discussion has been inactive for longer than 90 days, and is thus closed.