Plugin not appearing
Moderators: Developers, Moderators
-
- Posts: 26
- Joined: Wed Dec 03, 2014 7:59 am
Plugin not appearing
Hi,
I have Cacti 0.8.8c on RH7. I have downloaded, uncompressed and copied the folders to my plugin directory. I have ticked the Plugin Management box. Is there something I am missing?
When I go to Plugin Management no plugins are found.
Jamie.
I have Cacti 0.8.8c on RH7. I have downloaded, uncompressed and copied the folders to my plugin directory. I have ticked the Plugin Management box. Is there something I am missing?
When I go to Plugin Management no plugins are found.
Jamie.
-
- Posts: 26
- Joined: Wed Dec 03, 2014 7:59 am
Re: Plugin not appearing
I should say I am using Plugin Architecture 3.1
Re: Plugin not appearing
double-check permissions are correct on the plugin folder?
For example, what's the full path where the Settings plugin folder (with setup.php) resides?
For example, what's the full path where the Settings plugin folder (with setup.php) resides?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 26
- Joined: Wed Dec 03, 2014 7:59 am
Re: Plugin not appearing
Thanks for the reply. I did check the permissions, here they are as well as the folder structure.BSOD2600 wrote:double-check permissions are correct on the plugin folder?
For example, what's the full path where the Settings plugin folder (with setup.php) resides?
/var/www/html/cacti/plugins/
drwxr-xr-x. 3 jamie users 21 Jan 13 14:58 .
drwxr-xr-x. 14 root root 4096 Jan 12 09:58 ..
drwxr-xr-x. 2 jamie root 87 May 22 2012 fix64bit
Any help is greatly appreciated!
J.
-
- Posts: 26
- Joined: Wed Dec 03, 2014 7:59 am
Re: Plugin not appearing
Please can someone help me with this??
-
- Posts: 26
- Joined: Wed Dec 03, 2014 7:59 am
Re: Plugin not appearing
jamiethebadger wrote:Please can someone help me with this??
Anyone??
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: Plugin not appearing
How did you install Cacti, rpm/apt-get, by source (tgz) ?
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
-
- Posts: 26
- Joined: Wed Dec 03, 2014 7:59 am
Re: Plugin not appearing
Thanks for your reply I used wget to download the file then I used tar -xzvfphalek wrote:How did you install Cacti, rpm/apt-get, by source (tgz) ?
J.
-
- Posts: 26
- Joined: Wed Dec 03, 2014 7:59 am
Re: Plugin not appearing
Please can someone help me with this?
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: Plugin not appearing
What are the permissions of:
/var/www/html/cacti
/var/www/html/cacti/plugins
/var/www/html/cacti/plugins/fix64bit
and
/var/www/html/cacti/plugins/fix64bit/setup.php
?
/var/www/html/cacti
/var/www/html/cacti/plugins
/var/www/html/cacti/plugins/fix64bit
and
/var/www/html/cacti/plugins/fix64bit/setup.php
?
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
-
- Posts: 26
- Joined: Wed Dec 03, 2014 7:59 am
Re: Plugin not appearing
Thanks for the reply once again Here is what you asked for.
drwxr-xr-x. 14 root root 4096 Jan 12 09:58 cacti
drwxr-xr-x. 3 apache users 21 Jan 13 14:58 plugins
drwxr-xr-x. 2 apache root 87 May 22 2012 fix64bit
-rw-r--r--. 1 apache root 23424 Mar 11 2014 setup.php
J.
drwxr-xr-x. 14 root root 4096 Jan 12 09:58 cacti
drwxr-xr-x. 3 apache users 21 Jan 13 14:58 plugins
drwxr-xr-x. 2 apache root 87 May 22 2012 fix64bit
-rw-r--r--. 1 apache root 23424 Mar 11 2014 setup.php
J.
Re: Plugin not appearing
I believe that should have execute permissions also.jamiethebadger wrote:-rw-r--r--. 1 apache root 23424 Mar 11 2014 setup.php
You should probably 755 the entire directory with the recursive flag.
chmod -R 755 fix64bit
-
- Posts: 26
- Joined: Wed Dec 03, 2014 7:59 am
Re: Plugin not appearing
Thanks for that.
I have done that but the plugin still doesnt appear.
Here is what the directory looks like now.
drwxr-xr-x. 2 apache root 87 May 22 2012 fix64bit
[root@localhost plugins]# ls -la fix64bit/
total 44
drwxr-xr-x. 2 apache root 87 May 22 2012 .
drwxr-xr-x. 3 apache users 21 Jan 13 14:58 ..
-rwxr-xr-x. 1 apache root 4170 May 11 2010 fix64bit.php
-rwxr-xr-x. 1 apache root 42 Sep 13 2009 index.php
-rwxr-xr-x. 1 apache root 2460 Mar 11 2014 README
-rwxr-xr-x. 1 apache root 23424 Mar 11 2014 setup.php
-rwxr-xr-x. 1 apache root 481 Mar 12 2006 vector.png
I have done that but the plugin still doesnt appear.
Here is what the directory looks like now.
drwxr-xr-x. 2 apache root 87 May 22 2012 fix64bit
[root@localhost plugins]# ls -la fix64bit/
total 44
drwxr-xr-x. 2 apache root 87 May 22 2012 .
drwxr-xr-x. 3 apache users 21 Jan 13 14:58 ..
-rwxr-xr-x. 1 apache root 4170 May 11 2010 fix64bit.php
-rwxr-xr-x. 1 apache root 42 Sep 13 2009 index.php
-rwxr-xr-x. 1 apache root 2460 Mar 11 2014 README
-rwxr-xr-x. 1 apache root 23424 Mar 11 2014 setup.php
-rwxr-xr-x. 1 apache root 481 Mar 12 2006 vector.png
Who is online
Users browsing this forum: No registered users and 0 guests