Title: can&#039;t modify headers &#8211; comments-template.php &amp; pluggable.php
Last modified: August 20, 2016

---

# can't modify headers – comments-template.php & pluggable.php

 *  Resolved [stephenrusselcrane@yahoo.com](https://wordpress.org/support/users/stephenrusselcraneyahoocom/)
 * (@stephenrusselcraneyahoocom)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/cant-modify-headers-comments-templatephp-pluggablephp/)
 * I recently tried logging in to my site backstage and got this message
 * Warning: Cannot modify header information – headers already sent by (output started
   at …/wp-includes/comment-template.php:1552) in …/wp-includes/pluggable.php on
   line 866
 * today it wont let me on the site itself & it is giving me the same message. What
   happened and how do i fix it?

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

 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/cant-modify-headers-comments-templatephp-pluggablephp/#post-2554761)
 * See [How_do_I_solve_the_Headers_already_sent_warning_problem > FAQ Troubleshooting « WordPress Codex](http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F)
 *  Thread Starter [stephenrusselcrane@yahoo.com](https://wordpress.org/support/users/stephenrusselcraneyahoocom/)
 * (@stephenrusselcraneyahoocom)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/cant-modify-headers-comments-templatephp-pluggablephp/#post-2554778)
 * Thx! I looked it over but still can’t get it sorted. I replaced my comment-template.
   php file with a fresh file from a new wordpress download but i still get the 
   message.
 *  Thread Starter [stephenrusselcrane@yahoo.com](https://wordpress.org/support/users/stephenrusselcraneyahoocom/)
 * (@stephenrusselcraneyahoocom)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/cant-modify-headers-comments-templatephp-pluggablephp/#post-2554784)
 * I also checked to see if there was extra space at the beginning and end of my
   comment-template.php file but to my knowledge there isn’t.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/cant-modify-headers-comments-templatephp-pluggablephp/#post-2554786)
 * Have you tried:
 * – deactivating **all** plugins to see if this resolves the problem. If this works,
   re-activate the plugins one by one until you find the problematic plugin(s).
 * – switching to the Twenty Eleven theme to rule out any theme-specific problems.
 * – [resetting the plugins folder](http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F)
   by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause
   problems.
 * – re-uploading the wp-admin and wp-includes folders from a **fresh** download
   of WordPress.
 *  Thread Starter [stephenrusselcrane@yahoo.com](https://wordpress.org/support/users/stephenrusselcraneyahoocom/)
 * (@stephenrusselcraneyahoocom)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/cant-modify-headers-comments-templatephp-pluggablephp/#post-2554918)
 * okay so i backuped my pluggins folder and deleted the pluggins in it. then i 
   reuploaded them one at a time and found that simple facebook connect was giving
   me the issues. I can finally login to my dashboard now but the pluggins page 
   is giving me issues. I reinstalled the pluggins that i was using but the page
   isn’t displaying them. Any thoughts?
 *  [bobbieg](https://wordpress.org/support/users/bobbieg/)
 * (@bobbieg)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/cant-modify-headers-comments-templatephp-pluggablephp/#post-2554937)
 * I’m having this same issue with every one of my wordpress sites. It started happening
   two days ago. So far I’ve upgraded all my WP sites to the current version. I 
   removed almost all the plugins. Right now I’m removing old themes.
 * I primarily use OptimizedPress and StudioPress themes, but had a bunch old ones
   just hanging in there.
 * My errors look like this:
    Warning: Cannot modify header information – headers
   already sent by (output started at /usr/lib/php/ini:49) in /home/authorst/public_html/
   wp-includes/pluggable.php on line 866
 * Some of my WP sites look fine on the fronted and on the backend the admin is 
   either not reading the style css or it’s throwing this type of blank space error.
   The ones throwing the error… I can’t do anything with. There’s no content displayed.
 * Some of my WP sites are throwing the error on the fronted too. It’s weird.
 * Any ideas or thoughts… and especially a fix are welcomed!
 *  [bobbieg](https://wordpress.org/support/users/bobbieg/)
 * (@bobbieg)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/cant-modify-headers-comments-templatephp-pluggablephp/#post-2554939)
 * Also, I read through How_do_I_solve_the_Headers_already_sent_warning_problem 
   > FAQ Troubleshooting « WordPress Codex as linked up above. None of that helped,
   but I did notice that the new wp-config doesn’t have a closing ?> tag, but the
   older wp-config files do. Has there been any issues with that? Any issues that
   require redoing all the wp-config files?
 *  [kitchin](https://wordpress.org/support/users/kitchin/)
 * (@kitchin)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/cant-modify-headers-comments-templatephp-pluggablephp/#post-2554946)
 * The closing ?> is not needed.
 * Any chance you have WP_DEBUG true in wp-config.php? Often the output is started
   by PHP notices of deprecated functions and other non-fatal stuff.
 * Normally I would say to try [http://www.php.net/manual/en/function.debug-print-backtrace.php](http://www.php.net/manual/en/function.debug-print-backtrace.php)
   at the code starting the output, but the message says “output started at /usr/
   lib/php/ini” which makes me think it is some PHP caching or buffering gone haywire.
   In other words, something beyond WordPress. Just a guess.

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

The topic ‘can't modify headers – comments-template.php & pluggable.php’ is closed
to new replies.

## Tags

 * [cannot modify header info](https://wordpress.org/support/topic-tag/cannot-modify-header-info/)
 * [comment-template.php](https://wordpress.org/support/topic-tag/comment-template-php/)
 * [pluggable.php](https://wordpress.org/support/topic-tag/pluggable-php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 5 participants
 * Last reply from: [kitchin](https://wordpress.org/support/users/kitchin/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/cant-modify-headers-comments-templatephp-pluggablephp/#post-2554946)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
