Shared Linux Server Issue

Discussion in 'Site & Server Administration' started by cale26, Oct 23, 2010.

  1. #1
    I have a shared linux issue. I am facing an Warning: Cannot modify header information - headers already sent by (output started at /home/content/35/6684835/html/reg.php:1) in /home/content/35/6684835/html/reg.php on line 100.

    Someone suggest me that there is output buffering is off. So set it as off then this problem will be resolved. But it is share server on godaddy. I am unable to set output buffering off.

    So please help me what should i do. PHP is running on this server.
     
    Last edited: Oct 23, 2010
    cale26, Oct 23, 2010 IP
  2. zzbomb

    zzbomb Peon

    Messages:
    57
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    zzbomb, Oct 24, 2010 IP
  3. RHS-Chris

    RHS-Chris Well-Known Member

    Messages:
    1,007
    Likes Received:
    35
    Best Answers:
    10
    Trophy Points:
    150
    #3
    You should be talking with your host regarding this, as they would be the ones that know how the server is setup.

    Chris
     
    RHS-Chris, Oct 24, 2010 IP
  4. scriptinstaller

    scriptinstaller Peon

    Messages:
    109
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This sounds like a problem with your script. What script is it? When did this error start happening? It means its trying to print out headers, and headers already were printed out the one time it was required. Could be its trying to redirect after printing out headers like it was expecting to output some html instead of redirecting
     
    scriptinstaller, Oct 24, 2010 IP