Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   "Headers already sent by..." error message (http://forum.bytesforall.com/showthread.php?t=1826)

Flynn May 28, 2009 05:53 PM

"Headers already sent by..." error message
 
Whenever you get this message, remove any blank lines you may have outside of opening <?php and closing ?> PHP tags in one of the files mentioned in the error message, or in /themes/atahualpa/functions.php (a Atahualpa file) or in /wp-config.php (a core Wordpress file), especially at the bottom of these files.

FILE STARTS HERE
remove blank line (or space) here, if any
<?php
...

blank lines are o.k. here

...
?>

remove blank line (or space) here, if any
<?php
...

blank lines are o.k. here

...

?>
remove blank line (or space) here, if any
FILE ENDS HERE


All times are GMT -6. The time now is 03:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.