Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I installed a contribution to add an additional shipping table. I was able to go through a test purchase, got two shipping options during checkout, but during the final checkout, I get the following error message:

 

Warning: Cannot modify header information - headers already sent by (output started at /home/thesav2/public_html/catalog/includes/modules/shipping/table.php:202) in /home/thesav2/public_html/catalog/includes/functions/general.php on line 29

 

What does this mean and how do I fix? I am a newbie so go easy on your answer :)

Posted

The error message means that some HTTP HEADER information (such as cookie) is being sent to the window, but some raw html content has already been sent (Maybe an error message...).

 

Try putting this at the top of the script and checkout what's happening:

 

error_reporting(E_ALL);

 

This will print all errors to screen, try to spot what's happening before the error message.

 

Cheers,

 

Will.

  • 6 months later...
Posted

Hi

I have/had? this same problem too

but i seem to not have the complete file. It appears to be ending at line 893 with no end to code

is there a problem with certain file lengths? - not appearing on the screen?

 

I have been viewing them in my hosting file manager - copying them to my edit program - altering and then reuploading - but this file only seems to show some of the file.

 

When I have reuploaded it, the file has reduced in size from 44k to 31k?

 

is there somewhere i can go to get the complete file?

 

thanks to all you clever people who may help me out there

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...