• I’m getting the following error….

    Warning: Cannot modify header information – headers already sent by (output started at /home/azesolut/public_html/wp-content/themes/elogix/functions.php:1) in /home/azesolut/public_html/wp-includes/pluggable.php on line 881

    I’m using a “elogix” theme. I do not understand that i have uploaded the same theme on other host and its working properly. But its not working in the another host….

    Any solution?

Viewing 1 replies (of 1 total)
  • It is usually because there are spaces, new lines, or other stuff before an opening <?php tag or after a closing ?> tag, typically in wp-config.php. This could be true about some other file too, so please check the error message, as it will list the specific file name where the error occurred.

    For more reference:
    URL – http://codex.wordpress.org/FAQ_Troubleshooting
    Search Topic – How do I solve the Headers already sent warning problem?

Viewing 1 replies (of 1 total)
  • The topic ‘Warning: Cannot modify header information – headers already sent….’ is closed to new replies.