Results 1 to 4 of 4
  1. #1
    Join Date
    May 2008
    Posts
    19
    Plugin Contributions
    0

    Default Contact page screwed up

    My store, www.forestfrogs.com is hosted by yahoo. In order to activate SSL, I had to place zencart in a folder named SSL, and access the site via the url: https://p12.secure.hostingprod.com/@...m/ssl/zencart/
    to avoid a security certificate error.

    Now, when people try to use my contact page, when they click "send", they get the following errors:

    Sorry, is your name correct? Our system requires a minimum of 2 characters. Please try again.
    Sorry, my system does not understand your email address. Please try again.
    Did you forget your message? We would like to hear from you. You can type your comments in the text area below.


    I'm assuming there is some reference in the PHP scripting I need to change, as I did when I moved everything to the SSL server, but I can't find it.

    Anyone else have this problem?
    Jim

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Contact page screwed up

    Have you done a search for Yahoo on the forum? Lots of folks have had problems ...
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    May 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: Contact page screwed up

    Searched for "yahoo" and "contact page" and neither one found anything directly related.

  4. #4
    Join Date
    May 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: Contact page screwed up

    I think I solved the problem. Not sure why this works, but in the configure.php file in the INCLUDES folder, I changed both the:

    define('HTTP_SERVER', '');
    define('HTTPS_SERVER', '');

    paths to the secure server URL, and now the contact form works.

    So, while the instructions in the configure.php file suggest setting the path thus:

    define('HTTP_SERVER', 'http://YOUR_DOMAIN_NAME/');
    define('HTTPS_SERVER', 'https://p12.secure.hostingprod.com/@YOUR_DOMAIN_NAME');


    But, if you are using Yahoo for hosting, and enabled SSL, in the configure.php file, both the http and https servers need to be set to the https server URL. e.g.:

    define('HTTP_SERVER', 'https://p12.secure.hostingprod.com/@YOUR_DOMAIN_NAME/');
    define('HTTPS_SERVER', 'https://p12.secure.hostingprod.com/@YOUR_DOMAIN_NAME/')
    ;

 

 

Similar Threads

  1. Page Title Screwed up
    By frostyiris in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Jan 2012, 10:20 PM
  2. I screwed up the stylesheet page...
    By reverie in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Mar 2010, 07:03 PM
  3. Removing default contact info on contact us page/adding form to page
    By haggis0929 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Dec 2009, 06:41 PM
  4. Page Layout is Screwed up...
    By MagicMan in forum General Questions
    Replies: 2
    Last Post: 21 Oct 2009, 04:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg