-
-
Notifications
You must be signed in to change notification settings - Fork 437
Command line plugin management does not work with multiple plugins #5496
Copy link
Copy link
Closed
Labels
bugUndesired behaviourUndesired behaviourconfirmedBug is confirm by dev teamBug is confirm by dev teamresolvedA fixed issueA fixed issue
Milestone
Description
Describe the bug
When attempting to install multiple plugins as below, you get the error messages as specified:
[root@vmhost6 cacti]# php cli/plugin_manage.php --plugin=thold --plugin=monitor --plugin=mactrack --plugin=audit --plugin=flo wview --plugin=syslog --install --enable --allperms
NOTE: 1 Plugins to be acted on.
PHP Warning: Array to string conversion in /var/www/html/cacti/cli/plugin_manage.php on line 118
NOTE: Plugin 'Array' processing started
PHP Warning: Array to string conversion in /var/www/html/cacti/cli/plugin_manage.php on line 123
PHP Warning: Array to string conversion in /var/www/html/cacti/cli/plugin_manage.php on line 153
WARNING: Plugin 'Array' missing plugin directory. Plugin not installedTo Reproduce
Setup a Cacti install and attempt to install using the steps above.
Expected behavior
Cacti should properly install those plugins.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugUndesired behaviourUndesired behaviourconfirmedBug is confirm by dev teamBug is confirm by dev teamresolvedA fixed issueA fixed issue