Microsoft_Http_Transport_Exception with message 'cURL error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tamilmani
Forum Commoner
Posts: 39
Joined: Tue Apr 01, 2008 2:53 am

Microsoft_Http_Transport_Exception with message 'cURL error

Post by tamilmani »

Hi All,

I am getting Curl Error in my PHP Azure Storage

Fatal error: Uncaught exception 'Microsoft_Http_Transport_Exception' with message 'cURL error occured during request for 6 - Could not resolve host: mobileideasds.mobileideasds.table.core.windows.net; Host not found' in C:\wamp\www\AzureStorageTable\Microsoft\Http\Transport\Curl.php:173 Stack trace: #0 [internal function]: Microsoft_Http_Transport_Curl->request('GET', 'http://', Array, Array, NULL) #1 C:\wamp\www\AzureStorageTable\Microsoft\WindowsAzure\RetryPolicy\NoRetry.php(63): call_user_func_array(Array, Array) #2 C:\wamp\www\AzureStorageTable\Microsoft\WindowsAzure\Storage.php(320): Microsoft_WindowsAzure_RetryPolicy_NoRetry->execute(Array, Array) #3 C:\wamp\www\AzureStorageTable\Microsoft\WindowsAzure\Storage\Table.php(693): Microsoft_WindowsAzure_Storage->performRequest('DBInfo()', '', 'GET', Array, true, NULL) #4 C:\wamp\www\AzureStorageTable\index.php(81): Microsoft_WindowsAzure_Storage_Table->retrieveEntities('DBInfo') #5 {main} th in C:\wamp\www\AzureStorageTable\Microsoft\Http\Transport\Curl.php on line 173

Any one have the idea to solve this issue?

Thanks
Tamilmani Mohan
Last edited by tamilmani on Thu Mar 17, 2011 3:55 am, edited 1 time in total.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Microsoft_Http_Transport_Exception with message 'cURL er

Post by Weirdan »

6 - Could not resolve host: mobileideasds.mobileideasds.table.core.windows.net; Host not found
Are you sure you're using proper url?
Post Reply