INDY GS Posted October 25, 2007 Posted October 25, 2007 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.
Gauravs Posted October 25, 2007 Posted October 25, 2007 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 33What 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
INDY GS Posted October 25, 2007 Author Posted October 25, 2007 Check filenames mentioned in error and make surea. 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
Gauravs Posted October 25, 2007 Posted October 25, 2007 That was quick :) And where is my candy :D) cheers GS Best Regards,Gaurav
Recommended Posts
Archived
This topic is now archived and is closed to further replies.