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安裝主題時提示逾時該怎麼處理的詳細內容。更多資訊請關注PHP中文網其他相關文章!