Hello, Michael.

>>> This error which has been presented 16 times is always the same. And
>>> apparently does not occur when I'm doing something specific, but on the
>>> automatic updates of the information presented in the web interface.
>>>
>>> ------------------------------------------------------------------------
>>> The following 16 error(s) occured, sorry for that:
>>>
>>> Message: TypeError: dom is undefined
>>> File: http://10.1.0.37/icinga-web/modules/appkit/squishloader/javascript
>>> Line: 2534
>>> Occured: 15/9/2014 12:08:09
>>> Comment: No comment
>>> ------------------------------------------------------------------------
>>>
>>>
>>> Please let me know if you need any additional information.

>> Anything on the browser's dev console with additional details?

> Do you mean to the Firebug console on Iceweasel/Firefox? I left opened
> the Firebug Console in the "Errors" tab to see if something comes up
> when the error occurs again.

>> Which version of Icinga Web, distribution/version and how installed?

> The installation was made ​​using snapshots of packages.icinga.org on
> Debian GNU/Linux Wheezy 7.6.
>
> Icinga Web version: 1.11.2~icingasnap201408210748.6f5a430~wheezy-0

To add more information to this thread, I could say that I configured
Firebug with the option to interrupt on all errors. Below the code
section shown by Firebug when the error occurs:

  2531 | var me = this,
  2532 | dom = me.dom,
  2533 | hidden = Ext.isIE9m && me.isStyle('display', 'none'),
> 2534 | w = MATH.max(dom.offsetWidth, hidden ? 0 : dom.clientWidth) || 0;
  2535 | w = !contentWidth ? w : w - me.getBorderWidth("lr") -
me.getPadding("lr");
  2536 | return w < 0 ? 0 : w;
  2537 | },


Best regards,
Daniel
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to