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或更大 。
更多WordPress技术文章,请访问WordPress教程栏目!
以上就是wordpress安装主题时提示超时要怎么处理的详细内容,更多请关注本站其它相关文章!
声明:本站所有文章、图片、资源等如无特殊说明或标注,均为来自互联网或者站长原创;版权归原作者所有,仅作为个人学习、研究以及欣赏!如若本站内容侵犯了原著者的合法权益,可联系我们进行处理,邮箱:i-hu@foxmail.com