Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Aug 2011
    Posts
    64
    Plugin Contributions
    0

    Default Help!Footer was gone when I use fast secure contact form php script version

    Hi, need your help, my footer was gone when I installed the fast secure contact form php script version. I used that for my contact us form and parts request form. I am using zencart 1.3.9h. Please help. Thanks a lot!

  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Help!Footer was gone when I use fast secure contact form php script version

    The script you have added is causing a php error that is stopping the rest of the page loading.

    You can look in the cache folder to see the error logs and see what is going on.

    Without more information than you have given I can't give more advice other than to remove it.

  3. #3
    Join Date
    Aug 2011
    Posts
    64
    Plugin Contributions
    0

    Default Re: Help!Footer was gone when I use fast secure contact form php script version

    Quote Originally Posted by niccol View Post
    The script you have added is causing a php error that is stopping the rest of the page loading.

    You can look in the cache folder to see the error logs and see what is going on.

    Without more information than you have given I can't give more advice other than to remove it.

    Thanks for that quick reply. Sorry here is the link to the site


    https://spares.cncmachinery.com.au/i...age=page&id=16

  4. #4
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Help!Footer was gone when I use fast secure contact form php script version

    Well, yes, that looks like a php error created by that alteration.

    Without being able to look at the code of what has been added I don't think that anyone will be able to comment much further than that.

    You really need to look at the error logs and try and see what those errors are.

    Sorry, I can't be of much more help than that.

  5. #5
    Join Date
    Aug 2011
    Posts
    64
    Plugin Contributions
    0

    Default Re: Help!Footer was gone when I use fast secure contact form php script version

    Quote Originally Posted by niccol View Post
    Well, yes, that looks like a php error created by that alteration.

    Without being able to look at the code of what has been added I don't think that anyone will be able to comment much further than that.

    You really need to look at the error logs and try and see what those errors are.

    Sorry, I can't be of much more help than that.

    - I looked at the error logs in rootfolder/cache but the errors I found there dont pertain to the two concerned pages.

    - which code am I going to modify for this? This is the code for the contacts page public_html/contact.php


    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title><script type="text/javascript" src="https://spares.cncmachinery.com.au/contact-files/contact-form.js"></script>
    <style type="text/css">
    
    body {
    	margin-left: 0px;
    	margin-top: 10px;
    	margin-right: 0px;
    	margin-bottom: 0px;
          font-family:Arial !important;
          font-size:12px;
         }
    
    #fsc_message2
    {
    font-family: Arial !important;
    }
    </style>
    </head>
    
    <body>
    <?php
    $contact_form = 2; // set desired form number.
    $contact_form_path = '/home/cncmach/public_html/contact-files/'; // set path to /contact-files/ with slash on end.
    require $contact_form_path . 'contact-form-run.php';
    ?>
    </body>
    </html>
    and this is the code for the spares request page public_html/spares_request.php


    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title><script type="text/javascript" src="https://spares.cncmachinery.com.au/contact-files/contact-form.js"></script>
    </head>
    
    <body>
    <?php
    $contact_form = 1; // set desired form number.
    $contact_form_path = '/home/cncmach/public_html/contact-files/'; // set path to /contact-files/ with slash on end.
    require $contact_form_path . 'contact-form-run.php';
    ?>
    </body>
    </html>

    I used Fast Secure contact form php script version.

    Thanks

  6. #6
    Join Date
    Aug 2011
    Posts
    64
    Plugin Contributions
    0

    Default Re: Help!Footer was gone when I use fast secure contact form php script version

    anyone please help

 

 

Similar Threads

  1. v150 Contact Form PHP help
    By valsurfer101 in forum General Questions
    Replies: 1
    Last Post: 18 Sep 2012, 07:43 PM
  2. Contact form gone and footer missing!
    By Lippyme in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Mar 2012, 09:15 PM
  3. Secure Form Script
    By PatF in forum General Questions
    Replies: 3
    Last Post: 8 May 2011, 04:17 PM
  4. Help: Spanish version goes blank when changing index.php
    By layoyo in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Oct 2008, 01:08 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