Drupal错误:“HTTP 请求状态 失败”
时间:2010-09-26 来源:aymwoo
在" /modules/system/system.module" 里面有一行
$result = drupal_http_request(url('', array('absolute' => TRUE)));
改成:
$result = drupal_http_request(url('http://drupal.org', array('absolute' => TRUE)));
相关阅读 更多 +