主题单元测试未在MAMP服务器上导入-致命错误:超过了60秒的最大执行时间

时间:2015-05-16 作者:AnaLog

我导入了theme unit xml file 使用wordpress导入程序。但所有数据都作为页面导入。我正在遵循一个在线教程来构建wordpress框架,我相信数据应该作为帖子导入。

当我进入导入器屏幕时,我看到以下错误消息:

 Strict Standards: Redefining already defined constructor for class WXR_Parser_Regex in C:\\MAMP\\htdocs\\framework\\wp-content\\plugins\\wordpress-importer\\parsers.php on line 408

 Strict Standards: Declaration of WP_Import::bump_request_timeout() should be compatible with WP_Importer::bump_request_timeout($val) in C:\\MAMP\\htdocs\\framework\\wp-content\\plugins\\wordpress-importer\\wordpress-importer.php on line 38
但我可以继续进口。我可以选择导入作者或分配现有作者,也可以选择导入/下载附件(我这样做了)。

这不是我第一次尝试,因此在下一个屏幕中,我会得到已存在的导入媒体和页面的列表:

Pagina“关于测试”bestaat al。

媒体“dsc20050813\\U 115856\\U 52”bestaat al。

我还遇到一个致命错误:

Fatal error: Maximum execution time of 60 seconds exceeded in `C:\\MAMP\\htdocs\\framework\\wp-includes\\class-http.php on line 1513`
还有两个警告:

Notice: ob_end_flush(): failed to send buffer of zlib output compression (1) in C:\\MAMP\\htdocs\\framework\\wp-includes\\functions.php on line 3282

Notice: ob_end_flush(): failed to send buffer of zlib output compression (1) in C:\\MAMP\\htdocs\\framework\\wp-includes\\functions.php on line 3282
我有很多页面和媒体,但没有帖子。

我应该如何解决这个问题,以便导入所有内容?

1 个回复
SO网友:AnaLog

我添加了line set\\u time\\u limit(600);到我的php。MAMP中的ini文件。为了做到这一点,我必须复制php。来自MAMP/conf/php5的ini文件。并将其粘贴到MAMP/bin/php/php5中。6.3。

结束

相关推荐

numberposts not working

我有以下代码块,希望将帖子数量限制为2篇,但似乎不起作用。。??我也尝试过在每页上使用posts\\u,但似乎也不起作用。有谁能帮我指出哪里出了问题吗?<?php $tax_country = strip_tags( get_the_term_list($post->ID, \'country\') ); echo \'<h1>More Properties in \'; echo $tax_country; echo \'...