• Hi

    Sorry second time tonight, along with having issues with my RSS feed, all of a sudden I’ve got the below error message when trying to access my admin,

    Warning: Cannot modify header information – headers already sent by (output started at /websites/123reg/LinuxPackage21/ju/pp/er/jupperpeep.com/public_html/jadedeye/wp-admin/index.php:2) in /websites/123reg/LinuxPackage21/ju/pp/er/jupperpeep.com/public_html/jadedeye/wp-includes/pluggable.php on line 892

    I had a simular warning a couple of weeks ago which involved deleting a file for a plugin, but I haven’t installed nor updated any today.

    Thanks
    Jean-Philippe

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

    (@jupperpeep)

    Hi

    Thank you for your link, so am I correct in thinking that I’m going to have to go through every file that it mentions in this link

    (output started at /websites/123reg/LinuxPackage21/ju/pp/er/jupperpeep.com/public_html/jadedeye/wp-admin/index.php:2)

    and check that the <php is on line one and that the code finishes with ?>

    What would have caused this?

    am I correct in thinking that I’m going to have to go through every file that it mentions in this link

    Start with wp-config.php and your theme’s template files.

    Then try deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    Finally try re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress.

    check that the <php is on line one

    Sort of. If the first 5 characters in a file are <?php, you need to ensure that are no blank lines or spaces before it.

    and that the code finishes with ?>

    Again – close. It’s often better to omit the ending ?> if it’s the last 2 characters in a file. That should stop the problem re-occurring.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to access my admin’ is closed to new replies.