Hmmmm - here's an interesting web report that seems to document what's happening:
http://www.opensubscriber.com/message/[email protected]/1672396.html In it they refer to some extra characters on the page that cause the rendering to fail... I also find these extra characters (<!--) ************************************************************ Yes, that definitely 'fixes' the behavior. Doing a 'View Source' at that point (with the SSI included) shows that an errant tag is appearing that may be breaking the page. I just can't figure out where it's coming from. It's not in dump.html, nor does http.c's ssiMenuHead() contain it. I've included the HTML here: ------------------------------------------------------------------- <!-- BEGIN SSI menuHead.html --> <link rel="stylesheet" href="/theme.css" TYPE="text/css"> <script language="JavaScript" src="/theme.js"></script> <script language="JavaScript" SRC="/JSCookMenu.js"></script> <script language="JavaScript"></script><!-- var ntopMenu = ------------------------------------------------------------------- The line before the "var ntopMenu =" bit shouldn't have that closing script tag. It doesn't belong there, and it seems like the likely cause of the JavaScript appearing as plaintext. -Aaron ******************************************************************************** PH ----- Original Message Follows ----- From: "Marko Bauer" <[EMAIL PROTECTED]> To: <[email protected]> Subject: AW: [Ntop] Network load chart disappeared Date: Thu, 29 Jun 2006 23:09:51 +0200 > I'm dealing with the same issue on ubuntu 5.10 and have > allready published it here. Maybe it's the same error. > Let's try to find out: Did you modify something on your > system (any software installed)? > > Hope to hear from you. > > Greetinx coffy > > > > > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Im Auftrag von padraig houlahan Gesendet: Donnerstag, 29. > Juni 2006 22:38 An: [email protected] > Betreff: [Ntop] Network load chart disappeared > > Greetings: > > I installed ntop on fedora 5 yesterday and it worked fine > until a few hours ago. At that time, the Netwok Load chard > simply stopped appearing. All other graphs on other pages > are working fine - it's just this one page. > > Any ideas what's happening or what to do to fix this? > > I tried de-installing and re-installing ntop but it made > no difference. > > TIA > > Padraig > > _______________________________________________ > Ntop mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop > > > _______________________________________________ > Ntop mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop ++++++++++++ Padraig Houlahan IT Manager Lowell Observatory Flagstaff, AZ 928-774-3358 x 214 _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
