If you remove all computers from the system, the
HTMLTree breaks with the following message:
Fatal error: Database Error: MDB Error: syntax error
(SELECT id,name from computers where id not in ()
[nativecode=1064]) in
/www/htdocs/irm-1.5.5/lib/IRMDB.php on line 340
This causes the site to cease working. The only way to
recover is to disable the tree menu via the following SQL:
update config set value=0 where variable='tree_menu';
and then adding a computer via the UI.
Logged In: YES
user_id=1309457
this is a fix i have come up with to fix the problem with
the tree menu caused when there are no grouped computers:
https://sourceforge.net/tracker/index.php?func=detail&aid=1246094&group_id=14522&atid=314522
there is also another older bug fix floating around here
which fixes another issue with the tree menu - whether its
needed my with fix, i'm not sure (i have both applied)
Logged In: YES
user_id=255024
This bug has now been fixed in the irm-pqm archive.
Thanks for reporting it.