• In need of someone’s help…please! First off not sure which version of wordpress I’m using. I cannot access it to find out.

    Today I copied an HTML link from Amazon to my blog. Things worked fine. About an hour later I accessed my blog’s URL and all that shows on the screen is the Amazon logo with the following message:

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/r/r/a/rrailis/html/wordpress/index.php:3) in /home/content/r/r/a/rrailis/html/wordpress/wp-includes/pluggable.php on line 391

    Nothing else appears. What can I do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • whats inside this file:

    /home/content/r/r/a/rrailis/html/wordpress/index.php

    ALL that ought to be in there, is something along the lines of this:

    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./wp-blog-header.php');
    ?>

    If you have anything different in that file, we need to see it.

    I am receiving the same error message. Not everytime, but enough to be an issue. My index.php has exactly what you mentioned above
    <?php

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wp-blog-header.php’);
    ?>

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

The topic ‘pluggable.php on line 391 error’ is closed to new replies.