• Resolved C0BALT

    (@c0balt)


    Try this one more time…
    I’m not sure why it’s showing up blank.

    When I have firebug enabled, I get streaming errors from this plugin. That is, if the page sits there, the error count increases by around 60 errors per second.

    -The rate of errors increases if I have multiple windows or tabs open to the same site.

    -I’m not much of a programmer, and if there is anything else you want for help or feedback let me know.

    This is an example of the errors I get.

    stringmonth is not defined
    [Break On This Error] var month = stringmonth[month1].substr...nth[month1].substr(1).toLowerCase();
    easy-t...r=2.6.1 (line 388)
    item is not defined
    [Break On This Error] for (el in local1month) { setInterval('local1month_update('+el+')', 1000); }
    easy-t...r=2.6.1 (line 566)
    namedItem is not defined
    [Break On This Error] for (el in local1month) { setInterval('local1month_update('+el+')', 1000); }
    easy-t...r=2.6.1 (line 566)
    stringmonth is not defined
    [Break On This Error] var month = stringmonth[month1].substr...nth[month1].substr(1).toLowerCase();
    easy-t...r=2.6.1 (line 388)
    item is not defined
    [Break On This Error] for (el in local2month) { setInterval('local2month_update('+el+')', 1000); }
    easy-t...r=2.6.1 (line 568)
    namedItem is not defined
    [Break On This Error] for (el in local2month) { setInterval('local2month_update('+el+')', 1000); }
    easy-t...r=2.6.1 (line 568)
    stringmonth is not defined
    [Break On This Error] var month = stringmonth[month1].substr...nth[month1].substr(1).toLowerCase();
    easy-t...r=2.6.1 (line 388)
    item is not defined
    [Break On This Error] for (el in locallowermonth) { setInter...lowermonth_update('+el+')', 1000); }
    easy-t...r=2.6.1 (line 570)
    namedItem is not defined
    [Break On This Error] for (el in locallowermonth) { setInter...lowermonth_update('+el+')', 1000); }
    easy-t...r=2.6.1 (line 570)
    stringmonth is not defined
    [Break On This Error] var month = stringmonth[month1].substr...nth[month1].substr(1).toLowerCase();
    easy-t...r=2.6.1 (line 388)
    item is not defined
    [Break On This Error] for (el in localuppermonth) { setInter...uppermonth_update('+el+')', 1000); }
    easy-t...r=2.6.1 (line 572)
    namedItem is not defined
    [Break On This Error] for (el in localuppermonth) { setInter...uppermonth_update('+el+')', 1000); }
    easy-t...r=2.6.1 (line 572)
    local1monthday[el] is undefined
    [Break On This Error] local1monthday[el].innerHTML = localmonthday_update('1'); }
    easy-t...r=2.6.1 (line 430)
    item is not defined
    [Break On This Error] for (el in local1monthday) { setInterv...l1monthday_update('+el+')', 1000); }
    easy-t...r=2.6.1 (line 574)
    namedItem is not defined
    [Break On This Error] for (el in local1monthday) { setInterv...l1monthday_update('+el+')', 1000); }
    easy-t...r=2.6.1 (line 574)
    local2monthday[el] is undefined
    [Break On This Error] local2monthday[el].innerHTML = localmonthday_update('2'); }
    easy-t...r=2.6.1 (line 433)
    item is not defined
    [Break On This Error] for (el in local2monthday) { setInterv...l2monthday_update('+el+')', 1000); }
    easy-t...r=2.6.1 (line 576)
    namedItem is not defined
    [Break On This Error] for (el in local2monthday) { setInterv...l2monthday_update('+el+')', 1000); }
    easy-t...r=2.6.1 (line 576)
    stringweekday is not defined
    [Break On This Error] var weekday = stringweekday[weekday1]....y[weekday1].substr(1).toLowerCase();
    easy-t...r=2.6.1 (line 439)
    item is not defined
    [Break On This Error] for (el in localweekday) { setInterval...ultweekday_update('+el+')', 1000); }
    easy-t...r=2.6.1 (line 578)
    namedItem is not defined
    [Break On This Error] for (el in localweekday) { setInterval...ultweekday_update('+el+')', 1000); }
    easy-t...r=2.6.1 (line 578)
    stringweekday is not defined
    [Break On This Error] var weekday = stringweekday[weekday1]....y[weekday1].substr(1).toLowerCase();
    easy-t...r=2.6.1 (line 439)
    item is not defined

    http://wordpress.org/extend/plugins/easy-timer/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Easy Timer] firebug measures over 50 errors a second’ is closed to new replies.