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.

Fatal error: Call to undefined function: getallheaders()

Discussion in 'PHP' started by egdcltd, Oct 13, 2005.

  1. #1
    Can anyone tell me exactly what this error message means please?

    Fatal error: Call to undefined function: getallheaders() in /home/directo/public_html/games/starkick/languages/english.inc on line 3
     
    egdcltd, Oct 13, 2005 IP
  2. hajamie

    hajamie Peon

    Messages:
    141
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    your script cant find the function "getallheaders()".
    see http://uk2.php.net/manual/en/function.getallheaders.php
    perhaps this is your problem?:
    if PHP installed not as Apache-module:

    <?php
    function emu_getallheaders() {
    foreach($_SERVER as $h=>$v)
    if(ereg('HTTP_(.+)',$h,$hp))
    $headers[$hp[1]]=$v;
    return $headers;
    }
    ?>
     
    hajamie, Oct 13, 2005 IP
  3. egdcltd

    egdcltd Peon

    Messages:
    691
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Looks like it was a problem with my server. Thanks for the help.
     
    egdcltd, Oct 14, 2005 IP