PHP Error, NEeding some one to fix.

Discussion in 'Programming' started by websitedeveloper, Feb 2, 2007.

  1. #1
    websitedeveloper, Feb 2, 2007 IP
  2. maiahost

    maiahost Guest

    Messages:
    664
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Your function is missing or your include file is not included, can't say much more from just looking at the page. You'll have to post some of the code.
     
    maiahost, Feb 2, 2007 IP
  3. websitedeveloper

    websitedeveloper Guest

    Messages:
    309
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Do you have msn maia?
     
    websitedeveloper, Feb 2, 2007 IP
  4. daboss

    daboss Guest

    Messages:
    2,249
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #4
    line 1 of your index.php file is calling a function by the name of get_headers().

    where is that function defined?
     
    daboss, Feb 2, 2007 IP
  5. websitedeveloper

    websitedeveloper Guest

    Messages:
    309
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Index Code.
     
    websitedeveloper, Feb 2, 2007 IP
  6. maiahost

    maiahost Guest

    Messages:
    664
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #6
    This function has to be defined somewhere. Most likely you have a file that's not included. Look for the file that contains the function and put this at the beginning of your code
    
    <?php include 'file.php'; ?>
    
    PHP:
    Is this wordpress ? This code is quite familiar :)

    PS no I don't have msn but you can come to live chat (the website in my sig).
     
    maiahost, Feb 2, 2007 IP