Problem connecting to Rackspace Cloud Files in the UK?

I'm not able to replicate this issue here. The following prints a list of containers on my UK Files account.

Up vote 0 down vote favorite share g+ share fb share tw.

Any idea why the following code $auth = new CF_Authentication(USERNAME, API_KEY, NULL, UK_AUTHURL); is giving me PHP Fatal error: Uncaught exception 'InvalidResponseException' with message 'Unexpected response (): ' in /var/www/sites/mysite/http/inc/rackspace/cloudfiles. Php:212 Stack trace: 0 /var/www/sites/mysite/http//test-rackspace. Html(17): CF_Authentication->authenticate() 1 {main} thrown in /var/www/sites/mysite/http/inc/rackspace/cloudfiles.

Php on line 212? Previously I was erroneously trying to connect to the US server using the following: $auth = new CF_Authentication(USERNAME, API_KEY); which was giving me: PHP Fatal error: Uncaught exception 'AuthenticationException' with message 'Invalid username or access key. ' in /var/www/sites/mysite/http/inc/rackspace/cloudfiles.

Php:209 Stack trace: 0 /var/www/sites/mysite/http/test-rackspace. Html(17): CF_Authentication->authenticate() 1 {main} thrown in /var/www/sites/mysite/http/inc/rackspace/cloudfiles. Php on line 209 I've tried 1.7.9 / 1.7.8 / 1.7.6 versions of the code.

None makes any difference. Any help massively appreciated, tearing my hair out here! Cloudfiles link|improve this question asked Apr 7 '11 at 20:38Codemonkey3815 38% accept rate.

I'm not able to replicate this issue here. The following prints a list of containers on my UK Files account. $auth = new CF_Authentication($username, $api_key, NULL, UK_AUTHURL); $auth->authenticate(); $conn = new CF_Connection($auth); print_r($conn->list_containers()); You should probably open a support ticket with Rackspace if you're still having trouble.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions