PDA

View Full Version : Beta v3 web install problems


skibumm101
01-12-2007, 04:52 PM
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

TimR
01-15-2007, 06:31 AM
Could you please post your CGI config file so I can take a look at it.

skibumm101
01-22-2007, 05:13 PM
#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
:DATABASES_START:
C:\Program Files\TestLog\SampleDB
:DATABASES_END:

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

TimR
01-22-2007, 09:31 PM
If you remove the "templates" part from the :TEMPLATEABS: line it should work, so just "C:\Inetpub\wwwroot\testlog\"

skibumm101
01-24-2007, 08:35 PM
thanks
works