Lagi-lagi cacti bermasalah, kali ini errot nya “Error: Passwords do not match, please retype.” cenah,…. ketika mengupdate device atau menambah device…. untuk ada om google, diforum cacti katanya seperti ini :
sumber : http://forums.cacti.net/viewtopic.php?t=28095
If you have enabled firefox’s “password save”, and you have saved the login password… then when you will create/edit a host firefox will attempt to complete the SNMP v3 Password although it is hidden!dah diganti dan it works like acharmed… ha ha ha
Of course the same problem exists at every page that has “SNMP v3 Password”.
The problem ? password field is being completed, password-confirmation field probably not and an error comes up from Cacti…
To fix it, open cacti/host.php near 147′ line or find
Quote:
if ($_POST["snmp_password"] != $_POST["snmp_password_confirm"]) {
and replace it with
Quote:
if ($_POST["snmp_version"] == 3 && ($_POST["snmp_password"] != $_POST["snmp_password_confirm"])) {
sumber : http://forums.cacti.net/viewtopic.php?t=28095
0 comments:
Post a Comment