How can I link my Device (Console > Device Tracking > Devices > "Any Device") to any Device Type (Console > Device Tracking > Device Types > "Any device type").
Why I asking it? After instaled MACTRACK here, my Device Types was empty. Than, I created one item to test; another time I created more one... And always during tests I was receiving the message:
Code: Select all
SIMDEBUG: WARNING: SITE: HMCP, IP: 10.0.30.10, TYPE: 3Com SuperStack 3 Switch 4500 26-Port So, ERROR: Device Type Not Found in Device Type Table.
I analysed line by line from
mactrack_scanner.php and
lib/mactrack_functions.php, and too into tables
mac_track_devices and
mac_track_device_types. During analysis, I observed the
mac_track_devices.device_type_id always
0. And my "device type" tests, always changing values of
mac_track_device_types.device_type_id. At end, I changed
mac_track_devices.device_type_id from my device to same last value of
mac_track_device_types.device_type_id that I created, and my problem solved! But I didn't find where I link my Device to any Device Type.