WordPress Plugin Error | Can someone help me?

Discussion in 'WordPress' started by pratik, Aug 20, 2007.

  1. #1
    hi there,

    The site i am talking about is this

    This is the error i get when i try to login to my blogs admin area...

    Warning: Cannot modify header information - headers already sent by (output started at /home/serverfa/public_html/blog/wp-content/themes/deep-blue-10/functions.php:13) in /home/serverfa/public_html/blog/wp-includes/pluggable.php on line 275
    Code (markup):

    Can someone help me in getting rid of this error?

    Please
     
    pratik, Aug 20, 2007 IP
  2. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #2
    I've seen similar errors that were cleared by removing the whitespace at the end of your php files.
     
    mizaks, Aug 20, 2007 IP
  3. pratik

    pratik Notable Member

    Messages:
    2,306
    Likes Received:
    114
    Best Answers:
    0
    Trophy Points:
    200
    #3
    u mean removing white spaces from this file functions.php
    ?

    i have done this... but still getting the same error :(
     
    pratik, Aug 20, 2007 IP
  4. aditya_sfs

    aditya_sfs Peon

    Messages:
    2,271
    Likes Received:
    389
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Output Buffering problem as always

    Add ob_start(); on top of functions.php

    And you are done :)
     
    aditya_sfs, Aug 21, 2007 IP
    r3born likes this.
  5. pratik

    pratik Notable Member

    Messages:
    2,306
    Likes Received:
    114
    Best Answers:
    0
    Trophy Points:
    200
    #5
    thanks a lot buddy.....
    problem solved.. ;)
     
    pratik, Aug 21, 2007 IP
  6. r3born

    r3born Active Member

    Messages:
    1,070
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    88
    #6
    Thanks, had the same problem when people tried to post a comment and it was flagged as spam by SK2.

     
    r3born, Aug 21, 2007 IP