Which server is the error coming from?

Discussion in 'PHP' started by SamOwen, Mar 4, 2008.

  1. #1
    I have a remote PHP file that I'm calling through include. Most of the time it works, but a lot of times I see these errors. I've replaced the actual file with "remote-php file" in the error codes below.

    Is it the remote server timing out or is it the server I am using to call the remote file?

    Errors:
    (null)() [<a href='function.include'>function.include</a>]: Failed opening 'remote-php-file' for inclusion (include_path='.:/usr/php4/lib/php') in /home/common.inc(1352) : eval()'d code on line 39.

    Unknown(remote-php-file): failed to open stream: Connection timed out in /home/common.inc(1352) : eval()'d code on line 39.
     
    SamOwen, Mar 4, 2008 IP
  2. andy@pmr

    andy@pmr Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The error means that the remote host did not respond in time. I'm sure the problem is in the host where that file is stored.
     
    andy@pmr, Mar 5, 2008 IP