-
-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automation incorrectly attempts to use MacTrack to duplicate options #3566
Comments
This is actually a completely missing function so may have been named differently. $ grep duplicate_mactrack * -R
automation_snmp.php: duplicate_mactrack($selected_items[$i], get_nfilter_request_var('name_format'));
plugins/mactrack/mactrack_snmp.php: duplicate_mactrack($selected_items[$i], get_nfilter_request_var('name_format')); When I tried to narrow down on it, the only thing I saw was: $ cd plugins/mactrack
$ grep duplicate * -R | grep function | grep duplicate
mactrack_device_types.php:function api_mactrack_duplicate_device_type($device_type_id, $dup_id, $device_type_title) { So I think I'll have to defer to either @cigamit or @TheWitness on this one. |
Just for completeness, I did run through all the tags assigned so far and none of these releases have that function. |
MackTrack. That's a surprise. I think it made it way in when snmp options were peeled away from MacTrack. |
Uncaught Error: Call to undefined function duplicate_mactrack
Some should fix this in MacTrack too. It's fixed in Cacti for sure now. |
Describe the bug
Uncaught Error: Call to undefined function duplicate_mactrack
To Reproduce
The text was updated successfully, but these errors were encountered: