Hi,
Please set DEF_ALERT to your email address so that FormMail can tell you the precise error.
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Form worked, then I tried to implement encryption. Used the decoder to generate keys, had it export the public key to pubkey.txt. Then I uploaded pubkey.txt and fmencoder.exe into cgi-bin.
No specific errors just:
On the form page I added:An error occurred while processing the form.
Please contact us directly since this form is not working .
We apologize for any inconvenience this error may have caused.
<input type="hidden" name="filter" value="encode" />
<input type="hidden" name="filter_options" value="Attach=neworder.fmencoded" />
And here's what formmail.php looks like:
$FILTERS = array("encode"=>"$REAL_DOCUMENT_ROOT/cgi-bin/fmencoder -kpubkey.txt");
These are the only things that have been changed on these files. Any ideas why it doesn't want to work?
Hi,
Please set DEF_ALERT to your email address so that FormMail can tell you the precise error.
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
Here we go:
The following error occurred in FormMail :
filter_failed
*****sh: /blah blah/fmencoder: Permission denied
*****
Error=Filter "encode" failed (status 126):
Last edited by scud133; 23-Oct-2005 at 03:40 AM.
Ok this made it obvious... changed execute permissions for fmencoder, give me a sec to see if it works nowOriginally Posted by scud133
ok that was it... thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks