Title: [Plugin: Easy Timer] firebug measures over 50 errors a second
Last modified: August 20, 2016

---

# [Plugin: Easy Timer] firebug measures over 50 errors a second

 *  Resolved [C0BALT](https://wordpress.org/support/users/c0balt/)
 * (@c0balt)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-easy-timer-firebug-measures-over-50-errors-a-second-2/)
 * 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/](http://wordpress.org/extend/plugins/easy-timer/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [sylwiaofwarsaw](https://wordpress.org/support/users/sylwiaofwarsaw/)
 * (@sylwiaofwarsaw)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-easy-timer-firebug-measures-over-50-errors-a-second-2/#post-2165959)
 * I had the same issue, but to make it worse I had a problem with it on a site (
   one in a network) where the plugin was never activated, so theoretically it shouldn’t
   even be there.
 *  Thread Starter [C0BALT](https://wordpress.org/support/users/c0balt/)
 * (@c0balt)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-easy-timer-firebug-measures-over-50-errors-a-second-2/#post-2165961)
 * What I have noticed is that this issue happens if any page in any browser window
   on the computer with easy-timer is running.
 *  Plugin Author [Kleor](https://wordpress.org/support/users/kleor/)
 * (@kleor)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-easy-timer-firebug-measures-over-50-errors-a-second-2/#post-2165963)
 * I have fixed this bug:
 * [Download the latest version of Easy Timer](https://wordpress.org/extend/plugins/easy-timer/?output_format=md)
 *  Thread Starter [C0BALT](https://wordpress.org/support/users/c0balt/)
 * (@c0balt)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-easy-timer-firebug-measures-over-50-errors-a-second-2/#post-2165964)
 * Thank-you for the fix, and very quick!

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.

 * ![](https://ps.w.org/easy-timer/assets/icon-256x256.png?rev=3396661)
 * [Easy Timer](https://wordpress.org/plugins/easy-timer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-timer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-timer/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-timer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-timer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-timer/reviews/)

## Tags

 * [firebug](https://wordpress.org/support/topic-tag/firebug/)

 * 4 replies
 * 3 participants
 * Last reply from: [C0BALT](https://wordpress.org/support/users/c0balt/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-easy-timer-firebug-measures-over-50-errors-a-second-2/#post-2165964)
 * Status: resolved