Solution: Install wordpress Internal Server Error

Source: Internet
Author: User
Keywords Wordpress error

Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall

Huang I was doing a news site when I encountered a WordPress does not know is not a common problem: when the installation of the program prompts the Internal Server Error

Then finally Baidu Google found the following solutions:

Install a new version of WordPress Internal Server Error Problem:

In the 291 lines of./wp-includes/class-http.php, change to

$request _order = apply_filters (' http_api_transports ', Array (' streams '), $args, $url);

That is to remove these characters.

' Curl ',

Figure:

Note:

Some wordpess programs may not be 291 lines, please search

$request _order = apply_filters (' http_api_transports ', Array (' curl ', ' streams '), $args, $url);

Then replace this code with the

$request _order = apply_filters (' http_api_transports ', Array (' streams '), $args, $url);

  

Then overwrite the Wp-includes folder, before overwriting, in order to prevent errors, please back up the original file.

Original address: http://www.jmdrkj.cn/251.html

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.