Beta v3 web install problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • skibumm101
    Junior Member
    • Sep 2006
    • 7

    #1

    Beta v3 web install problems

    I have installed Beta 3, version 3 of testlog.
    Testlog is working correctly

    I am now installing the web server part of testlog
    After going through the steps,
    I recieve this error

    Unable to open template Default from C:\Program Files\TestLog\templates. Please check folder is in the correct location on the server and has read permissions.

    I have checked to make sure the config file is pointing to the correct folder, i have also enabled cgi extensions in IIS, and i also opened those folders up to "everyone" full control to eliminate a permission issue

    Any ideas?

    Thanks
    RB
  • Tim (PassMark)
    Senior Member
    • Mar 2005
    • 1723

    #2
    Could you please post your CGI config file so I can take a look at it.

    Comment

    • skibumm101
      Junior Member
      • Sep 2006
      • 7

      #3
      #TestLogCgi config file
      #The location of the TestLog directory for images, relative to the base URL of your web server
      :IMAGESREL:/images/

      #The location of the TestLog directory for images, absolute path (same location as above but absolute)
      :IMAGESABS:C:\Inetpub\wwwroot\testlog\images

      #The location of the TestLog directory for help, relative to the base URL of your web server
      :HELPREL:/HTML/

      #Temp folder location, used for sesssion files etc
      :TEMPDIRABS:C:\temp\Testlogcgi

      #Session timeout value in minutes
      :TIMEOUT:60

      #The location of the Templates directory, absolute path
      :TEMPLATEABS:C:\Inetpub\wwwroot\testlog\templates

      #The paths to the datbases, absolute paths
      ATABASES_START:
      C:\Program Files\TestLog\SampleDB
      ATABASES_END:

      #Key Section - Purchased licence keys
      :KEYSECTION_START:
      45B5A2C4010967B6A785306EA1990B1F649C800D92
      45B5A2C4010967B6A785306EA1990B1F649C800D92
      :KEYSECTION_END:

      Comment

      • Tim (PassMark)
        Senior Member
        • Mar 2005
        • 1723

        #4
        If you remove the "templates" part from the :TEMPLATEABS: line it should work, so just "C:\Inetpub\wwwroot\testlog\"

        Comment

        • skibumm101
          Junior Member
          • Sep 2006
          • 7

          #5
          thanks
          works

          Comment

          Working...