Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Hi, I just set up Cacti 0.8.8f and I am having trouble viewing plugins. Plugin Management is not displayed under Configuration. I know I've got a permissions issue but I'm not sure where to look
* make sure these values refect your actual database/host/user/password */
$database_type = "mysql";
$database_default = "cacti";
$database_hostname = "localhost";
$database_username = "cacti";
$database_password = "xxxxxxx";
$database_port = "3306";
$database_ssl = false;
/*
Edit this to point to the default URL of your Cacti install
ex: if your cacti install as at http://serverip/cacti/ this
would be set to /cacti/
*/
$url_path = "/cacti/";
/* Default session name - Session name must contain alpha characters */
//$cacti_session_name = "Cacti";
$plugins = array();
$plugins[] = 'aggregate';
$plugins[] = 'monitor';
$plugins[] = 'weathermap';
$plugins[] = 'mactrack';
$plugins[] = 'realtime';
$plugins[] = 'syslog';
$plugins[] = 'ugroup';
$plugins[] = 'ntop';
$plugins[] = 'dsstats';
$plugins[] = 'discovery';
?>
09/18/2015 11:20:31 AM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'1146', SQL:"SELECT 1 AS id, ph.name, ph.file, ph.function FROM plugin_hooks AS ph LEFT JOIN plugin_config AS pc ON pc.directory=ph.name WHERE ph.status = 1 AND hook = 'nav_login_after' AND ph.name IN ('snmpagent', 'settings', 'boost', 'dsstats') UNION SELECT pc.id, ph.name, ph.file, ph.function FROM plugin_hooks AS ph LEFT JOIN plugin_config AS pc ON pc.directory=ph.name WHERE ph.status = 1 AND hook = 'nav_login_after' AND ph.name NOT IN ('snmpagent', 'settings', 'boost', 'dsstats') ORDER BY id ASC"
Oh My Word I'm just seeing this. Been fighting with it since and I just got it resolved today I feel like such a dweeb. Came back here to post and saw your response. Thank you. It's been a long September.