superlinks and PIA 3.0?
Moderators: Developers, Moderators
superlinks and PIA 3.0?
I have superlinks 1.3.1 installed in PIA 3.0 and cacti 0.8.7h. Everything seems to work fine, except for two things:
1. I cannot create tabs along the top.
2. Plugin Managment reports superlinks is "Awaiting Configuration"
Thanks.
1. I cannot create tabs along the top.
2. Plugin Managment reports superlinks is "Awaiting Configuration"
Thanks.
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: superlinks and PIA 3.0?
What version of settings do you have? Do you have php5-gd installed?
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: superlinks and PIA 3.0?
I do not have the settings plugin installed... is it a requirement for superlinks?
I have GD installed, here's my phpinfo snippet:
I have GD installed, here's my phpinfo snippet:
Code: Select all
gd
GD Support enabled
GD Version 2.0
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.3.11
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.2.42
WBMP Support enabled
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: superlinks and PIA 3.0?
Make sure you remove any entry in the '$plugins' variable that you might have had for this plugin. Then you might need to uninstall/re-install it.
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: superlinks and PIA 3.0?
Hi,
I have the same problem with allbad. I have superlinks 1.4-2 installed in PIA 3.1 and cacti 0.8.7i. Had already installed php gd too.
Altough it works when creating extra console menu, but it still cannot create top tabs and plugin management status for superlinks is "Awaiting Configuration".
Screenshot :
Any solution for this problem?
Thanks,
Katrokk
I have the same problem with allbad. I have superlinks 1.4-2 installed in PIA 3.1 and cacti 0.8.7i. Had already installed php gd too.
Code: Select all
gd
GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.2.1
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
Screenshot :
Any solution for this problem?
Thanks,
Katrokk
Re: superlinks and PIA 3.0?
Try this test code:
// from plugin_superlinks_check_config() in 'plugins/superlinks/setup.php'
Code: Select all
<?php
var_dump(function_exists("imagecreate"));
var_dump(function_exists("preg_match"));
var_dump(function_exists("imagettfbbox"));
var_dump(function_exists("imagecreatefromgif"));
var_dump(function_exists("imagegif"));
?>
Re: superlinks and PIA 3.0?
bool(true)noname wrote:Try this test code:// from plugin_superlinks_check_config() in 'plugins/superlinks/setup.php'Code: Select all
<?php var_dump(function_exists("imagecreate")); var_dump(function_exists("preg_match")); var_dump(function_exists("imagettfbbox")); var_dump(function_exists("imagecreatefromgif")); var_dump(function_exists("imagegif")); ?>
bool(true)
bool(true)
bool(true)
bool(true)
Re: superlinks and PIA 3.0?
Hi,
Same thing here.
Have cacti 8.8a and PIA 3.0. already have php5-gd installed..
Any suggestion guys? Maybe alternative?
Thanks in advanced!
cbox
Same thing here.
Have cacti 8.8a and PIA 3.0. already have php5-gd installed..
Any suggestion guys? Maybe alternative?
Thanks in advanced!
cbox
Re: superlinks and PIA 3.0?
Can someone assist on how to manually remove the superlinks plugin?
Even if I remove it on global.php and delete the whole "superlinks" folder inside the plugins directory, its still showing on the Plugin Management.
Can't remove it anymore
Anyone?
Even if I remove it on global.php and delete the whole "superlinks" folder inside the plugins directory, its still showing on the Plugin Management.
Can't remove it anymore
Anyone?
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: superlinks and PIA 3.0?
Just in case someone comes across this. In order to uninstall it and you cannot, then use this URL:
http://<cacti-server>/cacti/plugins.php?mode=uninstall&id=superlinks
http://<cacti-server>/cacti/plugins.php?mode=uninstall&id=superlinks
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: 34
- Joined: Fri Sep 16, 2016 7:51 am
Re: superlinks and PIA 3.0?
That link worked
Thx a bunch
Thx a bunch
Who is online
Users browsing this forum: No registered users and 1 guest