Error on wordpress site.

Discussion in 'HTML & Website Design' started by holkapolka, Aug 9, 2011.

  1. #1
    http://www.taxations.biz/

    Warning: Cannot modify header information - headers already sent by (output started at /home/content/65/8188165/html/wp-content/themes/adsense-id/functions.php:37) in /home/content/65/8188165/html/wp-includes/pluggable.php on line 897
     
    holkapolka, Aug 9, 2011 IP
  2. i-WatchMoviesFREE

    i-WatchMoviesFREE Peon

    Messages:
    60
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Your going to need to look at the coding in the functions.php as it shows above. Go into your error log to see more specific error reports, and it should let you know the specific line that needs fixin'. But hey I build PHP Sites so what'da I know

    I had an issue like this with my new site i-WatchMoviesFREE.net , and it ended up being a piece of code I had accidentally taken out :eek:
     
    i-WatchMoviesFREE, Aug 9, 2011 IP
  3. holkapolka

    holkapolka Well-Known Member

    Messages:
    623
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    145
    #3
    Im only using dreamweaver so i have NO idea whatsoever.
     
    holkapolka, Aug 9, 2011 IP
  4. i-WatchMoviesFREE

    i-WatchMoviesFREE Peon

    Messages:
    60
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Of Course You Should Always Have a Backup incase this is not the problem, but I am about 99% Sure That This Below Should Fix Your Issue, as like I said above I had the same issues before in my own endeavors . Try This

    1. Download your wp-config.php down via FTP (Edit directly if you have SSH access)
    2. Open wp-config with your favorite editor (Filezilla is mine, Can Use Whatever), and remove all spaces before "<?php" and after "?>"


    And This Should Fix Your Problem. If However there are no spaces, your search for the missing piece continues, but this is usually a solvable issue
     
    i-WatchMoviesFREE, Aug 9, 2011 IP
  5. holkapolka

    holkapolka Well-Known Member

    Messages:
    623
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    145
    #5
    I opened the file with notepad.. i couldnt find any ?> only "<?php
     
    holkapolka, Aug 9, 2011 IP
  6. LeetPCUser

    LeetPCUser Peon

    Messages:
    711
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #6
    If you want to send over the file I could help you figure it out.
     
    LeetPCUser, Aug 9, 2011 IP
  7. lalotox

    lalotox Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I can help you, PM if you are interested.

    Just need some files.

    Regards,
     
    lalotox, Aug 9, 2011 IP
  8. vishu_unlocker

    vishu_unlocker Well-Known Member

    Messages:
    264
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    105
    #8
    The problem is with either the functions.php or pluggable.php, open these two files in preferably a code editor and look at lines #37 and #897 respectively, you'll see one or more line breaks before or after the <?php and ?> tags, remove them and your problem should be solved..

    "Headers already sent.." is a very common error we encounter while working with php files, and 99.99% of the time its caused by the extra spaces around these tags."
     
    vishu_unlocker, Aug 9, 2011 IP
  9. Youmax

    Youmax Active Member

    Messages:
    122
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    58
    #9
    Be like a boss, go get an expert instead of hustlin' byself..lol
     
    Youmax, Aug 9, 2011 IP
  10. hkhera

    hkhera Peon

    Messages:
    118
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Hi,

    I am a WordPress expert. working from last 4 years. solved many problems like this before.
    I am sending you my cover letter on PM
    please check and add me on Skype.
    There we can discussed more about the problem and solutions.

    Thanks
     
    hkhera, Aug 10, 2011 IP
  11. holkapolka

    holkapolka Well-Known Member

    Messages:
    623
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    145
    #11
    Thanks for the answers people.. :)
     
    holkapolka, Aug 11, 2011 IP