When I try to modify a device I get :
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\cacti\plugins\mactrack\lib\mactrack_foundry.php:152) in C:\xampp\htdocs\cacti\plugins\mactrack\mactrack_device_types.php on line 103
Any ideas?
[SOLVED] Problem Modifying devices
Moderators: Developers, Moderators
Re: Problem Modifying devices
I get it when I modify device types, not devices. For me the changes actually apply and the error is related to the return back to the device types list page. I haven't had a chance to try to figure out where the problem is yet, but if I do, I'll let you knowwtb1 wrote:When I try to modify a device I get :
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\cacti\plugins\mactrack\lib\mactrack_foundry.php:152) in C:\xampp\htdocs\cacti\plugins\mactrack\mactrack_device_types.php on line 103
Any ideas?
Best I can tell from looking at it quickly, is that the mactrack_foundry.php file is causing the problem. I don't have any Foundry devices, so for now I am just commenting that particular file out in the mactrack_vendors.php file.
It will still show up as a scan type on device type screens. I might remove it from the mac_track_scanning_type table in the database for my install as well, as I don't anticipate needing that function for my environment.
Code: Select all
include_once($config["base_path"] . "/plugins/mactrack/lib/mactrack_cabletron.php");
include_once($config["base_path"] . "/plugins/mactrack/lib/mactrack_cisco.php");
include_once($config["base_path"] . "/plugins/mactrack/lib/mactrack_norbay.php");
include_once($config["base_path"] . "/plugins/mactrack/lib/mactrack_hp.php");
#include_once($config["base_path"] . "/plugins/mactrack/lib/mactrack_foundry.php");
Who is online
Users browsing this forum: No registered users and 3 guests