This is an old revision of the document!
update superlink
http://forums.cacti.net/viewtopic.php?f=14&t=48245
Finally solved. mysql> drop table superlinks_auth; mysql> drop table superlinks_pages; and recreate the table manually to work CREATE TABLE superlinks_pages( id int(11) NOT NULL auto_increment, sortorder int(11) NOT NULL default 0, disabled char(2) NOT NULL default '', contentfile text NOT NULL, title text NOT NULL, style varchar(10) NOT NULL DEFAULT 'TAB', extendedstyle varchar(50) NOT NULL DEFAULT '', imagecache varchar(60) NOT NULL DEFAULT '', PRIMARY KEY (id) ) ENGINE=MyISAM; CREATE TABLE superlinks_auth ( userid mediumint(9) NOT NULL default '0', pageid int(11) NOT NULL default '0' ) ENGINE=MyISAM;
uninstall and reinstall
http://forums.cacti.net/viewtopic.php?f=14&t=45286
Just in case someone comes across this. In order to uninstall it and you cannot, then use this URL: http://<cacti-server>/cacti/plugins.php?mode=uninstall&id=superlinks
graph emtpty/ blanck after superlink install ⇒ comment jquery in plugin setup file
cf http://licanli2082.blogspot.fr/2014/12/cacti-088c-reportit-cause-graph-tree.html
[root@monit superlinks]# cp setup.php setup.php.orig [root@monit superlinks]# vim setup.php function superlinks_page_head() { global $config; // print "<script type='text/javascript' src='".$config['url_path'] ."/plugins/superlinks/jquery-latest.min.js'></script>";