HTTP request status --> Fails
近來使用 Drupal 查看狀態報告時,常會看見如下訊息︰
HTTP request status Fails Your system or network configuration does not allow Drupal to access web pages, resulting in reduced functionality. This could be due to your webserver configuration or PHP settings, and should be resolved in order to download information about available updates, fetch aggregator feeds, sign in via OpenID, or use other network-dependent services.
中文語系則如下︰
HTTP 請求狀態 失敗 你的系統或網路設定,不允許 Drupal 存取這些網頁,導致功能減損。這可能是因為你的網站伺服器設定 或是 PHP 設定,你應該處理這些問題,才能下載可用的更新程式、取得聯播資訊源、透過 OpenID 登入、 或是使用其他依賴網路的服務。
找了官網討論的結果,最後取得最簡便的解決方案︰
在 settings.php 設置檔的檔尾添加如下一行設置︰
$conf['drupal_http_request_fails'] = FALSE;
如此即可不再出現此錯誤訊息,但不清楚是否會造成其他模組的衝突?至少目前為止尚未發現
官網討論串︰ http://drupal.org/node/245990#comment-1587378
個性簽名
沒有最好,只有更好!!



