wordpress woodstock主题导入demo xml文件 execution time out
Posted eastegg
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wordpress woodstock主题导入demo xml文件 execution time out相关的知识,希望对你有一定的参考价值。
1.已设置php.ini max_execution_time = 240
导入显示设置60
2.wp-config.php 添加 set_time_limit(600); 无效
3. .htaccess 添加 php_value max_execution_time 300 无效;
以上两步未验证
4.可能是插件中设置时间问题, 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
}
无效
5.搜索*time_limit ,在wp-includes\comment.php 修改@ set_time_limit( 60 ); 为@ set_time_limit( 160 ); 无效,恢复设置。
在wp-includes\deprecated.php 修改@ set_time_limit( 60 ); 为@ set_time_limit( 160 ); 有效。
以上是关于wordpress woodstock主题导入demo xml文件 execution time out的主要内容,如果未能解决你的问题,请参考以下文章
如何用Bootstrap制作WordPress主题-导入CSS和JS
有哪位朋友知道wordpress的导入小工具咋能安装,我先O(∩_∩)O谢谢各位老大帮帮我