The MU forums have moved to WordPress.org

wp-login edits (5 posts)

  1. Xen
    Member
    Posted 17 years ago #

    http://pastebin.ca/87112

    What is wrong in that file, which causes

    Warning: Cannot modify header information - headers already sent by (output started at /home/blogiorg/public_html/wp-content/themes/kiwicanvas/header.php:5) in /home/blogiorg/public_html/wp-includes/pluggable.php on line 314

    Warning: Cannot modify header information - headers already sent by (output started at /home/blogiorg/public_html/wp-content/themes/kiwicanvas/header.php:5) in /home/blogiorg/public_html/wp-includes/pluggable.php on line 315

    Warning: Cannot modify header information - headers already sent by (output started at /home/blogiorg/public_html/wp-content/themes/kiwicanvas/header.php:5) in /home/blogiorg/public_html/wp-includes/pluggable.php on line 277

    When I click login at:

    http://bloggi.org/wp-login.php

  2. klc
    Member
    Posted 17 years ago #

    header.php is generating html before pluggable.php is able to write some header information. You need to modifiy wp-login.php so all the functions that need to write to the headers runs before you call the header.php file.

  3. Xen
    Member
    Posted 17 years ago #

    hahaha, I feel like a dummy, lol thanks ^_^

  4. naderc
    Member
    Posted 17 years ago #

    I'm getting the same error but can't fix it. Please help!

  5. drmike
    Member
    Posted 17 years ago #

    Well if it was the same error, the same solution would apply.

    Maybe if you copied and pasted the error here, we could help.

    edit: I found the error post.

About this Topic