Friday, December 4, 2009

Error: Passwords do not match, please retype.

Standard
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 :
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!
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"])) {
dah diganti dan it works like acharmed… ha ha ha
sumber : http://forums.cacti.net/viewtopic.php?t=28095

Related Posts:

  • Creating Graph for Mikrotik Queue Tree using CactiIt’s a long title, isn’t it ? Okay, first thing first, You have to download all these files : cacti_host_template_mikrotik_queue.xml cacti_data_templ… Read More
  • Mari Belajar BGP Apakah BGP? Border Gateway Protocol atau yang sering disingkat BGP merupakan salah satu jenis routing protocol yang ada di dunia komunikasi data. Se… Read More
  • /bin/rm: Argument list too long.Squid mati lagi gara-gara disk log full….. di hapus malah keluar error “/bin/rm: Argument list too long.” setelah googling katanya filenya terlalu bes… Read More
  • Export Graph ProblemLagi-lagi cacti bermasalah, fungsi export graphnya tidak jalan. Biasa… googlin, dan nemu url ini : http://forums.cacti.net/viewtopic.php?t=20612&h… Read More
  • Cacti Buat MikrotikTernyata sudah lengkap tool untuk monitoring Mikrotik dengan cacti. Jadi sekarang udah bisa menggrap : System HDD CPU Memory Uptime General Active PP… Read More

0 comments:

Post a Comment