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;
     
     
     
  • 相关阅读:
    postfix队列管理
    fdisk添加磁盘
    postfix日志分析pflogsumm
    ioctl接口内容操作
    linux 路由表设置 之 route 指令详解
    手把手教你用 Strace 诊断问题
    rtsp学习----海康RTSP客户端连接深入分析
    栈回溯技术
    objdump命令
    linux中的strip命令简介------给文件脱衣服
  • 原文地址:https://www.cnblogs.com/SummerRain/p/3834879.html
Copyright © 2011-2022 走看看