superlinks and PIA 3.0?

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

Post Reply
allbad
Posts: 2
Joined: Thu Jul 17, 2008 12:57 pm

superlinks and PIA 3.0?

Post by allbad »

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.
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: superlinks and PIA 3.0?

Post by TheWitness »

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?
allbad
Posts: 2
Joined: Thu Jul 17, 2008 12:57 pm

Re: superlinks and PIA 3.0?

Post by allbad »

I do not have the settings plugin installed... is it a requirement for superlinks?

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 
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: superlinks and PIA 3.0?

Post by TheWitness »

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?
katrokk
Posts: 7
Joined: Fri Mar 09, 2012 4:36 am

Re: superlinks and PIA 3.0?

Post by katrokk »

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.

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
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 :

Image

Any solution for this problem?

Thanks,
Katrokk
noname
Cacti Guru User
Posts: 1566
Joined: Thu Aug 05, 2010 2:04 am
Location: Japan

Re: superlinks and PIA 3.0?

Post by noname »

Try this test code:

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"));

?>
// from plugin_superlinks_check_config() in 'plugins/superlinks/setup.php'
admwby1hy
Posts: 2
Joined: Mon Feb 01, 2010 1:40 am

Re: superlinks and PIA 3.0?

Post by admwby1hy »

noname wrote:Try this test code:

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"));

?>
// from plugin_superlinks_check_config() in 'plugins/superlinks/setup.php'
bool(true)
bool(true)
bool(true)
bool(true)
bool(true)
ciscobox
Posts: 20
Joined: Sun Jan 01, 2012 6:57 am

Re: superlinks and PIA 3.0?

Post by ciscobox »

Hi,

Same thing here.
Have cacti 8.8a and PIA 3.0. already have php5-gd installed..

Image

Any suggestion guys? Maybe alternative?

Thanks in advanced!

cbox
ciscobox
Posts: 20
Joined: Sun Jan 01, 2012 6:57 am

Re: superlinks and PIA 3.0?

Post by ciscobox »

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?
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: superlinks and PIA 3.0?

Post by phalek »

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
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
SpeedyGonzales
Posts: 34
Joined: Fri Sep 16, 2016 7:51 am

Re: superlinks and PIA 3.0?

Post by SpeedyGonzales »

That link worked

Thx a bunch
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests