• Resolved seanpaune

    (@seanpaune)


    Okay, I get this error first:

    Warning: Cannot modify header information - headers already sent by (output started at /home/.hay/seanpaune/seanpaune.com/wp-admin/admin-header.php:16) in /home/.hay/seanpaune/seanpaune.com/wp-includes/pluggable.php on line 390

    Yes, I did a search, I went to admin-header, line 16, and this is how it currently appears:

    <html xmlns="https://www.w3.org/1999/xhtml"> <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>

    I have NO clue what is wrong with it. And at the top of my admin section, above my blog name, I’m seeing “dir=”ltr””

    Obviously something is messed up, but I am cluesless.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter seanpaune

    (@seanpaune)

    Okay, got a copy of admin-header from another wp install I have, line 16 now says

    <html xmlns="https://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>

    The “dir=”ltr”” is gone, but I am still getting

    Warning: Cannot modify header information - headers already sent by (output started at /home/.hay/seanpaune/seanpaune.com/wp-admin/admin-header.php:16) in /home/.hay/seanpaune/seanpaune.com/wp-includes/pluggable.php on line 390

    I seem to get this error when trying to jump back to an older month in “Manage”.

    check your most recently added plugins.. especially any that you just added and edited.. maybe the bottracker one?

    I would suggest disabling a few at a time, and seeing if the error goes away.. might make it quicker.

    Thread Starter seanpaune

    (@seanpaune)

    It was Robots Meta… THANK YOU! I was going nuts.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Admin-header error on line 16, I’m stumped’ is closed to new replies.