
Problem with Cacti Version: 0.8.7g, PA 0.8
First off thanks heaps everyone who makes Cacti so brilliant.
I am having two issues.
IIS6 Windows Server 2003
1. As soon as I added the prepatch files over, I started getting this error.
Code:
Notice: Undefined variable: plugins in C:\Cacti\include\plugins.php on line 31
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\Cacti\include\plugins.php on line 31
If I comment out the
Code:
$plugins = array_merge($plugins, $oldplugins);
then I no longer get that error.
I can then add Plugin Management access.
2. I then get 2 on the Plugin Management page.
Code:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in C:\Cacti\plugins.php on line 280
Can someone please shed some light on what is going on for me?
Cheers
Robin