Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2010
    Posts
    3
    Plugin Contributions
    0

    Default Help with Error Log

    I have tried to fix this but just don't know enough about php.

    When I go to the final checkout page it is blank. I ran the error mydebug report and and this is the error I got:

    [10-Mar-2010 16:41:41] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/content/02/4740502/html/personalizeddrumsticks/zencart/includes/languages/english/modules/shipping/flat.php:53) in /home/content/02/4740502/html/personalizeddrumsticks/zencart/includes/functions/functions_general.php on line 44



    Does anyone have any idea how to fix this?

  2. #2
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Help with Error Log

    You might have one or more blank lines at the end of the final checkout page.

    Download the file to your computer, open it in a good editor and check the end of the file.

    Alternatively load a backup file or a file from a fresh install - but backup the affected 'final checkout page' first.

  3. #3
    Join Date
    Mar 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Help with Error Log

    The page that is blank is the shopping cart final checkout page, Its the page after you select shipping method.


    When I look at the files mentioned above in the error log there is nothing on those line numbers.

    The file junctions_general.php was never edited .

    The file flat.php was edited on the line to change 'best way' to 'ups ground'

    Everything looks fine?? I don't get it

    You might have one or more blank lines at the end of the final checkout page.

    I don't understand this ^^^

  4. #4
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Help with Error Log

    upload a fresh unedited file /includes/languages/english/modules/shipping/flat.php and see what happens.

  5. #5
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Help with Error Log

    alternatively - if you don't have a fresh flat.php file check that your current file looks exactly like this:

    <?php
    //
    // +----------------------------------------------------------------------+
    // |zen-cart Open Source E-commerce |
    // +----------------------------------------------------------------------+
    // | Copyright (c) 2003 The zen-cart developers |
    // | |
    // | http://www.zen-cart.com/index.php |
    // | |
    // | Portions Copyright (c) 2003 osCommerce |
    // +----------------------------------------------------------------------+
    // | This source file is subject to version 2.0 of the GPL license, |
    // | that is bundled with this package in the file LICENSE, and is |
    // | available through the world-wide-web at the following url: |
    // | http://www.zen-cart.com/license/2_0.txt. |
    // | If you did not receive a copy of the zen-cart license and are unable |
    // | to obtain it through the world-wide-web, please send a note to |
    // | [email protected] so we can mail you a copy immediately. |
    // +----------------------------------------------------------------------+
    // $Id: flat.php 1969 2005-09-13 06:57:21Z drbyte $
    //

    define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Flat Rate');
    define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Flat Rate');
    define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'UPS Ground');
    ?>
    Pay special attention to the last line before the closing ?>

  6. #6
    Join Date
    Mar 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Help with Error Log

    Thank You my friend, it worked!

 

 

Similar Threads

  1. Need Error Log Help
    By rmu065 in forum General Questions
    Replies: 4
    Last Post: 5 Jun 2013, 10:32 PM
  2. Please help with an error in my error log.
    By CybaGirl in forum General Questions
    Replies: 2
    Last Post: 7 Sep 2009, 04:17 AM
  3. Log in page error with SSL
    By TBSM in forum General Questions
    Replies: 17
    Last Post: 21 May 2008, 12:51 PM
  4. Help with error message that appears when i click Log in
    By IronMan101 in forum General Questions
    Replies: 2
    Last Post: 3 Aug 2007, 10:13 AM
  5. Help with Log In!
    By charlesroper in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Jun 2007, 11:46 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