Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Contact Page has disappeared!

    The PHP Warnings are just that - warnings. It's the PHP Fatal Error that is the problem
    [19-Feb-2011 16:01:50] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required '' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tuff/public_html/includes/templates/template_default/templates/tpl_contact_us_default.php on line 41
    Check your includes/configure.php file and your general functions file.

    Vger

  2. #12
    Join Date
    Jul 2010
    Location
    London, UK
    Posts
    135
    Plugin Contributions
    0

    Default Re: Contact Page has disappeared!

    Thanks, What am I looking for in includes/configure.php and the functions.php file?

    There is nothing obvious in there that I can see.

  3. #13
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Contact Page has disappeared!

    In the configure.php file you should look for any pathway errors, but the other file I was referring to was the "general" functions file.

    Vger

  4. #14
    Join Date
    Jul 2010
    Location
    London, UK
    Posts
    135
    Plugin Contributions
    0

    Default Re: Contact Page has disappeared!

    Thanks, I can not see anything obvious anywhere. I'm sure it's the simplest thing. But I've been going round in circles all day. I'm going to have to admit defeat and make a new Contact page through EZ Pages. What a PITA.

    Thanks for all help.

  5. #15
    Join Date
    Jul 2010
    Location
    London, UK
    Posts
    135
    Plugin Contributions
    0

    Default Re: Contact Page has disappeared!

    Grrr

    After putting a work around in place for this problem, another has reared it's head.

    Now I'm getting the exact same problem with the Checkout Success page. Here's the error log:

    [22-Feb-2011 22:46:58] PHP Warning: require() [<a href='function.require'>function.require</a>]: Filename cannot be empty in /home/tuff/public_html/includes/templates/template_default/templates/tpl_checkout_success_default.php on line 37
    [22-Feb-2011 22:46:58] PHP Warning: require() [<a href='function.require'>function.require</a>]: Filename cannot be empty in /home/tuff/public_html/includes/templates/template_default/templates/tpl_checkout_success_default.php on line 37
    [22-Feb-2011 22:46:58] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required '' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/tuff/public_html/includes/templates/template_default/templates/tpl_checkout_success_default.php on line 37
    and the area around line 37 of tpl_checkout_success_default.php:

    <h1 id="checkoutSuccessHeading"><?php echo HEADING_TITLE; ?></h1>
    <div id="checkoutSuccessOrderNumber"><?php echo TEXT_YOUR_ORDER_NUMBER . $zv_orders_id; ?></div>
    <?php if (DEFINE_CHECKOUT_SUCCESS_STATUS >= 1 and DEFINE_CHECKOUT_SUCCESS_STATUS <= 2) { ?>
    <div id="checkoutSuccessMainContent" class="content">
    <?php
    /**
    * require the html_defined text for checkout success
    */
    require($define_page);
    ?>
    </div>
    <?php } ?>
    <!-- bof payment-method-alerts -->
    <?php
    if (isset($_SESSION['payment_method_messages']) && $_SESSION['payment_method_messages'] != '') {
    ?>
    <div class="content">
    <?php echo $_SESSION['payment_method_messages']; ?>
    </div>
    <?php
    }
    ?>
    I'm absolutely stumped on this one. I have tried both replacing tpl_checkout_success_default.php with a fresh copy from 1.3.9h and even a copy from 1.3.9d (which Iupgraded from just before all this started happening.

    Could REALLY use some help here guys

    cheers.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v150 My Payment Method Page has disappeared
    By ziggisprint in forum General Questions
    Replies: 5
    Last Post: 5 Nov 2012, 11:50 AM
  2. My page has disappeared :(
    By bb butts diapers in forum General Questions
    Replies: 11
    Last Post: 29 Dec 2010, 06:02 AM
  3. Text has Disappeared from Login / New Account Page
    By limelites in forum General Questions
    Replies: 18
    Last Post: 6 Mar 2009, 07:05 PM
  4. My admin page has disappeared after add-on
    By robbin21973 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 19 Feb 2009, 11:01 PM
  5. My page has disappeared
    By vivaraquel in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 30 Nov 2007, 12:32 AM

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