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?



