Bell, Leslie <[EMAIL PROTECTED]> wrote: > I have just updated analog from 3.11 to the latest 5.23. There are > two main problems now which I would like to ask for advice about. > > 1. The bars which chart the number of requests for Sunday, Monday, > Tuesday etc no longer appear. There are bars instead consisting of > missing image blocks like squares and + signs. I had this error once > before but cannot remember the solution.
The first place to start is to look at the HTML source code, and see what Analog is specifying for location of the images. Makes sure that it's a valid location. By default, the URL for images is "images/barx.gif", but you can specify an alternative URL with the IMAGEDIR directive. > 2. The ReportMagic output now consists of this sole error message: > > Active Server Pages error 'ASP 0127' > > Missing close of HTML comment > > /webstats/servers/www2/2002-06-10/noframes/index.html, line 339 > > The HTML comment or server-side include lacks the close tag (-->). > > We produce the statistics weekly so any help before the weekend would > be gratefully received! You're processing HTML pages as ASPs? That's odd. But again, have you looked at the html source directly, and see if there's any hint of what the problem might be. Are you including any headers or footers that might have an unclosed comment? Aengus +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
