Title: 's Replies | WordPress.org

---

# derekdavis

  [  ](https://wordpress.org/support/users/derekdavis/)

 *   [Profile](https://wordpress.org/support/users/derekdavis/)
 *   [Topics Started](https://wordpress.org/support/users/derekdavis/topics/)
 *   [Replies Created](https://wordpress.org/support/users/derekdavis/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/derekdavis/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/derekdavis/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/derekdavis/engagements/)
 *   [Favorites](https://wordpress.org/support/users/derekdavis/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot modify header information – headers already sent](https://wordpress.org/support/topic/cannot-modify-header-information-headers-already-sent-4-2/)
 *  Thread Starter [derekdavis](https://wordpress.org/support/users/derekdavis/)
 * (@derekdavis)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/cannot-modify-header-information-headers-already-sent-4-2/#post-1068392)
 * Yeah, it was a mix of everything people suggested.
 * I deleted all of the plugins except akismet and deleted the following from the
   functions.php file included in the theme I was using:
 *     ```
       <?php // for sidebar.php if needed ?>
       <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : endif;
       ?>
       ```
   
 * Thanks for all of your help!

Viewing 1 replies (of 1 total)