with zabbix1.7.2 release version
webui -> adminstration->users->user
when the above page is opened, "groupid is not exist" error is displayed.
i thought in \frontends\php\include\forms.inc.php Line 767
--------------------------------------------------------
$lstGroups->addItem($group['groupid'], $group['name']);
--------------------------------------------------------
should be 'usrgrpid' , not the 'groupid'
it seems other bugs in the frontend of downloadable release version...
by the way, i want to get the latest develop version from svn, but when using svn, it seems the svn://svn.zabbix.com is unreachable through the proxy server,any tips to get the latest version?
webui -> adminstration->users->user
when the above page is opened, "groupid is not exist" error is displayed.
i thought in \frontends\php\include\forms.inc.php Line 767
--------------------------------------------------------
$lstGroups->addItem($group['groupid'], $group['name']);
--------------------------------------------------------
should be 'usrgrpid' , not the 'groupid'
it seems other bugs in the frontend of downloadable release version...
by the way, i want to get the latest develop version from svn, but when using svn, it seems the svn://svn.zabbix.com is unreachable through the proxy server,any tips to get the latest version?
Comment