知道为什么以下代码
$auth = new CF_Authentication(USERNAME, API_KEY, NULL, UK_AUTHURL);
给了我
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
?
以前我错误地尝试使用以下方法连接到美国服务器:
$auth = new CF_Authentication(USERNAME, API_KEY);
给了我:
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
我已经尝试过1.7.9 / 1.7.8 / 1.7.6版本的代码。没有任何区别。
任何帮助都非常感激,在这里撕扯我的头发!
答案 0 :(得分:1)
我无法在这里复制此问题。以下内容在我的英国文件帐户上打印容器列表。
$auth = new CF_Authentication($username, $api_key, NULL, UK_AUTHURL); $auth->authenticate(); $conn = new CF_Connection($auth); print_r($conn->list_containers());
如果您仍然遇到问题,您应该使用Rackspace打开支持票。