Title: Bugfix: Headers allready send
Last modified: August 22, 2016

---

# Bugfix: Headers allready send

 *  Resolved [CMG](https://wordpress.org/support/users/seraphyn/)
 * (@seraphyn)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/bugfix-headers-allready-send/)
 *     ```
       Warning: Cannot modify header information - headers already sent by (output started at /PATHTOWP/wp-content/themes/cv-card/admin/options-init.php:541) in /PATHTOWP/wp-includes/option.php on line 750
   
       Warning: Cannot modify header information - headers already sent by (output started at /PATHTOWP/wp-content/themes/cv-card/admin/options-init.php:541) in /PATHTOWP/wp-includes/option.php on line 751
       ```
   
 * Comes from a empty line at /cv-card/admin/options-init.php on line 541.
    After
   deleting it, the error does not occur again
 * Greetings

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

 *  [burak](https://wordpress.org/support/users/burakkaptan/)
 * (@burakkaptan)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/bugfix-headers-allready-send/#post-5365906)
 * Hello,
 * Could you tell me how to get this error?
 *  [burak](https://wordpress.org/support/users/burakkaptan/)
 * (@burakkaptan)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/bugfix-headers-allready-send/#post-5366055)
 * First of all, you should always install last version of the theme.
 * In the other hand, I didn’t get any error like this. But if you still get error
   like this, i have idea about it.
 * I think, this error might be related to output buffering. So you should put “
   ob_start()” function top of the file that you get error. Give a try.
 *  [tim999](https://wordpress.org/support/users/tim999/)
 * (@tim999)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/bugfix-headers-allready-send/#post-5366056)
 * I had this problem as well when I downloaded this theme for the first time but
   your solution fixed it.
 *     ```
       [07-Jan-2015 08:46:55 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/****/public_html/****/wp-content/themes/cv-card/admin/options-init.php:541) in /home/****/public_html/****/wp-includes/option.php on line 748
       ```
   
 *  Thread Starter [CMG](https://wordpress.org/support/users/seraphyn/)
 * (@seraphyn)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/bugfix-headers-allready-send/#post-5366057)
 * @ burakkaptan
    For myself I fixed this error, and I telled you how I get this
   one.
 * > Comes from a empty line at /cv-card/admin/options-init.php on line 541.
 * What should I say, what I’ve done before, load the page 😉
 * As you could see other had this error, too.
    It is a normal outstandig typical
   error sometimes to get header problem in case of an empty line at the end in 
   some php-pages.
 * Have a happy new year burakkaptan and keep up the good work
 *  [burak](https://wordpress.org/support/users/burakkaptan/)
 * (@burakkaptan)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/bugfix-headers-allready-send/#post-5366058)
 * I’ll update the theme and that was solved.
 * Thanks, have a happy new year too.

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

The topic ‘Bugfix: Headers allready send’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/cv-card/1.2.4/screenshot.png)
 * CV Card
 * [Support Threads](https://wordpress.org/support/theme/cv-card/)
 * [Active Topics](https://wordpress.org/support/theme/cv-card/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/cv-card/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/cv-card/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [burak](https://wordpress.org/support/users/burakkaptan/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/bugfix-headers-allready-send/#post-5366058)
 * Status: resolved