[ic] Error using links

Jason Timm jason@itchoices.com
Tue, 2 Jan 2001 09:56:59 -0800


Hi...

I tried this, but to no avail.  In fact, just for testing, I chmod 777'ed it
as well as +s.  Still nothing. Anything else to try?  Anyone?

Thanks.

Jason

RE:

-----

Since the bad old days of MV3, whenever I have encountered this, it has
been an issue of the cgi-bin link file permissions.  Telnet into your
server and check the perm's on the link file for your catalog. If they look
like this:

-rwxr-xr-x

try this command at the prompt:

chmod u+s filename

...substitute the name of your link file for filename.  Conversely, if the
permissions look like this:

-rwsr-xr-x

try this command at the prompt:

chmod u-s filename

Most of the time this will solve the problem.

- Ed L.

-----