Page 1 of 1

Any suggestion on what these errors are?

Posted: Mon Apr 06, 2020 3:50 am
by homebrewdude
2020-04-05 23:45:32 web_js 24949 ERR undefined - logReport() ?view=log
2020-04-05 23:45:32 web_js 24949 ERR TypeError: rows[0] is undefinedundefined zm/cache/skins_classic_views_js_log-base-1585659552.js 179
2020-04-05 23:45:32 web_js 24949 ERR undefined - logReport() ?view=log
2020-04-05 23:45:32 web_js 24949 ERR TypeError: rows[0] is undefinedundefined zm/cache/skins_classic_views_js_log-base-1585659552.js 179
2020-04-05 23:45:32 web_js 24949 ERR undefined - logReport() ?view=log
2020-04-05 23:45:32 web_js 24949 ERR TypeError: rows[0] is undefinedundefined zm/cache/skins_classic_views_js_log-base-1585659552.js 179

Re: Any suggestion on what these errors are?

Posted: Mon Apr 06, 2020 4:19 pm
by iconnor
I think this happens when there are no rows in the html table. We grab all the tr elements but don't check the length of the returned array.

I have pushed a fix to master.