Cacti / plugin_gexport

Cacti Graph Export Plugin
GNU General Public License v2.0
12 stars 9 forks source link

Call to undefined function gexport_version() #20

Closed nelsonk closed 7 years ago

nelsonk commented 7 years ago

Hello, i get below error when i put gexport folder into the plugins folder.

Fatal error: Call to undefined function gexport_version() in /path-to-cacti-folder/cacti/plugins.php on line 303

please advise.

nelsonk commented 7 years ago

Edited the plugins.php file to call plugin_gexport_version() instead and it worked.

cigamit commented 7 years ago

What version of Cacti?

nelsonk commented 7 years ago

Cacti Version: 0.8.8a, Plugin Architecture Version: 3.1

cigamit commented 7 years ago

That would explain it. None of the plugins in this GitHub site are formally compatible with Cacti 0.8.x. So, you will continue to have problems.

nelsonk commented 7 years ago

Am going to install a newer version of cacti, thank you.