Hi -
This time the computer is being wiped and all software is being reinstalled. Is there any intervention on your part that is necessary for us to reinstall the decoder software on the same...
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Type: Posts; User: basnyd
Hi -
This time the computer is being wiped and all software is being reinstalled. Is there any intervention on your part that is necessary for us to reinstall the decoder software on the same...
Hi -
I purchased a license for the decoder for my client. He has since upgraded to a new computer. How can I install the decoder on the new computer? The old computer is no longer being used. ...
It works!!! I had the host turn off the "safe mode". I also then set ALERT_ON_USER_ERROR to false. The empty required fields now show up on the error page. All reservations are encrypted!!! And...
It looks like PHP Zend Optimizer is not installed. Is this required for the FormMailEncoder/Decoder? The host says I need to upgrade to a VPS in order to get Zend Optimizer installed on the...
I'm doing some more digging. I'm comparing the php setup on the server that works and on the server that doesn't work. I found a couple differences (listed below), would any of these cause a...
The form works EVERY time that ALL required fields are completed.
The form fails EVERY time a required field is missing. Everytime the form is submitted with a blank required field I receive the...
Hi Russell,
Thank you for all of your work on this. I appreciate it. If all of the required fields are filled in I do receive the reservation. I saw 2 tests from you.
There still seems to...
I'm stil having the same issue.
I've tried the following:
Ran the alert and got -
REAL_DOCUMENT_ROOT: /home/virtual/site262/fst/var/www
Modified line 2826 to be -
...
I changed the filter line to:
$FILTERS = array("encode"=>"/home/virtual/site262/fst/var/www/cgi-bin/fmencoder -kpubkey.txt",
"null"=>"null");
Nothing changed. When I submitted...
I ran phpinfo and got the following:
SITE ROOT = /home/virtual/site262/fst
SITE HTMLROOT = /home/virtual/site262/fst/var/www/html
SITE CGIROOT = /home/virtual/site262/fst/var/www/cgi-bin
...
Hi -
When I try to run the form with the encoder, I get the following emailed back to me:
The following error occurred in FormMail :
filter_failed
**********
Error=Filter "encode" failed...
I responded to the host and gave them a link to your site and explained what I wanted to do and since then they have been very helpful.
The host actually was the one who renamed the script file. ...
Hi -
I've used formmail.php twice before (on a different host) and have been very happy. I wanted to use it for a different client and the host told me the following:
**********
We do not...
Disregard. Looks like I needed to go into page setup first and then try to print.
Barb
I've installed FormMailDecoder on a 2nd PC. I can't get it to print. I've uninstalled and reinstalled and it still won't print. I had no issues with the first PC. I can print from other...
How do I include a time/date stamp in the email that is sent to me from the formmail submission? I found this page http://www.tectite.com/fmhowto/derived.php
but after reading it several times I'm...
I got it!!!
I need to set the template directory - $TEMPLATEDIR - in formmail.php
TemplateURL worked for http:, but not https:
So the 3 elements necessary are:
1) Set form...
I set up another page for ssl testing -
https://1-800gadgets.com/order_w_ssl.html
If not all of the required fields are filled out I see this on a plain unformated page:
If all...
For client reasons this back to http, but this is still an issue. So please still respond. I tried searching that site, but did not see any configuration information regarding https
Thank...
I also receive error messages like this:
The following error occurred in FormMail :
template_failed
**********
Error=Failed to process template "thankyou.html"
Also failed to open...
I made that change, now I have the following error:
The following error occurred in FormMail :
Failed to open template...
I got the form working (without form handler), but I just tried to access the form through https://1-800gadgets.com/order.html. When I submit the form I get the following message:
Although this...
I set PUT_DATA_IN_URL to "true" and received the following:
Not Acceptable
An appropriate representation of the requested resource /fmbadhandler.php could not be found on this server.
...
I made the following designation in the order.html page
<input type="hidden" name="bad_template" value="errors.html" />
However, if I leave the email field blank or the name field blank,...
That helped! If I access the frmbadhandler.php - I get the following message instead of a blank screen. Which I believe is correct.
Form Error
Your form submission failed due to the...