• I just installed the Comment Plugger hack, and it worked, but when I go to wp-admin to post a new entry it says:
    Warning: Cannot modify header information – headers already sent by (output started at /home/eflorese/public_html/blog/my-hacks.php:3) in /home/eflorese/public_html/blog/wp-admin/auth.php on line 37
    Warning: Cannot modify header information – headers already sent by (output started at /home/eflorese/public_html/blog/my-hacks.php:3) in /home/eflorese/public_html/blog/wp-admin/auth.php on line 38
    Warning: Cannot modify header information – headers already sent by (output started at /home/eflorese/public_html/blog/my-hacks.php:3) in /home/eflorese/public_html/blog/wp-admin/auth.php on line 39
    Warning: Cannot modify header information – headers already sent by (output started at /home/eflorese/public_html/blog/my-hacks.php:3) in /home/eflorese/public_html/blog/wp-admin/auth.php on line 40
    Warning: Cannot modify header information – headers already sent by (output started at /home/eflorese/public_html/blog/my-hacks.php:3) in /home/eflorese/public_html/blog/wp-admin/auth.php on line 45
    How can I fix this??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do a search for “cannot modify header” and follow the many many responses.

    If needed:
    /* Comment Plugger styling from MtDewVirus */
    .feedback {
    text-align:right;
    font-size:small;
    padding-bottom:10px;
    color: #333366;
    }
    .feedback ul {
    margin-left:0;
    padding-left:0;
    display:inline;
    list-style:none;
    color: #333366;
    }
    .feedback ul li {
    display:inline;
    padding:0 2px 0 2px;
    color: #333366;
    }
    .feedback ul li a, .feedback ul li a:link {
    display:inline;
    padding:0 2px 0 2px;
    color: #333366;
    }
    Change colour to suit ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wp-admin problems after comment plugger hack’ is closed to new replies.