No Plugin Menu after plugin arch installed 8.7g

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

Post Reply
mithandra
Posts: 46
Joined: Wed Jul 14, 2010 8:19 am

No Plugin Menu after plugin arch installed 8.7g

Post by mithandra »

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
User avatar
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

Post by gandalf »

Did you import pa.sql?
R.
swans13
Posts: 1
Joined: Tue Jun 28, 2011 1:07 pm

Re: No Plugin Menu after plugin arch installed 8.7g

Post by swans13 »

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.
noname
Cacti Guru User
Posts: 1566
Joined: Thu Aug 05, 2010 2:04 am
Location: Japan

Re: No Plugin Menu after plugin arch installed 8.7g

Post by noname »

To determine whether if pa.sql was successfully imported, perform this:

Code: Select all

% mysql -uUSER -pPASS cacti -e 'show tables'
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..

Code: Select all

% mysql -uUSER -pPASS cacti -e 'select * from plugin_realms'
+----+----------+-------------+-------------------+
| id | plugin   | file        | display           |
+----+----------+-------------+-------------------+
|  1 | internal | plugins.php | Plugin Management |
+----+----------+-------------+-------------------+
(from api_plugin_load_realms() in 'lib/plugins.php')
User avatar
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

Post by browniebraun »

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
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
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests