Title: Warning Message
Last modified: August 21, 2016

---

# Warning Message

 *  Resolved [pfernand](https://wordpress.org/support/users/pfernand/)
 * (@pfernand)
 * [12 years ago](https://wordpress.org/support/topic/warning-message-63/)
 * Can anybody tell me what this message means? I know it’s some kind of conflict
   with NextGEN and an answer-my-question plugin but I don’t understand what it 
   means. I haven’t modified any header info that I know of . . .
 * _Warning: Cannot modify header information – headers already sent by (output 
   started at /home1/pfernand/public\_html/interactivetalentmanager.com/wp-content/
   plugins/answer-my-question/functions.inc.php:16) in /home1/pfernand/public\_html/
   interactivetalentmanager.com/wp-content/plugins/nextgen-gallery/products/photocrati\
   _nextgen/modules/frame\_communication/class.frame\_event\_publisher.php on line
   74_
 * [https://wordpress.org/plugins/nextgen-gallery/](https://wordpress.org/plugins/nextgen-gallery/)

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

 *  [tizz](https://wordpress.org/support/users/tizz/)
 * (@tizz)
 * [12 years ago](https://wordpress.org/support/topic/warning-message-63/#post-4900813)
 * [@pfernand](https://wordpress.org/support/users/pfernand/) Read [here](http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F)
   
   You should also try to upload a fresh folder of “answer-my-question plugin” because
   of a corrupted file in that plugin.
 *  Thread Starter [pfernand](https://wordpress.org/support/users/pfernand/)
 * (@pfernand)
 * [12 years ago](https://wordpress.org/support/topic/warning-message-63/#post-4900837)
 * Thanks Tizz. I removed and re-added answer-my-question plugin and still got the
   error. I then checked the function.inc.php file tags to make sure they started
   and ended correctly and they did. I was able to eliminate the error by commenting
   out the piece of code below. I lost my success message but at least I don’t have
   the error.
 * I don’t see what’s wrong with this piece of code. Do you???
 *     ```
       //Show success notification
       	echo '
       	<div class="updated">
       		<p><strong>'.__("Updates Saved!").'</strong></p>
       	</div>';
       ```
   
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [12 years ago](https://wordpress.org/support/topic/warning-message-63/#post-4900956)
 * [@pfernand](https://wordpress.org/support/users/pfernand/) – There could be something
   in the `whitespace` on those lines.
 * Try replacing the code withe following to see if it makes any difference:
    `echo'
   <div class="updated"><p><strong>'.__("Updates Saved!").'</strong></p></div>';`
 * – Cais.
 *  Thread Starter [pfernand](https://wordpress.org/support/users/pfernand/)
 * (@pfernand)
 * [12 years ago](https://wordpress.org/support/topic/warning-message-63/#post-4900960)
 * Unfortunately I still get the error 🙁
 * -Patty
 *  [tizz](https://wordpress.org/support/users/tizz/)
 * (@tizz)
 * [12 years ago](https://wordpress.org/support/topic/warning-message-63/#post-4900962)
 * [@pfernand](https://wordpress.org/support/users/pfernand/) Place the cursor at
   the end of the last `?>` in functions.inc.php, i.e. attached without space, and
   hold down CANC until you see the extra final line is deleted.
    If you use an 
   editor like Notepad++ you can clearly see it, if not the simple default notepad
   will be good anyway (or directly via FTP). I see that there’s another file with
   an extra empty final line in that plugin, so if the error happens again, check
   the file name and do the same thing.
 *  Thread Starter [pfernand](https://wordpress.org/support/users/pfernand/)
 * (@pfernand)
 * [12 years ago](https://wordpress.org/support/topic/warning-message-63/#post-4900979)
 * Hi Tizz. I opened functions.inc.php in Notepadd++. Went to the last ?>. I held
   down CTLR (CANC)? and hit delete repeatedly but I didn’t see any extra lines.
 * What’s the other file you saw with an extra empty line?
 * Thanks for your help.
 *  [tizz](https://wordpress.org/support/users/tizz/)
 * (@tizz)
 * [12 years ago](https://wordpress.org/support/topic/warning-message-63/#post-4900988)
 * [@pfernand](https://wordpress.org/support/users/pfernand/) Yesterday I have seen
   an extra empty line after the closing tag in that function file (and if you don’t
   see it with the naked eye, “PHP” see it anyway), so if you held down for a while
   the delete key near the closing tag, the empty spaces should have been deleted.
   I don’t remember now the name of the other file, but maybe it’s not important
   if isn’t a “function” file – but just in case, if the files are few, checking
   all of them and remove the spaces after the closing tag does not hurt.
    Besides
   that, that plugin is not updated from 2012 and the latest questions in their 
   support are unanswered for a year – so it may not be compatible with the latest
   versions of WordPress and NextGEN.
 *  Thread Starter [pfernand](https://wordpress.org/support/users/pfernand/)
 * (@pfernand)
 * [12 years ago](https://wordpress.org/support/topic/warning-message-63/#post-4901001)
 * Thanks, Tizz. Yes, I noticed the last update was 2012 etc. I checked the other
   files for the empty line and didn’t find it. I have to agree with you that the
   darn plugin isn’t compatible with the recent NextGEN. Thank you so much for your
   help. I really appreciate it. Even though I didn’t resolve my warning msg, the
   documentation you shared with me was very helpful for future reference. Thank
   you.
 *  [tizz](https://wordpress.org/support/users/tizz/)
 * (@tizz)
 * [12 years ago](https://wordpress.org/support/topic/warning-message-63/#post-4901009)
 * [@pfernand](https://wordpress.org/support/users/pfernand/) I don’t know what 
   exactly does that plugin, but I think you should try another one and maybe [here](http://goo.gl/z2km4l)
   you can find something similar.
 *  Thread Starter [pfernand](https://wordpress.org/support/users/pfernand/)
 * (@pfernand)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/warning-message-63/#post-4901010)
 * Lol . . . such an obvious solution. Thank you. I’m switching to the DW Question
   and Answer ([https://wordpress.org/plugins/dw-question-answer/](https://wordpress.org/plugins/dw-question-answer/))
   plugin.

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

The topic ‘Warning Message’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

## Tags

 * [warning message](https://wordpress.org/support/topic-tag/warning-message/)

 * 10 replies
 * 3 participants
 * Last reply from: [pfernand](https://wordpress.org/support/users/pfernand/)
 * Last activity: [11 years, 12 months ago](https://wordpress.org/support/topic/warning-message-63/#post-4901010)
 * Status: resolved