Gilles wrote:
Using the last patch for Thold (the last version not using PHP5) on a Debian :
I get :
Fatal error: Cannot redeclare rrd_last() in /usr/share/cacti/site/plugins/thold/thold-functions.php on line 19
wihile cliking on the template URL name in data source to use the Thold function.
Please help
Gilles
This is more than likely caused by thold-functions being included in different places using "include" instead of "include_once". I will go through and start changing all the includes.
Thanks!