Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s a javascript error message. In IE there’s actually a place to set it so you don’t get those: in Tools/internet options/advanced, in Browsing, deselect the checkbox next to Display a notification about every script error.

    Should fix it.

    Thread Starter freshpolitics

    (@freshpolitics)

    Yeah, it’s not the getting of the error that worries me. It’s my site, so I’m worried about the error itself, and how to correct.

    The JS console in FF gives this:

    Error: syntax error

    Source File: javascript: https://eplurib.us/ on Line 1

    if that’s any help. Just looked at your js, if the error is on line 1, it about has to be in the commenting out of the file attribution, title etc. Maybe use a different form of commenting out? Hash marks maybe? I’m not much good with code, js is really beyond me….

    Thread Starter freshpolitics

    (@freshpolitics)

    Thanks vkaryl – tried, but that doesn’t seem to be it. It’s telling me line 3, character 2… these are the first few lines:

    <html>
    <head><title>e plurib.us unum</title>
    <?php require(‘./wp-blog-header.php’); ?>
    <link rel=”stylesheet” type=”text/css” href=”/taylor/style.css” />

    So that doesn’t work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error troubles’ is closed to new replies.