On Fri, 21 Mar 2003 08:26:32 -0700 (MST), Jeff Ross <[EMAIL PROTECTED]> wrote:
> File "tmda-cgi.py", line 70, in main > if os.environ["QUERY_STRING"]: This is a most unusual place to catch an error. It implies that your web server wasn't providing QUERY_STRING to the application. QUERY_STRING is how the web server communicates essential variables from the browser to the application. What web server are you using? Apache? Something else? If it is something other than Apache, it might indicate that I will need to look elsewhere to get this information. This will require a patch to make it work under your web server. How did you get this error? Were you trying to pull up the first page of the CGI (i.e. the login page) or some subsequent page? Did you get this message in response to clicking a URL confirmation link? Gre7g. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
