• Keep getting locked out and geting this message

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

    Web site is HomeSearchLondon.com

    Anyone help

Viewing 2 replies - 1 through 2 (of 2 total)
  • sounds like blank lines before or after a <?php or ?> possibly in your theme’s functions.php file

    the very first line needs to be <?php no blank spaces or lines before

    the very last line needs to be ?> no blank spaces or lines after

    If you close and open a php in the functions.php, no blank lines in between, this was my problem. I had:

    code
    ?>
    blank line
    <?php
    code

    removing that blank line helped me

    Thread Starter Nilreb

    (@nilreb)

    ok great thanks will give that a try..

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

The topic ‘Cannot modify header information’ is closed to new replies.