Hi All,
I have been trying to get the plugin manager arch installed all day, if this were my machine it would be out the window by now!! lol
I have managed to at least get it working in that with the freshly patched files I can see the cacti website. although I am missing the plugin manager menu item from the left. I have confirmed that the config.php file has the required
$plugins = array();
in it but still nothing is working
Anyone got any suggestions for this problem please?
Thanks Myth
No Plugin Menu after plugin arch installed 8.7g
Moderators: Developers, Moderators
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Re: No Plugin Menu after plugin arch installed 8.7g
Did you import pa.sql?
R.
R.
Re: No Plugin Menu after plugin arch installed 8.7g
Anyone else have luck with this? I am running .8.7g with the new PA 2.8. I extracted and patched the PA files as well as ran the pa.sql but still am not seeing the options to turn on Plugin Administation in the realms for my admin user.
Any help would be appreciated.
Any help would be appreciated.
Re: No Plugin Menu after plugin arch installed 8.7g
To determine whether if pa.sql was successfully imported, perform this:
Are there the below tables?
plugin_config
plugin_hooks
plugin_realms
plugin_db_changes
And, if you just installed PA, plugin_realms table should be..(from api_plugin_load_realms() in 'lib/plugins.php')
Code: Select all
% mysql -uUSER -pPASS cacti -e 'show tables'
plugin_config
plugin_hooks
plugin_realms
plugin_db_changes
And, if you just installed PA, plugin_realms table should be..
Code: Select all
% mysql -uUSER -pPASS cacti -e 'select * from plugin_realms'
+----+----------+-------------+-------------------+
| id | plugin | file | display |
+----+----------+-------------+-------------------+
| 1 | internal | plugins.php | Plugin Management |
+----+----------+-------------+-------------------+
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Re: No Plugin Menu after plugin arch installed 8.7g
I have the feeling that you have forgotten to update your user permissions. Edit your user account and ensure that the realm permission for "Plugin Management" is given.
Regards
-Andi
Regards
-Andi
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
Who is online
Users browsing this forum: No registered users and 0 guests