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.
SOLVED: The problem was the UPTIME plugin, it is OBSOLETE
Hi,
I just installed PIA 2.4 on Cacti 0.8.7d. I didn't use the patch, I copied the files. My plugin management is empty. The plugins seem to work. What did go wrong?
$plugins = array();
//$plugins[] = 'thold';
$plugins[] = 'uptime';
$plugins[] = 'realtime';
/* Do not edit this line */
$config = array();
/*
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/
*/
$config['url_path'] = '/cacti/';
[Fri Apr 17 13:09:12 2009] [error] [client 145.228.83.198] PHP Fatal error: Call to undefined function uptime_version() in /srv/www/htdocs/cacti/plugins.php on line 219
Well I just found the error. The fatal error the uptime plugin is causing breaks the whole plugin management page. If I remove the uptime directory out of the plugins direcetory the plugin management page is working fine.
So now my question is: "Why isn't the uptime plugin working?"
Attachments
Screenshot of Plugin Management
cacti-0.8.7d-pia-2.4.PNG (27.14 KiB) Viewed 4691 times