PHP error on proxy site- what am I doing wrong?

Discussion in 'PHP' started by NewTier, Jan 15, 2007.

  1. #1
    http://www.urlcutter.info
    Please visit this site, and help me with what's wrong!
    I don't know what I did wrong, and when you surf the page, there is a TON of errors!

    I really need help! I'll love you forever if you can help me!
     
    NewTier, Jan 15, 2007 IP
  2. West

    West Peon

    Messages:
    79
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It is common with the "Headers Already Sent" error that you have whitespace either before you <?php or after the ?> -

    If this is not the case it is also very possible that you have echo()'d (print, printf, or echo) somewhere before session_start();

    If you have any included files before session_start(); this could be your problem as well.

    You can always have a go by posting your urlcutter/index.php.
     
    West, Jan 15, 2007 IP