1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Buying Fix Simple Wordpress Error

Discussion in 'Programming' started by dropship, Jul 25, 2012.

  1. #1
    I have a wordpress site that someone made some changes to my css file and now I get this error when I try to go to my wp-admin page


    Warning: Cannot modify header information - headers already sent by (output started at /home/freebies/public_html/sign-up/wp-content/themes/thesis_182/custom/skins/tt-easythesis/functions.php:26) in /home/freebies/public_html/sign-up/wp-includes/pluggable.php on line 934

    Need someone to fix this ASAP. Will give $5 for this job.

    Thanks
     
    dropship, Jul 25, 2012 IP
  2. KangBroke

    KangBroke Notable Member

    Messages:
    1,026
    Likes Received:
    59
    Best Answers:
    4
    Trophy Points:
    265
    As Seller:
    100% - 6
    As Buyer:
    100% - 7
    #2
    They didnt do this by editing css. They lied. Someone edited a php file.
     
    KangBroke, Jul 25, 2012 IP
    CodeBeast likes this.
  3. CodeBeast

    CodeBeast Well-Known Member

    Messages:
    463
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    155
    As Seller:
    100% - 0
    As Buyer:
    50.0% - 1
    #3
    The "headers already sent" error is usually caused by having white space before or after the opening and closing PHP tags (<?php . . . ?>).


    Have you recently edited any files?
     
    CodeBeast, Jul 25, 2012 IP
  4. dropship

    dropship Active Member

    Messages:
    1,379
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    80
    As Seller:
    100% - 3
    As Buyer:
    100% - 0
    #4
    Yes someone has edited my .css file. I checked the file for <php.., but didn't see anything there.
     
    dropship, Jul 25, 2012 IP
  5. KangBroke

    KangBroke Notable Member

    Messages:
    1,026
    Likes Received:
    59
    Best Answers:
    4
    Trophy Points:
    265
    As Seller:
    100% - 6
    As Buyer:
    100% - 7
    #5
    this error is not caused by any css file
     
    KangBroke, Jul 25, 2012 IP
  6. KangBroke

    KangBroke Notable Member

    Messages:
    1,026
    Likes Received:
    59
    Best Answers:
    4
    Trophy Points:
    265
    As Seller:
    100% - 6
    As Buyer:
    100% - 7
    #6
    pluggable.php on line 934 You are attempting to pass headers twice. It tells you what the problem is.
     
    KangBroke, Jul 25, 2012 IP
  7. kishore415

    kishore415 Well-Known Member

    Messages:
    1,462
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    160
    As Seller:
    100% - 0
    As Buyer:
    25.0% - 1
    #7
    job completed..thanks
     
    kishore415, Jul 25, 2012 IP
  8. edduvs

    edduvs Well-Known Member

    Messages:
    394
    Likes Received:
    31
    Best Answers:
    3
    Trophy Points:
    160
    As Seller:
    100% - 2
    As Buyer:
    100% - 0
    #8
    Simple as following:

    1. after <?php insert ob_start();
    2. before ?> insert ob_flush(); (end of page)

    Why paying something that's so simple.
     
    edduvs, Jul 25, 2012 IP
    CodeBeast likes this.