PDA

View Full Version : SSI Help!


Bill3555
10-29-2000, 03:48 PM
Here's the deal: I am a first time user of ssi and I am trying to add a line in my .shtml page that will call on a .pl script and put the results in the page.[nbsp][nbsp]I am getting the following error in the shtml page: [an error occurred while processing this directive].

The code I added to the page is as follows: <!--#exec cgi=&quot;/big/dom/xradiofreebill/cgi-bin/surveysays/poll_1.pl&quot;-->

And the error log says: [error] [client 208.168.76.128] invalid CGI ref &quot;/big/dom/xradiofreebill/cgi-bin/surveysays/poll_1.pl&quot; in /big/dom/xradiofreebill/www/photos/grad_school/mef_party/mef_party.shtml

The .pl script itself works fine.[nbsp][nbsp]I called on just the script and it opened no problem.[nbsp][nbsp]I think all the permissions are set correctly too.

What could possibly be the problem?[nbsp][nbsp]Any help would be appreciated.

Bill<!-- NO_AUTO_LINK -->

WayneK
10-29-2000, 03:55 PM
I use #exec cgi=&quot;/cgi-bin/scriptname.cgi&quot;

perhaps it doesn't like the full path