• rgockley

    (@rgockley)


    I want to start by saying that I’ve been through this blog in search of this answer. I’ve checked the wp-rss.php, wp-atom.php, wp-config and the themes functions.php files for blank lines outside of <? ?>. I also deactiveted plugins and reactivated.

    For your reference, I added the unedited index.php code to a table in the web template and removed the head section in the template so it doesn’t conflict with the head load for the blog. These are the first 7 lines of the index.php file. The last line of this code is line 7 called out in the error found at the bottom of this post.

    <html>
    <link href=”../inline.css” rel=”stylesheet” type=”text/css” media=”all”>
    <!– #BeginTemplate “../../Conestoga%20Web.data/Templates/blog.html” –>
    <body bgcolor=”#cdc9ae” link=”white” vlink=”white” alink=”white” leftmargin=”0″ marginheight=”0″ marginwidth=”0″ topmargin=”0″>
    <table width=”100%” border=”0″ cellspacing=”0″ cellpadding=”0″>
    <tr height=”99″>
    <td valign=”top” bgcolor=”#cdc9ae” width=”137″ height=”99″ background=”../pages/images/left-header.jpg”></td>

    Below this line is the error code I’m getting
    …………………………………………………………..

    Warning: Cannot modify header information – headers already sent by (output started at C:\Inetpub\vhosts\conestogalogcabins.com\httpdocs\blog\index.php:7) in C:\Inetpub\vhosts\conestogalogcabins.com\httpdocs\blog\wp-includes\feed-rss2-comments.php on line 2
    http://conestogalogcabins.com/blog Thu, 02 Apr 2009 14:14:50 +0000 http://wordpress.org/?v=2.3.3

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘RSS Feed Header Question’ is closed to new replies.