I can no longer access any of the tabs on the monitors edit page.
I get Uncaught TypeError: Cannot set property 'value' of undefined
at HTMLAnchorElement.submitTab
It seems to be complaining about skins_classic_js_skin-base-1598570831.js line 469:
function submitTab(evt) {
var tab = this.getAttribute("data-tab-name");
var form = $('contentForm');
form.action.value = "";
form.tab.value = tab; <------------------------ This line has an x by it
form.submit();
evt.preventDefault();
}
I have tried to clear cache and remove all cached files.
TIA
Daz
Problems after upgrade v1.35.6
- knight-of-ni
- Posts: 2406
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: Problems after upgrade v1.35.6
Already reported here and fixed:
viewtopic.php?f=42&t=29900
viewtopic.php?f=42&t=29900
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
All of these can be found at https://zoneminder.blogspot.com/
-
- Posts: 4
- Joined: Sat Apr 04, 2020 9:12 am
Re: Problems after upgrade v1.35.6
Thank you working perfectly now 
