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.
cigamit wrote:
What type of plugin is it (Old PA or General / System?)
All of them
You will have to install and activate them by clicking the images on the left. One image seems to be missing.
Did you apply PIA by "full file replacement" or by diff, please?
R.
gandalf wrote:Please list all plugin_rrdclean* tables that you find in your database.
R.
I have none.
I'm sorry. My question was not precise enough. Please repeat that task _after_ deleting the files from browser UI and _before_ next poller run.
R.
My apologies Gandalf, but I don't follow what you're asking me. Let me clarify how the error occurs:
I put the RRDCleaner folder in my /var/www/cacti/plugins directory. Then I install and enable it via the new PA management interface. That's it. I run no tasks or cron entries (except poller.php). Then I start getting the errors in the cacti log.
Hope that helps.
Last edited by stextor on Tue Jun 15, 2010 4:26 pm, edited 2 times in total.
You will have to install and activate them by clicking the images on the left. One image seems to be missing.
Did you apply PIA by "full file replacement" or by diff, please?
R.
I applied the PA vai full file replacement.
I believe the issue is related to missing apostrophies in plugins.php after the "style='padding:1px" parameters on lines 580, 590, and 594. The issue was corrected for me by performing a find for "style='padding:1px " (include the last space) and replacing all with "style='padding:1px' " (include the last space).
(Note: This is related to the full file replacement method)
"I believe the issue is related to missing apostrophies in plugins.php after the "style='padding:1px" parameters on lines 580, 590, and 594. The issue was corrected for me by performing a find for "style='padding:1px " (include the last space) and replacing all with "style='padding:1px' " (include the last space). "
nilas12 wrote:I believe the issue is related to missing apostrophies in plugins.php after the "style='padding:1px" parameters on lines 580, 590, and 594.
Updated spine beta2 reposted in downloads directory.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
/*
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/";
I'm also still having issues with the plugins 'thold' and 'weathermap'. I think it's with the plugins themselves, not the cacti core app. Still troubleshooting...
/* load up old style plugins here */
$plugins = array();
//$plugins[] = 'thold';
/*
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'] = '/';
define('URL_PATH', $config['url_path']);
which should be ok. It does NOT change include/config.php!
May you please verify
R.