[SOLVED] Problem Modifying devices

Support questions about the MAC Track plugin

Moderators: Developers, Moderators

Post Reply
wtb1
Posts: 47
Joined: Thu May 03, 2007 8:11 am

[SOLVED] Problem Modifying devices

Post by wtb1 »

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?
gordon
Posts: 11
Joined: Fri May 18, 2007 10:53 am

Re: Problem Modifying devices

Post by gordon »

wtb1 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?
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 know :)
gordon
Posts: 11
Joined: Fri May 18, 2007 10:53 am

Post by gordon »

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.

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");
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.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest