错误提示:
Downloading uPDate from http://Wordpress.org/××××××.zip. Download failed.: Operation timed out after 60000 milliseconds with 641464 bytes received Installation FAIled. Downloading upDAte from http://WordPress.org/××××××.zip.Download failed.: Operation timed out after 60000 milliseconds with 641464 bytes receivedInstallation Failed.登录后复制
解释:
这段英文的意思是下载文件超时,由于你的主机网速比较慢,建议将这一时间调的长一些,建议设置成600秒(600000毫秒)应该会成功。
WORDPRESS安装主题时提示超时的处理办法:
查找:
$response = wp_remote_get($URL, array(‘timeout’ => 300));登录后复制