Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    It is usually due to spaces, new lines, or other garbage at opening/closing PHP file <?php tag or after a closing ?> tag in wp-config.php. It can be other file too so need to check error message as it may list file name where the error occurred.

    One can either upload error file from the backup or edit erroneous file. To edit the file one need to check below mentioned points:

    1. Download the file mentioned in the error message.

    2. Open that file in a plain text editor

    3. Check that the very first characters are <?php

    4. Check that the very last characters are ?>

    5. Place the cursor between the ? and >

    6. Now press the DELETE key on your computer and keep that key pressed for at least 15 seconds.

    7. Now type > and

    8. Save without pressing any other key at all.

    That’s it!

    Thanks,

    Shane G.

    Thread Starter girlswishlist

    (@girlswishlist)

    Hi Shane G,

    I did as you suggested to both the functions.php and the wp-login.php but sadly it hasn’t fixed the issue. I’ve looked for the ?> at the end of pluggable.php but there isn’t one at the end of this. Could this be the issue?

    Thanks

    Hayley

    Try looking in functions.php.

    Thread Starter girlswishlist

    (@girlswishlist)

    This is my functions.php:

    <?php
    if ( function_exists('register_sidebar') ){
        register_sidebar(array(
            'name' => 'leftsidebar',
            'before_widget' => '',
            'after_widget' => '',
            'before_title' => '<h4>',
            'after_title' => '</h4>',
        ));
    
    }
    ?>

    Get rid of the closing ?> tag.

    How do I download the file mentioned in the error message?

    Hi there

    I am having the same problem except my error message mentions services.php

    How do I find the code for services.php as girlswishlist found the code for functions.php?

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can't login to the admin area – cannot modify header information errors showing’ is closed to new replies.