Web access not allowing me to login

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tisbell
    Member
    • Mar 2007
    • 22

    #1

    Web access not allowing me to login

    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:#####################################
  • David (PassMark)
    Administrator
    • Jan 2003
    • 11099

    #2
    What version of Testlog are you using?
    Was the Testlog database created with the same version of Testlog as the web access module.

    We did have a problem some time back with HTTPS redirections, but I assume you are not using HTTPS.

    Comment

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

      #3
      Also check that :TEMPDIRABS: has read/write permissions for the user apache is running as.

      Comment

      • tisbell
        Member
        • Mar 2007
        • 22

        #4
        not running https

        the tempdirabs was the issue, I can now see the test suites, cases etc... but I cannot EDIT any of the test cases?

        What gives?

        This is a windows xp box running apache 2.2


        all help is appreciated

        Comment

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

          #5
          When you set-up your user to allow remote access did you check the Read/Write option?

          Comment

          • tisbell
            Member
            • Mar 2007
            • 22

            #6
            Yes the user has rw priv via testlog

            Could the issue be in the httpd.conf file, I'm using a pretty std file but I have modded the file to handle testlog and I'm far from an expert at apache.

            Comment

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

              #7
              Unless the directory was set to read only in in the httpd conf it's unlikely.

              What exactly happens when you click the edit button?

              Comment

              • tisbell
                Member
                • Mar 2007
                • 22

                #8
                Found Issue

                Apache does not like '_' in server name, I found this out when I installed Mantis and got a cookie error. All is great now that I moved off of '_' server

                Comment

                Working...