Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

NT Issue with Links

Quote Reply
NT Issue with Links
This problem does not seem to be causing any serious problems, but I get the following error at the end of all the pages in the administration program:

CGI Error: No such file or directoryMessage: Done

Anyone know how to prevent this from occuring.. I already installed the IIS patch.
Quote Reply
Re: NT Issue with Links In reply to
OK. I fixed that problem too.
Quote Reply
Re: NT Issue with Links In reply to
Netcombat (or anyone else...)

How did you fix that one (I have the same thing going on).
Quote Reply
Re: NT Issue with Links In reply to
yeah, I would like to know too.

John
Quote Reply
Re: NT Issue with Links In reply to
If you are using the NT IIS patch, the cgi debugging routine is not automatically commented out, like it is normally.

Go into admin.cgi, and the second to last line reads:

&cgierr("Done"); # Uncomment this line for Debugging...

Comment it out by placing a "#" at the begining:

# &cgierr("Done"); # Uncomment this line for Debugging...

--Mark

------------------
You can reach me by ICQ at UIN #8602162


Quote Reply
Re: NT Issue with Links In reply to
THANKS Mark, that one had me scratching my head! It's those obvious ones that get by me!