wordpress woodstock主题导入demo xml文件 execution time out
1.已設(shè)置php.ini?max_execution_time = 240
導(dǎo)入顯示設(shè)置60
2.wp-config.php 添加?set_time_limit(600); 無(wú)效
3. .htaccess 添加?php_value max_execution_time 300 無(wú)效;
以上兩步未驗(yàn)證
4.可能是插件中設(shè)置時(shí)間問(wèn)題, wp-content\themes\woodstock-child添加
add_filter( 'http_request_timeout', 'mytheme_bump_request_timeout', 100 );
function mytheme_bump_request_timeout(){
return 300; //Change this to your desired timeout value in ms
}
無(wú)效
5.搜索*time_limit ,在wp-includes\comment.php 修改@ set_time_limit( 60 ); 為@ set_time_limit( 160 ); 無(wú)效,恢復(fù)設(shè)置。
在wp-includes\deprecated.php 修改@ set_time_limit( 60 ); 為@ set_time_limit( 160 ); 有效。
?
轉(zhuǎn)載于:https://www.cnblogs.com/eastegg/p/5573427.html
總結(jié)
以上是生活随笔為你收集整理的wordpress woodstock主题导入demo xml文件 execution time out的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 士官转业到当地公安局有警号吗
- 下一篇: App 即时通讯 SDK