您现在的位置是:首页 > 教程 > WordPress教程WordPress教程

wordpress安装主题时提示超时的解决方法

颜东鑫2023-07-04 20:55:46WordPress教程已有人查阅

导读wordpress安装主题时提示超时要怎么处理?这段英文的意思是下载文件超时,由于你的主机网速比较慢,建议将这一时间调的长一些

wordpress安装主题时提示超时要怎么处理?

错误提示:

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安装主题时提示超时的处理办法:

编辑:wp-admin/includes/file.php

查找:

$response = wp_remote_get($url, array(‘timeout’ => 300));

操作:将 300 改为 600或更大 。

本文标签:

很赞哦! ()

留言与评论 (共有 条评论)
验证码:

相关标签