10.09.2011, 18:48 UTC+2

Sie sind nicht angemeldet.

JavaScript error in WuiCompressed.js

ebanks

Anfänger

Beiträge: 2

Anzahl Nagios-Server: 1

Nagios-Version(en): 3.0.6

Verteiltes Monitoring: Nein

Redundantes Monitoring: Nein

Anzahl-Hosts: 20

Anzahl Services: 5

Betriebssystem(e): Ubuntu

Plugin-Version(en): 1.4.15

NDO-Version: 1

1

16.08.2011, 17:25

JavaScript error in WuiCompressed.js

I am running Nagvis 1.5 and every time I try to upload a background image i get this error "'document.shape_add.image_file' is null or not an object" at line 1098 in WuiCompressed.js. I am assuming this is just a declaration issue but I am not sure what or where to put it. The background image still uploads but this error keeps coming up and is getting annoying.



Here is the coding from where the error is occuring.

function check_image_add() {
if(document.shape_add.image_file.value.length == 0) {
alert(printLang(lang['firstMustChoosePngImage'],''));
return false;
}



Any help would be appreciated.

LaMi

Geek

Beiträge: 3 578

Geburtstag: 22.09.

Geschlecht: Männlich

Wohnort: München

Beruf: Berater / Entwickler

Anzahl Nagios-Server: x

Nagios-Version(en): 3.2.x

Verteiltes Monitoring: Nein

Redundantes Monitoring: Nein

Anzahl-Hosts: x

Anzahl Services: x

Betriebssystem(e): SLES,CentOS,Debian

Plugin-Version(en): x

NagVis-Version: Git

NDO-Version: -

IDO-Version: -

Perfparse-Version: -

Sonstige Addon's: PNP, Check_MK, Livestatus, Multisite

2

19.08.2011, 19:02

Zitat

Nagvis 1.5


You should really update to the latest 1.5 release.

Regards,
Lars

ebanks

Anfänger

Beiträge: 2

Anzahl Nagios-Server: 1

Nagios-Version(en): 3.0.6

Verteiltes Monitoring: Nein

Redundantes Monitoring: Nein

Anzahl-Hosts: 20

Anzahl Services: 5

Betriebssystem(e): Ubuntu

Plugin-Version(en): 1.4.15

NDO-Version: 1

3

22.08.2011, 19:20

When I installed NagVis it was the most recent nightly build which I installed within the past couple weeks.

LaMi

Geek

Beiträge: 3 578

Geburtstag: 22.09.

Geschlecht: Männlich

Wohnort: München

Beruf: Berater / Entwickler

Anzahl Nagios-Server: x

Nagios-Version(en): 3.2.x

Verteiltes Monitoring: Nein

Redundantes Monitoring: Nein

Anzahl-Hosts: x

Anzahl Services: x

Betriebssystem(e): SLES,CentOS,Debian

Plugin-Version(en): x

NagVis-Version: Git

NDO-Version: -

IDO-Version: -

Perfparse-Version: -

Sonstige Addon's: PNP, Check_MK, Livestatus, Multisite

4

22.08.2011, 22:47

Does it work when you delete WuiCompressed.js?

Regards,
Lars

Ähnliche Themen