Comment 3 for bug 1779401

Revision history for this message
Simon Déziel (sdeziel) wrote :

I can confirm the problem and the workaround. For those interested here's the how to fix the code in place:

cd /usr/share/cacti/site/lib
sed -i.orig "/if (sizeof(\$ids)) {/ s/sizeof/strlen/; /\$ids = array();/ s/array()/''/" utility.php