Search:

Type: Posts; User: basnyd

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    10,807

    Re: Install Decoder on new computer

    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...
  2. Replies
    3
    Views
    10,807

    Install Decoder on new computer

    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. ...
  3. Replies
    14
    Views
    10,551

    Re: fmencoder error 127

    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...
  4. Replies
    14
    Views
    10,551

    Re: fmencoder error 127

    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...
  5. Replies
    14
    Views
    10,551

    Re: fmencoder error 127

    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...
  6. Replies
    14
    Views
    10,551

    Re: fmencoder error 127

    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...
  7. Replies
    14
    Views
    10,551

    Re: fmencoder error 127

    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...
  8. Replies
    14
    Views
    10,551

    Re: fmencoder error 127

    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 -
    ...
  9. Replies
    14
    Views
    10,551

    Re: fmencoder error 127

    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...
  10. Replies
    14
    Views
    10,551

    Re: fmencoder error 127

    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
    ...
  11. Replies
    14
    Views
    10,551

    fmencoder error 127

    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...
  12. Replies
    2
    Views
    2,149

    Re: Host won't allow me to use formmail.php

    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. ...
  13. Replies
    2
    Views
    2,149

    Host won't allow me to use formmail.php

    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...
  14. Replies
    1
    Views
    5,457

    Re: FormMailDecoder Not Printing

    Disregard. Looks like I needed to go into page setup first and then try to print.

    Barb
  15. Replies
    1
    Views
    5,457

    FormMailDecoder Not Printing

    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...
  16. Replies
    1
    Views
    1,994

    Time date stamp in email

    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...
  17. Thread: using SSL

    by basnyd
    Replies
    7
    Views
    2,481

    Re: using SSL

    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...
  18. Thread: using SSL

    by basnyd
    Replies
    7
    Views
    2,481

    Re: using SSL

    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...
  19. Thread: using SSL

    by basnyd
    Replies
    7
    Views
    2,481

    Re: using SSL

    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...
  20. Thread: using SSL

    by basnyd
    Replies
    7
    Views
    2,481

    Re: using SSL

    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...
  21. Thread: using SSL

    by basnyd
    Replies
    7
    Views
    2,481

    Re: using SSL

    I made that change, now I have the following error:

    The following error occurred in FormMail :
    Failed to open template...
  22. Thread: using SSL

    by basnyd
    Replies
    7
    Views
    2,481

    using SSL

    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...
  23. Replies
    11
    Views
    6,851

    Re: FormMail PHP Bad Handler Errors

    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.

    ...
  24. Replies
    11
    Views
    6,851

    Re: FormMail PHP Bad Handler Errors

    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,...
  25. Replies
    11
    Views
    6,851

    Re: FormMail PHP Bad Handler Errors

    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...
Results 1 to 25 of 29
Page 1 of 2 1 2