Tom,
On Mon, Apr 9, 2012 at 5:30 PM, Tom Laermans tom.laermans@powersource.cx wrote:
Try adding /debug=yes to the url and see what it says.
Thanks - that does yield more info - was not aware of that option. Anyway, it shows:
Graphs » SQL[SELECT * FROM device_graphs WHERE device_id = '65'] Notice: Undefined index: group in /opt/observium/html/pages/device/graphs.inc.php on line 51 Notice: Undefined variable: graph_enable in /opt/observium/html/pages/device/graphs.inc.php on line 51
where the graphs would be. Above that are a ton of undefined index and variable notes, but that's true even on pages where the graphs show. Just looked (with /debug=yes) at one that does show the graphs on that tab and it has similar notes, but many more along with the graphs:
Graphs » SQL[SELECT * FROM device_graphs WHERE device_id = '82'] Notice: Undefined index: group in /opt/observium/html/pages/device/graphs.inc.php on line 31 System Notice: Undefined index: firewall in /opt/observium/html/pages/device/graphs.inc.php on line 28 | Netstats Notice: Undefined index: wireless in /opt/observium/html/pages/device/graphs.inc.php on line 28 Notice: Undefined index: storage in /opt/observium/html/pages/device/graphs.inc.php on line 28 Notice: Undefined index: vpdn in /opt/observium/html/pages/device/graphs.inc.php on line 28 Notice: Undefined index: load balancer in /opt/observium/html/pages/device/graphs.inc.php on line 28 Notice: Undefined index: wifi_clients in /opt/observium/html/pages/device/graphs.inc.php on line 55 [...snip..snip...]
Maybe differences in enabled/disabled modules? Can't think of anything else really that might be different.....
Thanks
Chris