Forums

Warning: Cannot add header information (5 posts)

  1. Anonymous
    Unregistered
    Posted 8 years ago #

    I get the following error when trying to turn off registration:
    Warning: Cannot add header information - headers already sent by (output started at c:\phpdev\www\wordpress\wp-admin\admin-header.php:59) in c:\phpdev\www\wordpress\wp-admin\options.php on line 101
    I'm using the latest CVS version as of this posting. Using Windows XP Pro on localhost.
    Thanks

  2. Nick Momrik
    Member
    Posted 8 years ago #

    I am also getting this same error when changing any options in the Admin and then clicking the Update Settings button.

  3. Ryan Boren
    WordPress Dev
    Posted 8 years ago #

    In options.php, change line 48 like so:
    diff -r1.6 options.php
    48c48
    < $standalone = 0;
    ---
    > $standalone = 1;
    In other words, change $standalone from 0 to 1.

  4. Nick Momrik
    Member
    Posted 8 years ago #

    Perfect! Thanks!

  5. Ryan Boren
    WordPress Dev
    Posted 8 years ago #

    Fix committed to CVS.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.