After installing WordPress, prompt the source code exception

Source: Internet
Author: User
After installing WordPress, prompt the source error
Just put wordpress4.01 upload to the host, open the domain name, appear this sentence:
Fatal error:call to undefined function request_filesystem_credentials () in/data/home/htdocs/wp-admin/includes/ class-wp-upgrader-skins.php on line 47
Find the source code as follows
Public Function request_filesystem_credentials ($error = False) {
$url = $this->options[' url '];
$context = $this->options[' context '];
if (!empty ($this->options[' nonce '))
$url = Wp_nonce_url ($url, $this->options[' nonce ');
Return Request_filesystem_credentials ($url, ", $error, $context); Possible to bring inline, leaving as was for now.
}

The hint is that return this line of Request_filesystem_credentials ($url, ", $error, $context) function is undefined, the function is not found in the file, but with its name parameter different functions have several, Baidu a bit, not that PHP does not support overloading it? Do not understand PHP, do not know how to deal with, which big God understand?
------to solve the idea----------------------
Look, wp-admin/includes/file.php, this file is not here.

  • 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.