Hello, I'm using the latest version of the parser <1.8.1> downloaded from the official sourceforge page. When I use the function file_get_html(
) to pull a webpage from a remote host, I'm getting a warning that the request has timed out <at line 136>, though the warning/error occurs only when it's made from a remote host/environment - it works perfectly fine when made from my local server.
UPDATE: it was an issue with the remote server that got randomly resolved, so nothing to do with the lib. Though, switched to cURL and I'm using str_get_html now.
Hello, I'm using the latest version of the parser <1.8.1> downloaded from the official sourceforge page. When I use the function file_get_html(
) to pull a webpage from a remote host, I'm getting a warning that the request has timed out <at line 136>, though the warning/error occurs only when it's made from a remote host/environment - it works perfectly fine when made from my local server.Edit: That's the whole code on github - here
Additional edit: You can experience the warning/error in the integrated github environment or at my remote server...