Code: Select all
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /var/www/cacti-0.8.7b/lib/plugins.php on line 46
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /var/www/cacti-0.8.7b/lib/plugins.php on line 46
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /var/www/cacti-0.8.7b/lib/plugins.php on line 46
I have no idea where to go for a solution, currently googling and searching the forums.
seems in the setup.php for manage it has "$p" all over, which overwrites the correct "$p" value for plugins.php everytime it runs.
Changed all instances of "$p" to "$path" in setup.php for manage and all is well. Surprised noone else has run into this...