• When going to a particular page on my blog, in either safari, chrome or IE, I get an error at the top of the page.

    It says:

    Warning: cannot modify header information – headers already sent by (output started at /home/jun/public_html/wp-content/themes/headlines/header.php:3) in /home/jun/public_html/wp-includes/pluggable.php on line 690

    In fact, I have this error repeated several times each with a different line number in pluggable.php

    I have read that this error is generally due to white space but I have double and triple checked the header.php file and cant find any extra spaces on the lines mentioned.

    See here:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml"><head profile="https://gmpg.org/xfn/11"><title><?php woo_title(); ?></title>

    I’ve joined all parts together so there is no white space in between the tags and yet I still get the error.

    Any ideas?

    Thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Headers Already Sent – Pluggable.php Error’ is closed to new replies.