开发者社区 问答 正文

WP安装时候,数据库安装错误。

名称,密码,用户名都填写正确了,点下一步出现错误。




Internal Server Error


The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@bxu2359720747.my3w.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.







展开
收起
逅花园 2017-03-09 15:57:55 2599 分享 版权
2 条回答
写回答
取消 提交回答
  • ReWP安装时候,数据库安装错误。
    是PHP版本问题,选择PHP5.4或者5.5的版本,设置以后重置数据库密码,不要默认16位,选41位。

    找一下这个文件 /wp-includes/class-http.php

    搜索一下

    $request_order = apply_filters( 'http_api_transports', array( 'curl', 'streams' ), $args, $url );

    然后将这一句代码替换为

    $request_order = apply_filters( 'http_api_transports', array( 'streams' ), $args, $url );

    然后覆盖到wp-includes文件夹下,覆盖前,为了防止出错,请备份下原文件。
    2017-03-09 18:13:56
    赞同 展开评论
  • 论坛总版主
    文件上传应该不完整
    2017-03-09 17:17:54
    赞同 展开评论