Results 1 to 1 of 1
  1. #1
    Join Date
    Dec 2011
    Posts
    7
    Plugin Contributions
    0

    Default Check out problems

    Hey guys when i got to checkout on my website i am getting this error:

    Cannot modify header information - headers already sent by (output started at /includes/languages/english/modules/shipping/table.php:57) in

    /includes/functions/functions_general.php on line 45

    This is Lines 43-50


    if ($httpResponseCode == '') {
    header('Location: ' . $url);
    session_write_close();
    } else {
    header('Location: ' . $url, TRUE, (int)$httpResponseCode);
    session_write_close();
    }

    And it is happening on this page main_page=checkout_shipping
    Nothing has been changed in this file?

    So There for this is causing blank page?



    Well problem was 2 extra spaces at the end of the second file in english folder. I guess the FAQ was right i was just looking in wrong file lol. This is the original file so i am assuming it needs to be fixed with original install file?
    Last edited by anhcreations; 9 Dec 2011 at 07:16 AM. Reason: Solved

 

 

Similar Threads

  1. v150 Check out problems with CC
    By Rayven Candles in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 5 Jun 2012, 04:08 PM
  2. Check out problems HELP
    By uniqueliving in forum General Questions
    Replies: 3
    Last Post: 27 May 2010, 10:45 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