Hi,
I recently upgraded zabbix from 1.6 to 1.8.2.
Everything seems to be working fine except map editing.
No issue with map editing in 1.6.
Everytime map editing page is displayed, a message box with message "failed" always displayed.
I have tried with IE 6,7,8 as well as Firefox 2.0 and 3.6. Also tried with low security level. But all are same.
Checking through the codes, I think the error is produced by the following code in class.cmap.js (line 821):
new Ajax.Request('map.php'+'?sid='+url.getArgument('si d'),
{
'method': 'post',
'parameters'
arams,
// 'onSuccess': function(resp){SDI(resp.responseText);},
'onSuccess': this.set_mapimg.bind(this),
'onFailure': function(resp){ alert('failed'); }
}
FYI, OS is FreeBSD 8.0. PHP version is 5.2.12.
Anyone out there has the same problem?
Thank you,
Adi
I recently upgraded zabbix from 1.6 to 1.8.2.
Everything seems to be working fine except map editing.
No issue with map editing in 1.6.
Everytime map editing page is displayed, a message box with message "failed" always displayed.
I have tried with IE 6,7,8 as well as Firefox 2.0 and 3.6. Also tried with low security level. But all are same.
Checking through the codes, I think the error is produced by the following code in class.cmap.js (line 821):
new Ajax.Request('map.php'+'?sid='+url.getArgument('si d'),
{
'method': 'post',
'parameters'
arams,// 'onSuccess': function(resp){SDI(resp.responseText);},
'onSuccess': this.set_mapimg.bind(this),
'onFailure': function(resp){ alert('failed'); }
}
FYI, OS is FreeBSD 8.0. PHP version is 5.2.12.
Anyone out there has the same problem?
Thank you,
Adi
Comment