stephvand
26-Feb-2010, 08:54 PM
I hardcoded the path to my cgi-bin after the $REAL_DOCUMENT_ROOT variable kept returning the wrong path to the encoder.
$FILTERS = array("encode"=>"/services/webpages/p/a/papasolys.ca/cgi-bin/fmencoder -kpubkey.txt",
The following error occurred in FormMail:
filter_failed
*****sh: line 1: /services/webpages/p/a/papasolys.ca/cgi-bin/fmencoder: Permission denied
*****
Error=Filter "encode" failed (status 126):
Is this a permissions issue with my web host?
$FILTERS = array("encode"=>"/services/webpages/p/a/papasolys.ca/cgi-bin/fmencoder -kpubkey.txt",
The following error occurred in FormMail:
filter_failed
*****sh: line 1: /services/webpages/p/a/papasolys.ca/cgi-bin/fmencoder: Permission denied
*****
Error=Filter "encode" failed (status 126):
Is this a permissions issue with my web host?