zoukankan      html  css  js  c++  java
  • drupal7请求异常,执行时间过长的解决方法

    drupal7请求错误,执行时间过长的解决办法

    根据你的系统或网络设置Drupal不能读取网页,造成功能缺失。可能是web服务器配置或PHP设置引起的,可用更新、获取更新源、使用OpenID登 录或使用其他网络服务的下载信息都需要解决这个问题。若确定Drupal可正常读取网页但仍然出现此消息,你可以在你的 settings.php 文件底部添加 $conf['drupal_http_request_fails'] = FALSE;

    Your Status report page located at admin/reports/status 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 HTTP request status

    在settings.php(修改只读权限) 中末尾添加这一句

    $conf['drupal_http_request_fails'] = FALSE;
  • 相关阅读:
    第九次作业
    第八次作业
    第七次作业
    组合数学—递推关系与母函数
    组合数学—排列组合
    三角函数
    OpenCV初步
    计算机视觉如何入门
    GDB调试技巧:总结篇
    PyQt5之窗口类型
  • 原文地址:https://www.cnblogs.com/suihui/p/3504693.html
Copyright © 2011-2022 走看看