Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2012
    Posts
    6
    Plugin Contributions
    0

    red flag Need a help -blank page after clicking contiue chek out

    Hi everybody,
    i have a problem during checkout.. just blank page after delivery information..
    error log is below.. please help me

    [29-Jul-2012 09:11:26 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/content/57/9417657/html/includes/languages/english/modules/shipping/flat.php:57) in /home/content/57/9417657/html/includes/functions/functions_general.php on line 45

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Need a help -blank page after clicking contiue chek out

    That file doesn't have 57 lines, so when you edited it you or your editor added an extra character or line to the bottom of the file. Remove that and all will be well.

  3. #3
    Join Date
    Jul 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Need a help -blank page after clicking contiue chek out

    Quote Originally Posted by stevesh View Post
    That file doesn't have 57 lines, so when you edited it you or your editor added an extra character or line to the bottom of the file. Remove that and all will be well.
    the flat.php is below. that why line 57 is... does someone the errer reson?

    //define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Delivery');

    //define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Delivery');

    //define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Delivery');

    define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Flat Rate');
    define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Flat Rate');
    define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Best Way')

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Need a help -blank page after clicking contiue chek out

    You're looking at the wrong file. The error log is pointing to includes/languages/english/modules/shipping/flat.php, not includes/modules/shipping/flat.php.

  5. #5
    Join Date
    Jul 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Need a help -blank page after clicking contiue chek out

    Quote Originally Posted by stevesh View Post
    You're looking at the wrong file. The error log is pointing to includes/languages/english/modules/shipping/flat.php, not includes/modules/shipping/flat.php.
    i am sure the flat.php file is below. i am correctly looking at the file

    includes/languages/english/modules/shipping/flat.php

    //define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Delivery');

    //define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Delivery');

    //define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Delivery');

    define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Flat Rate');
    define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Flat Rate');
    define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Best Way')

    and the includes/modules/shipping/flat.php is

    class flat {

    var $code, $title, $description, $icon, $enabled;



    // class constructor

    function flat() {

    global $order, $db;



    $this->code = 'flat';

    $this->title = MODULE_SHIPPING_FLAT_TEXT_TITLE;

    $this->description = MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION;

    $this->sort_order = MODULE_SHIPPING_FLAT_SORT_ORDER;

    $this->icon = '';

    $this->tax_class = MODULE_SHIPPING_FLAT_TAX_CLASS;

    $this->tax_basis = MODULE_SHIPPING_FLAT_TAX_BASIS;

    ....................

  6. #6
    Join Date
    Jul 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Need a help -blank page after clicking contiue chek out

    it has sucessfuly worked before adding zen cart modues as minimum order and store open but the problem is after installing it..
    now i remove the modues but still have a problem...

  7. #7
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Need a help -blank page after clicking contiue chek out

    It looks like you have somehow copied the flat.php file from includes/modules/shipping into includes/languages/english/modules/shipping.

    Try replacing that with the proper file from a fresh copy of the Zencart installation zip file.

 

 

Similar Threads

  1. Blank Page after clicking Add To Cart
    By BrooklynArtist in forum Basic Configuration
    Replies: 2
    Last Post: 16 Nov 2013, 12:29 AM
  2. v150 Blank Page after clicking the install button on Shipping Module
    By luischeung in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 20 Jun 2012, 11:58 PM
  3. Blank Page After Search Or When Clicking on certain Categories?
    By smallbikesni in forum General Questions
    Replies: 1
    Last Post: 10 Aug 2009, 01:06 PM
  4. blank page after clicking upgrade
    By MachaNeko in forum Upgrading from 1.3.x to 1.3.9
    Replies: 27
    Last Post: 8 Apr 2009, 04:24 AM
  5. Blank Page after clicking change address
    By Kinjal in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 3 Jun 2008, 09:43 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