Gossamer Forum
Quote Reply
CGI won't run
The script (any cgi) won't run,it only downloads as if it is a file in any browsers. The path is correct and permission is chmod to 755.
Quote Reply
Re: CGI won't run In reply to
Which path are you referring to? The Perl Path? Or the path to the links.cfg file in the Required Libraries section of the files?

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: CGI won't run In reply to
the perl path
Quote Reply
Re: CGI won't run In reply to
Well, the problem must be with the path to the links.cfg file in the require line in your .cgi scripts.

This needs to be set to your FULL absolute path to the links.cfg file.

Example:

Code:
require "/absolute/path/to/cgi-bin/links/admin/links.cfg";

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.