Announcement

Collapse
No announcement yet.

progress and status reports not displaying in web app

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • progress and status reports not displaying in web app

    When i try to view a progress report/status report in the web app, i get a broken image link. If i try to view the image alone, it tries to display the image at this location: http://testlog/imagestli26490.gif

    but the image is actually at http://testlog/images/tli26490.gif

    it looks like it's dropping that last '/' when it tries to load the image.

    Also, are the report images ever deleted from the images folder? Granted, they're really small, but it seems like you could at least clutter up that folder with a bunch of old crappy reports that don't mean anything anymore.

  • #2
    Is the path correct in the cgi config file for :IMAGESREL:, eg
    Code:
    :IMAGESREL:/Testlog/images/
    The images should be removed after ~30 minutes, accessing the login page triggers the garbage collection function to check for out of date files so they may stay on the disk until the next login attempt.

    Comment


    • #3
      i was missing the trailing / in my imagesrel path... oops! (and thanks!)

      Comment

      Working...
      X