Title: RSS Subscribe
Last modified: August 19, 2016

---

# RSS Subscribe

 *  [mainjane](https://wordpress.org/support/users/mainjane/)
 * (@mainjane)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/rss-subscribe/)
 * The subscription link on my site returns this error:
 * Warning: Cannot modify header information – headers already sent by (output started
   at /nfs/c03/h06/mnt/55862/domains/gravityu.com/html/index.php:1) in /nfs/c03/
   h06/mnt/55862/domains/gravityu.com/html/blog/wp-includes/feed-rss.php on line
   8
    [http://www.gravityu.com](http://www.gravityu.com) The Journal Of Original
   Health Mon, 15 Nov 2010 05:30:04 +0000 [http://backend.userland.com/rss092](http://backend.userland.com/rss092)
   en [http://www.gravityu.com/http:/www.gravityu.com/?p=1](http://www.gravityu.com/http:/www.gravityu.com/?p=1)
   [http://www.gravityu.com/http:/www.gravityu.com/?p=1](http://www.gravityu.com/http:/www.gravityu.com/?p=1)
   [http://www.gravityu.com/http:/www.gravityu.com/?p=1](http://www.gravityu.com/http:/www.gravityu.com/?p=1)
   [http://www.gravityu.com/http:/www.gravityu.com/?p=1](http://www.gravityu.com/http:/www.gravityu.com/?p=1)
   [http://www.gravityu.com/http:/www.gravityu.com/?p=1](http://www.gravityu.com/http:/www.gravityu.com/?p=1)
   [http://www.gravityu.com/http:/www.gravityu.com/?p=1](http://www.gravityu.com/http:/www.gravityu.com/?p=1)
   [http://www.gravityu.com/http:/www.gravityu.com/?p=1](http://www.gravityu.com/http:/www.gravityu.com/?p=1)
   [http://www.gravityu.com/http:/www.gravityu.com/?p=1](http://www.gravityu.com/http:/www.gravityu.com/?p=1)
   [http://www.gravityu.com/http:/www.gravityu.com/?p=1](http://www.gravityu.com/http:/www.gravityu.com/?p=1)
   [http://www.gravityu.com/http:/www.gravityu.com/?p=1](http://www.gravityu.com/http:/www.gravityu.com/?p=1)
 * Would love to resolve this or, at the very least learn what the feed link is 
   so that people can subscribe. Any help greatly appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/rss-subscribe/#post-1770112)
 * [Solving “headers already sent” warnings](http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F)
 *  Thread Starter [mainjane](https://wordpress.org/support/users/mainjane/)
 * (@mainjane)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rss-subscribe/#post-1770234)
 * I have completed all of the remedies listed in the Troubleshooting document and
   cannot resolve this. The Troubleshooting document says there must be no information
   after the php close (?>), however the flagged file (feed-rss.php) has the following
   data after that closing tag:
 * <rss version=”0.92″>
    <channel> <title><?php bloginfo_rss(‘name’); wp_title_rss();?
   ></title> <link><?php bloginfo_rss(‘url’) ?></link> <description><?php bloginfo_rss(‘
   description’) ?></description> <lastBuildDate><?php echo mysql2date(‘D, d M Y
   H:i:s +0000’, get_lastpostmodified(‘GMT’), false); ?></lastBuildDate> <docs>[http://backend.userland.com/rss092</docs&gt](http://backend.userland.com/rss092</docs&gt);
   <language><?php echo get_option(‘rss_language’); ?></language><?php do_action(‘
   rss_head’); ?><?php while (have_posts()) : the_post(); ?><item><title><?php the_title_rss()?
   ></title><description><![CDATA[<?php the_excerpt_rss() ?>]]></description><link
   ><?php the_permalink_rss() ?></link><?php do_action(‘rss_item’); ?></item><?php
   endwhile; ?> </channel> </rss>
 * This would appear to be a crucial part of this document and I don’t know that
   this is the problem or not. Meanwhile no one can subscribe to my blog until this
   is fixed. Any help?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rss-subscribe/#post-1770235)
 * Don’t touch any of the core files. Try looking on your theme’s templates files,
   your wp-config.php file and any external files that you are using to display 
   posts.
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rss-subscribe/#post-1770236)
 * > output started at /nfs/c03/h06/mnt/55862/domains/gravityu.com/html/index.php:
   > 1
 * That tells me that you should be looking at your index.php file instead. Probably
   the first line. Probably you have a blank or a space or something before the 
   beginning `<?php` code.
 *  Thread Starter [mainjane](https://wordpress.org/support/users/mainjane/)
 * (@mainjane)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rss-subscribe/#post-1770238)
 * esmi – Don’t know what “core files” are. Not using any “external files” to display
   posts. There are dozens of theme template files – am I looking for spurious spaces
   or data in each one?
 * otto – nothing there.
 *  Thread Starter [mainjane](https://wordpress.org/support/users/mainjane/)
 * (@mainjane)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rss-subscribe/#post-1770239)
 * Tried to fix my sight per recommendations and it only made matters worse. Now
   I can’t get into the admin section. Instead, I get this:
 * Warning: Cannot modify header information – headers already sent by (output started
   at /nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-config.php:1) in /
   nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-login.php on line 337
 * Warning: Cannot modify header information – headers already sent by (output started
   at /nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-config.php:1) in /
   nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-login.php on line 349
 * Warning: Cannot modify header information – headers already sent by (output started
   at /nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-config.php:1) in /
   nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-login.php on line 351
 * Warning: Cannot modify header information – headers already sent by (output started
   at /nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-config.php:1) in /
   nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-includes/pluggable.php
   on line 690
 * Warning: Cannot modify header information – headers already sent by (output started
   at /nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-config.php:1) in /
   nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-includes/pluggable.php
   on line 691
 * Warning: Cannot modify header information – headers already sent by (output started
   at /nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-config.php:1) in /
   nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-includes/pluggable.php
   on line 692
 * Warning: Cannot modify header information – headers already sent by (output started
   at /nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-config.php:1) in /
   nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-includes/pluggable.php
   on line 694
 * Warning: Cannot modify header information – headers already sent by (output started
   at /nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-config.php:1) in /
   nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-includes/pluggable.php
   on line 890
 * I saved a copy of wp-config.php and restored it when things went wrong, but it
   didn’t help.
 * Now I’m dead in the water and can’t update my blog. I have built my own sites
   before and chose to do this one with WordPress to save myself some time, but 
   these problems have taken me 5 times longer than it would have taken me to build
   my own site. I’d love someone to help me how to salvage this site but I’m out
   of answers.
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rss-subscribe/#post-1770241)
 * It’s telling you where the error is. It can’t be mistaken on this point.
 * “(output started at /nfs/c03/h06/mnt/55862/domains/gravityu.com/html/blog/wp-
   config.php:1”
 * That means you need to look at your wp-config.php file, line 1.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘RSS Subscribe’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 3 participants
 * Last reply from: [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/rss-subscribe/#post-1770241)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
