Hi guys,
I am getting the following error:
Error: cURL error: Operation timed out after 10000 milliseconds with 0 bytes received
All was working well previously and I have not changed anything on my network.
What would cause this error?
This is from a simple test as detailed below:
require_once('ning-api-php/NingApi.php');
echo "Fetch Recent Photos..";
// Get the most recent photo
try {
$result = NingApi::instance()->photo->fetchNRecent();
echo "I am back...";
print_r($result);
} catch (Exception $e) {
echo "Error: ".$e->getMessage()."\n".$e->getTraceAsString();
}
Tags:
Posted by Kyle Ford on October 13, 2010 at 8:00am 3 Comments 3 Likes
Posted by Phil McCluskey on October 1, 2010 at 8:55am 0 Comments 1 Like
Posted by Kyle Ford on September 30, 2010 at 8:30pm 1 Comment 1 Like
© 2023 Created by Build Team.
Powered by