天天看點

【轉】drupal7請求異常,執行時間過長的解決方法

drupal7請求錯誤,執行時間過長的解決辦法

根據你的系統或網絡設定Drupal不能讀取網頁,造成功能缺失。可能是web伺服器配置或PHP設定引起的,可用更新、擷取更新源、使用OpenID登 錄或使用其他網絡服務的下載下傳資訊都需要解決這個問題。若确定Drupal可正常讀取網頁但仍然出現此消息,你可以在你的 settings.php 檔案底部添加 <code>$conf['drupal_http_request_fails'] = FALSE;</code>。

Your <code>Status report</code> page located at <code>admin/reports/status</code> returns the following error

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.

Error screenshot. Under section <code>HTTP request status</code>

在settings.php(修改隻讀權限) 中末尾添加這一句

<code>$conf['drupal_http_request_fails'] = FALSE;</code>