Ok, call me stupid I can't seem to get TL to allow me to login
I've setup apache,
got to the tl home
http://xxxxx/cgi-bin/TestLogCgi.cgi
selected a db
http://xxxxx/cgi-bin/TestLogCGI.cgi?..._TYPE=database
entered my uid and pw, pressed ok and i'm back on the login screen.
I do see a quick flash of the screen once the OK button is pressed, bu
If I input a 'bad' password I do receive the invalid password error. so it's finding the pw file.
I am at wits end , below is my cgi config file all help is appreciated! P.S. I did setup an ISS version on my laptop with issue, so aarrrgghh
#TestLogCgi config file################################
#The location of the TestLog directory for images, relative to the base URL of your web server
:IMAGESREL:/testlog/images/
#The location of the TestLog directory for images, absolute path (same location as above but absolute)
#:IMAGESABS:C:\Program Files\Apache Group\Apache2\htdocs\Testlog\images\
:IMAGESABS:C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\testlog\images
#The location of the TestLog directory for help, relative to the base URL of your web server
:HELPREL:/Testlog/Help/
#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:\Program Files\Apache Software Foundation\Apache2.2\htdocs\Testlog\
#The paths to the databases, absolute paths
DATABASES_START:
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\Testlog\USB-IF
C:\Program Files\TestLog\TestDb
C:\Program Files\TestLog\SampleDB
DATABASES_END:
#Key Section - Purchased licence keys
:KEYSECTION_START:
45B5A2C4010967B6A7EA1990B1F649C800D92
:KEYSECTION_END:
#:LOCKTIMEOUT:120
#DEBUGMODE:#####################################
I've setup apache,
got to the tl home
http://xxxxx/cgi-bin/TestLogCgi.cgi
selected a db
http://xxxxx/cgi-bin/TestLogCGI.cgi?..._TYPE=database
entered my uid and pw, pressed ok and i'm back on the login screen.
I do see a quick flash of the screen once the OK button is pressed, bu
If I input a 'bad' password I do receive the invalid password error. so it's finding the pw file.
I am at wits end , below is my cgi config file all help is appreciated! P.S. I did setup an ISS version on my laptop with issue, so aarrrgghh
#TestLogCgi config file################################
#The location of the TestLog directory for images, relative to the base URL of your web server
:IMAGESREL:/testlog/images/
#The location of the TestLog directory for images, absolute path (same location as above but absolute)
#:IMAGESABS:C:\Program Files\Apache Group\Apache2\htdocs\Testlog\images\
:IMAGESABS:C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\testlog\images
#The location of the TestLog directory for help, relative to the base URL of your web server
:HELPREL:/Testlog/Help/
#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:\Program Files\Apache Software Foundation\Apache2.2\htdocs\Testlog\
#The paths to the databases, absolute paths
DATABASES_START:
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\Testlog\USB-IF
C:\Program Files\TestLog\TestDb
C:\Program Files\TestLog\SampleDB
DATABASES_END:
#Key Section - Purchased licence keys
:KEYSECTION_START:
45B5A2C4010967B6A7EA1990B1F649C800D92
:KEYSECTION_END:
#:LOCKTIMEOUT:120
#DEBUGMODE:#####################################
Comment