Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cannot modify header info HELP?


INDY GS

Recommended Posts

Posted

Warning: Cannot modify header information - headers already sent by (output started at /home/content/r/a/c/raceeffect/html/catalog/includes/languages/english.php:1) in /home/content/r/a/c/raceeffect/html/catalog/includes/functions/general.php on line 33

 

 

 

What is causing this? I need help stat. Thanks.

Posted
Warning: Cannot modify header information - headers already sent by (output started at /home/content/r/a/c/raceeffect/html/catalog/includes/languages/english.php:1) in /home/content/r/a/c/raceeffect/html/catalog/includes/functions/general.php on line 33

What is causing this? I need help stat. Thanks.

Check filenames mentioned in error and make sure

a. There is NO SPACE before FIRST <?php tag and

b. There is NO SPACE after last ?> tag in these pages.

 

When you open a file in notepad, generally we don't get to see the space, but for a server, it is a valid character and thus throws an error - a know issue with a simple fix to wipe all spaces from your pages in question. Remember it is only begining tag (first tag) and end tag (last tag) for every page.

 

cheers

GS

Best Regards,
Gaurav

Posted
Check filenames mentioned in error and make sure

a. There is NO SPACE before FIRST <?php tag and

b. There is NO SPACE after last ?> tag in these pages.

 

When you open a file in notepad, generally we don't get to see the space, but for a server, it is a valid character and thus throws an error - a know issue with a simple fix to wipe all spaces from your pages in question. Remember it is only begining tag (first tag) and end tag (last tag) for every page.

 

cheers

GS

 

 

You are a life saver. I could not find what had caused that. Problem FIXED.

 

There was an extra line at the top of the page.

 

INDY

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...