简体   繁体   English

WordPress主题开发问题

[英]Wordpress theme development issue

I'm trying to convert my static theme into WordPress theme, but face this error. 我正在尝试将静态主题转换为WordPress主题,但遇到此错误。 how can i resolve this? 我该如何解决?

check this 检查这个

From what I can understand by reading other posts discussing this error. 从阅读其他讨论此错误的帖子中可以理解。 This is an error generated by the xdebug extension. 这是xdebug扩展生成的错误。 If you can change the setting explained On xdebug's website I believe that'll fix that error. 如果您可以更改xdebug网站上解释的设置,我相信可以解决该错误。

Also: Here's another post discussing a similar (if not same) problem. 另外: 这是另一篇讨论类似(如果不相同)问题的文章。

EDIT: Could you post some code as well? 编辑:您还可以发布一些代码吗? If your nesting reaches over 400 it would appear that you gotten yourself in a neverending loop. 如果您的嵌套超过400个,则您似乎陷入了无休止的循环。

This error message comes specifically from the XDebug extension. 此错误消息专门来自XDebug扩展。 write following code in your php script . 在您的php脚本中编写以下代码。

    ini_set('xdebug.max_nesting_level', 200);

Follow this link . 点击此链接。 click here 点击这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM